This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
NewerOlder