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 Spaz's Reddit Delete | |
// @namespace Reddit | |
// @include http*://*.reddit.com/user/* | |
// @version 1 | |
// @description Replaces all VISIBLE comments with garbage text, then deletes the comment. Works with RES! | |
// @grant none | |
// ==/UserScript== | |
RD = unsafeWindow.RedditDelete = {}; |
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 Enhancement Script | |
// @namespace YoutubeEnhancementScript | |
// @version 1.1 | |
// @description Disable autoplay on Youtube | |
// @author Devrim | |
// @match https://www.youtube.com/* | |
// @run-at document-end | |
// @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
/* | |
Place this file in %AppData%\Mozilla\Firefox\Profiles\*profile name*\chrome | |
This is used to move around the URL bar | |
#nav-bar { -moz-box-ordinal-group: 0;} | |
*/ | |
/* Disable tab on top, but Bookmarks under URL bar, put tabs under Bookmarks bar */ | |
@import url(./css/tabs/tabs_below_navigation_toolbar.css); | |
/* Make tabs toolbar transparant */ |