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 Add Reddit Top Menuitems (My Subreddits ) | |
// @description adds quickaccess menuitems: My Subreddits | |
// @grant none | |
// @match http://old.reddit.com/* | |
// @match https://old.reddit.com/* | |
// @match http://*.old.reddit.com/* | |
// @match https://*.old.reddit.com/* | |
// @version 1.1.2 | |
// @namespace https://github.com/ikeman2003/UserscriptRepo |
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 AutoChatResize | |
// @namespace https://github.com/ikeman2003/UserscriptRepo | |
// @version 0.2.1 | |
// @description Auto enable Twitch Chat Resize experiment | |
// @author ikeman2003 (fork of th3an7 AutoWARP) | |
// @downloadURL https://raw.githubusercontent.com/ikeman2003/UserscriptRepo/main/Userscripts/Twitch/AutoChatResize.user.js | |
// @updateURL https://raw.githubusercontent.com/ikeman2003/UserscriptRepo/main/Userscripts/Twitch/AutoChatResize.user.js | |
// @match https://www.twitch.tv/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitch.tv |
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 AutoChatHistory | |
// @namespace https://github.com/ikeman2003/UserscriptRepo | |
// @version 0.2.4 | |
// @description Auto enable Twitch Chat History experiment | |
// @author ikeman2003 (fork of th3an7 AutoWARP) | |
// @downloadURL https://raw.githubusercontent.com/ikeman2003/UserscriptRepo/main/Userscripts/Twitch/AutoChatHistory.user.js | |
// @updateURL https://raw.githubusercontent.com/ikeman2003/UserscriptRepo/main/Userscripts/Twitch/AutoChatHistory.user.js | |
// @match https://www.twitch.tv/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitch.tv |