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
no-csp-reports: * true | |
no-large-media: behind-the-scene false | |
no-popups: adnit.xyz true | |
no-popups: animehay.tv true | |
no-popups: ashort1a.xyz true | |
no-popups: axuur.com true | |
no-popups: bigb0ss.net true | |
no-popups: birdurls.com true | |
no-popups: bitcoinly.in true | |
no-popups: bitlinks.pw true |
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 Focus | |
// @include * | |
// @run-at document-start | |
// @grant unsafeWindow | |
// ==/UserScript== | |
unsafeWindow.document.hasFocus = function () {return true;}; | |
// visibilitychange events are captured and stopped | |
document.addEventListener("visibilitychange", function(e) { |
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 Always Autoplay Embedded YouTube | |
// @namespace AlwaysAutoplayEmbeddedYouTube | |
// @description Always autoplay embedded YouTube video | |
// @author jcunews | |
// @include https://www.youtube.com/embed?* | |
// @include https://www.youtube.com/embed/* | |
// @version 1.0.0 | |
// @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 Youtubespeed | |
// @namespace Youtubespeed | |
// @include https://www.youtube.com/* | |
// @version 1 | |
// ==/UserScript== | |
var playspeed = 0.25, //---> set the speed you want here (replace "3.5", don't remove the comma behind it) | |
prevspeed = 0, | |
rprevspeed = 0, |
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 YT Embed Auto-pause | |
// @namespace [NAMEHASH] | |
// @version 0.1 | |
// @description Pauses Youtube Videos after a delay | |
// @author /u/AyrA_ch | |
// @match https://youtube.com/embed/* | |
// @match https://*.youtube.com/embed/* | |
// @grant none | |
// ==/UserScript== |
NewerOlder