Skip to content

Instantly share code, notes, and snippets.

View fortserious's full-sized avatar

ross doran fortserious

View GitHub Profile
@fortserious
fortserious / oldtwitterbox.js
Last active November 5, 2015 20:48
userscript: move twitter tweet compose box back to the left side of the page
// ==UserScript==
// @name old twitter box
// @namespace www.rossdoran.com
// @version 3.5
// @description twitter going public is the worst thing to happen to 21st century communication
// @match https://twitter.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @copyright ross doran 2014
// ==/UserScript==
@fortserious
fortserious / twittermetab.js
Last active October 14, 2016 18:18
userscript: replace moments tab with me tab
// ==UserScript==
// @name twitter me tab
// @namespace www.rossdoran.com
// @version 0.5
// @description me
// @match https://twitter.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @copyright ross doran 2015
// ==/UserScript==
@fortserious
fortserious / satire.js
Last active December 14, 2016 16:50
remove [satire] tag on facebook
// ==UserScript==
// @name comedy is not dead
// @namespace rossdoran.com
// @version 0.1
// @description comedy is not dead
// @author ross doran
// @match https://www.facebook.com/*
// @require http://code.jquery.com/jquery-latest.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// ==/UserScript==
@fortserious
fortserious / iknowbest.js
Created December 16, 2014 22:33
gmail script to remove the "<Name> is busy. You may be interrupting" and red circle w/ minus sign. Buggy. Works best when chat window w <Name> is open
// ==UserScript==
// @name i know best
// @namespace rossdoran.com
// @version 0.1
// @description i do
// @author ross doran
// @match https://mail.google.com/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// @require https://greasyfork.org/scripts/1003-wait-for-key-elements/code/Wait%20for%20key%20elements.js?version=2765
@fortserious
fortserious / noonecaresdude.js
Created February 6, 2015 18:39
[twitter] no one cares dude
// ==UserScript==
// @name no one cares dude
// @namespace rossdoran.com
// @version 0.1
// @description seriously
// @author ross doran
// @match https://twitter.com/
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// ==/UserScript==
@fortserious
fortserious / heartstofavs.js
Last active January 18, 2016 21:59
Changes twitter's heart icons back to yellow stars.
// ==UserScript==
// @name twitter hearts to favs
// @namespace rossdoran.com
// @version 6.0
// @description don't tread on me
// @author ross doran
// @match https://twitter.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @updateURL https://gist.githubusercontent.com/raw/0a4d7f3f36806ff12562/
@fortserious
fortserious / fbnoextracontent.js
Created December 4, 2015 21:38
facebook extraneous content remover
// ==UserScript==
// @name fb no extraneous content
// @namespace rossdoran.com
// @version 0.1
// @description removes content displayed because people 'liked' it, commented on it or replied to a comment on it
// @author ross doran
// @match https://www.facebook.com/*
// @noframes
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
@fortserious
fortserious / fbnolikeoptions.js
Last active March 22, 2016 17:07
facebook like options suppressor
// ==UserScript==
// @name facebook like option suppressor
// @namespace www.rossdoran.com
// @version 0.1
// @description i don't like this
// @match https://www.facebook.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @copyright ross doran 2016
// @run-at document-start
@fortserious
fortserious / fbkeywordblocker.js
Last active March 14, 2016 00:34
facebook keyword blocker
// ==UserScript==
// @name fb keyword blocker
// @namespace www.rossdoran.com
// @version 0.1
// @description ignorance is literally necessary in order to make the internet bearable
// @match https://www.facebook.com/
// @match https://www.facebook.com/?*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @copyright ross doran 2016
@fortserious
fortserious / facebooknoimages.js
Created November 22, 2016 18:08
facebook image blocker
// ==UserScript==
// @name facebook no images ever
// @namespace www.rossdoran.com
// @version 0.1
// @description text content the best content
// @match https://www.facebook.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @copyright ross doran 2016
// @run-at document-start