Skip to content

Instantly share code, notes, and snippets.

View heavyLobster2's full-sized avatar

heavyLobster2

View GitHub Profile
// ==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 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 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 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