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 highlight views | |
| // @namespace highlightyoutubeviews | |
| // @version 0.5 | |
| // @description Highlight video views by color green to red | |
| // @author Ymze | |
| // @match https://www.youtube.com/* | |
| // ==/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
| // ==UserScript== | |
| // @name Youtube load all comments | |
| // @namespace loadallyoutubecomments | |
| // @version 0.2 | |
| // @description Adds a button for loading all comments | |
| // @match https://www.youtube.com/* | |
| // @copyright 2017+, Ymze | |
| // ==/UserScript== | |
| function setup() { |
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 hide watched videos | |
| // @namespace hidewatchedyoutubevideos | |
| // @version 0.7 | |
| // @description Adds a button for hiding watched videos in subscription list | |
| // @match https://www.youtube.com/* | |
| // @copyright 2015+, Ymze | |
| // ==/UserScript== | |
| function setup() { |
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 Myfitnesspal verify links | |
| // @namespace MyfitnesspalVerifyLinks | |
| // @version 0.2 | |
| // @description Adds some verify links (modal) to food items in lists | |
| // @match http://www.myfitnesspal.com/* | |
| // @copyright 2012+, You | |
| // @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 Diskusjon.no infinite scroll | |
| // @namespace diskusjonScroll | |
| // @version 0.2 | |
| // @description infinite scroll on topics | |
| // @match http://www.diskusjon.no/index.php?showtopic=* | |
| // @copyright 2012+, Ymze | |
| // @grant GM_xmlhttpRequest | |
| // ==/UserScript== |