Skip to content

Instantly share code, notes, and snippets.

View fortserious's full-sized avatar

ross doran fortserious

View GitHub Profile
@fortserious
fortserious / youtube-restart-button.js
Last active March 13, 2024 21:26
youtube restart button
// ==UserScript==
// @name youtube play from beginning
// @namespace www.rossdoran.com
// @version 0.2
// @description me
// @match https://www.youtube.com/watch?v=*
// @match https://www.youtube.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 2023
@fortserious
fortserious / googlecache.js
Created June 14, 2023 17:53
google cached link
// ==UserScript==
// @name       google cache fixer
// @namespace  www.rossdoran.com
// @version    0.1
// @description adds a "Cached link" URL next to each google search result
// @match      https://www.google.com/search?q=*
// @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 2023
// ==/UserScript==
@fortserious
fortserious / rightsidechat.js
Last active March 21, 2023 20:14
right side gmail chat
// ==UserScript==
// @name Gmail Persistent Sidebar (Right-side)
// @description Keeps email, chat and spaces sidebar always visible.
// @version 1.0.3
// @author icetbr (with modifications from ross doran)
// @icon https://www.google.com/s2/favicons?sz=64&domain=gmail.com
// @license MIT
// @namespace https://github.com/icetbr/userscripts
// @match https://mail.google.com/*
// @grant none
// ==UserScript==
// @name outlook quick actions hotfix
// @namespace www.rossdoran.com
// @version 1.7
// @description m$.gfy
// @match https://outlook.office.com/mail/*
// @match https://outlook.live.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @run-at document-start
@fortserious
fortserious / oulipo.js
Last active January 25, 2021 21:01
twitter oulipo
// ==UserScript==
// @name twitter oulipo
// @namespace rossdoran.com
// @version 0.1
// @description only consonants and non-consonants from a-d, f-z
// @author ross doran
// @match https://twitter.com/*
// @run-at document-start
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
@fortserious
fortserious / spellingbee.js
Created April 28, 2020 15:51
nytimes spelling bee allow backspace
// ==UserScript==
// @name nytimes spelling bee fixer
// @namespace www.rossdoran.com
// @version 0.1
// @description wait for key elements
// @match https://www.nytimes.com/puzzles/spelling-bee
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @run-at document-start
// ==/UserScript==
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fortserious
fortserious / twitternoreplyheader.js
Created March 3, 2017 21:31
twitter remove reply headers
// ==UserScript==
// @name twitter reply fixer
// @namespace rossdoran.com
// @version 0.1
// @description jesus christ twitter stop making decisions
// @author ross doran
// @match https://twitter.com/*
// @run-at document-start
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
@fortserious
fortserious / twitterremoveverify.js
Last active February 28, 2017 18:03
twitter remove verify badge on timelines
// ==UserScript==
// @name twitter remove verify badges
// @namespace www.rossdoran.com
// @version 0.7
// @description me
// @match https://twitter.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @copyright ross doran 2017
// @run-at document-start
// ==/UserScript==
@fortserious
fortserious / trumpify.js
Created February 15, 2017 18:30
twitter trumpify
// ==UserScript==
// @name trumpify
// @namespace http://rossdoran.com
// @version 0.1
// @description adjusts the aesthetics of donald trump's twitter timeline to match his level of intellectual expression
// @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 2014 ross doran
// ==/UserScript==