This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Smartlab direct external links | |
// @namespace Mikhail Zavoloka | |
// @version 1.0 | |
// @description Make smart-lab.ru links to lead directly to external website without warning | |
// @match https://smart-lab.ru/* | |
// @run-at document-end | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Youtube embed redirect | |
// @namespace Mikhail Zavoloka | |
// @version 1.0 | |
// @description Open youtube videos in embed mode (by replacing 'watch' to 'embed' in url) | |
// @match *://*.youtube.com/* | |
// @run-at document-start | |
// @grant window.onurlchange | |
// ==/UserScript== |