This file contains hidden or 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 Startpage - Remove Sponsored Ads (Advanced Filter) | |
| // @namespace https://startpage.com/ | |
| // @version 2.0 | |
| // @description Removes ALL sponsored ads from Startpage search results reliably | |
| // @match https://www.startpage.com/* | |
| // @match https://startpage.com/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
This file contains hidden or 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 Members-Only Filter & Lock Thumbnails | |
| // @namespace yt-members-filter | |
| // @version 1.0 | |
| // @description Hides members-only videos everywhere except the Members tab, where thumbnails are locked with overlay | |
| // @match https://www.youtube.com/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function () { |
This file contains hidden or 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
| Windows key not working - how to fix | |
| Tecla do Windows não funciona/não está funcionando - como consertar | |
| Simply press the two keys at the same time: "FN + Windows Key" | |
| --- | |
| Simplesmente pressione as duas teclas ao mesmo tempo: "FN + Tecla do Windows" |
This file contains hidden or 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 Hide YouTube Notifications | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Hides YouTube notifications and removes notification count from the tab title. | |
| // @author Ian_Blancasa | |
| // @match https://www.youtube.com/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 Auto Theater Mode | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Forces YouTube to always use theater mode | |
| // @author Ian_Blancasa | |
| // @match *://www.youtube.com/* | |
| // @grant none | |
| // ==/UserScript== |