Skip to content

Instantly share code, notes, and snippets.

@EchoDev
EchoDev / Reddit.Delete.user.js
Created November 3, 2017 00:37
Spaz's Reddit Delete
// ==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 = {};
@EchoDev
EchoDev / YoutubeEnhancement.user.js
Last active November 23, 2017 20:58
Youtube Enhancement Script - Works with Greasemonkey, probably works with Tampermonkey and Violentmonkey too.
// ==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==
@EchoDev
EchoDev / userChrome.css
Last active October 23, 2017 17:47
Customize Firefox with userChrome.css - To be used with https://github.com/Aris-t2/CustomCSSforFx
/*
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 */