luk3yx.github.io/js/youtube-cinema.js
luk3yx ad3e9d29d6 Formatting changes
• Fix headers when the Ubuntu font isn't installed.
 • Replace double quotes with single quotes in Javascript.
2018-12-08 10:51:13 +13:00

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;