• Fix headers when the Ubuntu font isn't installed. • Replace double quotes with single quotes in Javascript.
7 lines
202 B
JavaScript
7 lines
202 B
JavaScript
// Copyright 2016 by luk3yx.
|
|
// All rights reserved.
|
|
|
|
var raw = helpers.params.get('oldlink');
|
|
var link = link.replace('/watch?v=', '/embed/').replace('/watch', '/embed');
|
|
window.location.href = link;
|