Advertising
advertising
related pastes to tag 'greasemonkey'
- 1709332 - Reddit Comments Greasemonkey: greasemonkey reddit
-
- // ==UserScript==
- // @name Collapse Reddit Comment Threads
- // @description Automatically collapse all subcomment threads in Reddit and leave only the root comment open
- // @include http://*.reddit.com/r/*/comments/*
- // @include http://reddit.com/r/*/comments/*
- // ==/UserScript==
- 1601735 - block cnd new window mode: greasemonkey cnd.org
-
- // ==UserScript==
- // @name Override target=_blank
- // @namespace http://mauke.ath.cx/stuff/greasemonkey/
- // ==/UserScript==
- function neuter(e) {
- if (!(e.tagName === 'a' || e.tagName === 'A')) {
- return false;
- 1049190 - hax my anus: greasemonkey
-
- // ==UserScript==
- // @name hax my anus
- // @namespace http://dis.4chan.org/
- // @include http://dis.4chan.org/
- // ==/UserScript==
- var mouseX;
- var mouseY;
- var previewShowing = false;
- 732633 - Jetman: Manual Character Hackish: facebook greasemonkey jetman
-
- // ==UserScript==
- // @name Character Selection
- // @namespace http://ikebowen.com
- // @description Manual hackish thing for selecting a Jetman character without "earning" it.
- // @include http://apps.facebook.com/playjetman/*
- // ==/UserScript==
- function setNewJetmanCharacter() {