Skip to content

Instantly share code, notes, and snippets.

View heavyLobster2's full-sized avatar

heavyLobster2

View GitHub Profile
// ==UserScript==
// @name Force Old Reddit
// @description Forces old Reddit because new Reddit is awful
// @version 1.0.2
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/77933de4bb2362a01b1a9e8eda2f572a/raw/ForceOldReddit.user.js
// @include *://www.reddit.com/*
// @run-at document-start
// @grant none
// ==UserScript==
// @name Hide Yahoo Mail Ad-Block Pop-Up
// @description Hides the annoying ad-block pop-up in Yahoo Mail
// @version 1.0.0
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/bf16d9e7050145f9cda9384fa3a6dcf3/raw/HideYahooMailAdBlockPopUp.user.js
// @match *://mail.yahoo.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Redirect Tumblr Safe Mode
// @description Redirects Tumblr safe mode blogs to Tumbex
// @version 1.0.0
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/77c55e7574af635dc0df359199b231c7/raw/RedirectTumblrSafeMode.user.js
// @match *://*.tumblr.com/safe-mode?*
// @run-at document-start
// @grant none
// ==UserScript==
// @name Mute Netflix Previews
// @description Mutes Netflix auto-play previews
// @version 1.0.0
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/600fe1bc7ba49f924eb8298eab4aca06/raw/MuteNetflixPreviews.user.js
// @match *://www.netflix.com/*
// @grant none
// @noframes
// ==UserScript==
// @name Always Search Subreddit
// @description Checks the box to limit reddit search to the current subreddit
// @version 1.0.0
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/7b23d50626e8d3ecc4b423a4d0a7ced9/raw/AlwaysSearchSubreddit.user.js
// @include *://*.reddit.com/*
// @run-at document-idle
// @grant none
// ==UserScript==
// @name Prevent Browser Hijacking
// @description Hit Ctrl+Shift+F12 to stop sites from breaking standard browser functionality like copy and paste
// @version 1.1.1
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/b2545b34941ed891f4d19390bc0a6e7b/raw/PreventBrowserHijacking.user.js
// @match *://*/*
// @run-at document-start
// @grant none
// ==UserScript==
// @name Hide Hulu Network Logos
// @description Hides network logos and share icons on Hulu videos
// @version 1.0.3
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/892026a60c79a34ca1ca42385da3fa1a/raw/HideHuluNetworkLogos.user.js
// @match *://www.hulu.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Redirect Tumblr Images
// @description Redirects to full size Tumblr images
// @version 1.0.3
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/fb062fac9d3290330154/raw/RedirectTumblrImages.user.js
// @match *://*.media.tumblr.com/*
// @run-at document-start
// @grant none
// ==UserScript==
// @name View Full Size Instagram Photos
// @description Clicking an Instagram photo opens the full size image
// @version 1.0.9
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/fb8c960748e205c15266/raw/ViewFullSizeInstagramPhotos.user.js
// @match *://www.instagram.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Hide Reddit Comment Box
// @description Hides the Reddit comment box
// @version 1.0.6
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/c7df692023ebab3729bc/raw/HideRedditCommentBox.user.js
// @include *://*.reddit.com/r/*/comments/*
// @grant none
// ==/UserScript==