Skip to content

Instantly share code, notes, and snippets.

View heavyLobster2's full-sized avatar

heavyLobster2

View GitHub Profile
// ==UserScript==
// @name Remove YouTube Autoplay
// @description Disables the Autoplay feature on YouTube videos
// @version 1.1.6
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/4f20db397e4ca84161e7/raw/RemoveYouTubeAutoplay.user.js
// @match *://www.youtube.com/*
// @grant none
// @noframes
// ==UserScript==
// @name Redirect Mobile Pages
// @description Redirects mobile pages to the desktop version
// @version 1.0.6
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/cc3ee6205e96c3f9c76c/raw/RedirectMobilePages.user.js
// @include *://*.m.wikipedia.org/*
// @include *://m.reddit.com/*
// @run-at document-start
// ==UserScript==
// @name Stop Google Badgering
// @description Stops Google from badgering about annoying stuff
// @version 1.0.11
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/eccef6e45eb8ec8c1e8f/raw/StopGoogleBadgering.user.js
// @match *://www.google.com/*
// @run-at document-start
// @grant none
// ==UserScript==
// @name Block Amazon Sponsored Ads
// @description Blocks sponsored product results from showing up in Amazon searches
// @version 1.0.3
// @author heavyLobster2
// @namespace github.com/heavyLobster2
// @downloadURL https://gist.github.com/heavyLobster2/49b1f7bab7d4e5d51826/raw/BlockAmazonSponsoredAds.user.js
// @match *://www.amazon.com/s/*
// @grant none
// @noframes
// ==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==
// ==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 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 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 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 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