This file contains hidden or 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 Ads/Modals from sltrib.com | |
// @namespace http://onai.net/ | |
// @version 0.3 | |
// @description Removes ads, modals, paywalls from sltrib.com | |
// @author Kevin Gwynn | |
// @match https://www.sltrib.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Ads/Modals from forbes.com | |
// @namespace http://onai.net/ | |
// @version 0.2 | |
// @description Removes ads, modals, paywalls from forbes.com | |
// @author Kevin Gwynn | |
// @match https://www.forbes.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Close Mimecast Windows automatically | |
// @namespace http://onai.net/ | |
// @version 0.1 | |
// @description Close mimecast windows automatically | |
// @author You | |
// @match https://us-api.mimecast.com/m/* | |
// @grant window.close | |
// ==/UserScript== |
This file contains hidden or 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 Allow Ad Blocker on NBA.com | |
// @namespace http://onai.net/ | |
// @version 0.3 | |
// @description Removes ads, modals from nba.com | |
// @author Kevin Gwynn | |
// @match https://*.nba.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Amazon Inject CamelCamelCamel Link | |
// @namespace http://onai.net/ | |
// @version 0.4 | |
// @description Makes product title a link to CamelCamelCamel | |
// @author Kevin Gwynn | |
// @match https://*.amazon.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 NY Times paywall | |
// @namespace http://onai.net/ | |
// @version 0.4 | |
// @description Removes paywall from nytimes.com | |
// @author Kevin Gwynn | |
// @match https://*.nytimes.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Simple nyan.cat | |
// @namespace http://onai.net/ | |
// @version 0.2 | |
// @description Simplies Nyan.cat just for fun | |
// @author Kevin Gwynn | |
// @match http://nyan.cat/* | |
// @match http://www.nyan.cat/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or 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 Amazon Cruft | |
// @namespace http://onai.net/ | |
// @version 0.1 | |
// @description Removes cruft from Amazon including the Cart side-bar | |
// @author Kevin Gwynn | |
// @match https://www.amazon.com/* | |
// @match https://smile.amazon.com/* | |
// @match https://*.amazon.com/* | |
// @grant none |
This file contains hidden or 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 Improves articles about NFTs | |
// @namespace http://onai.net/ | |
// @version 0.1 | |
// @description Makes NFT articles easier to understand | |
// @author Kevin Gwynn | |
// @match https://techcrunch.com/* | |
// @grant none | |
// ==/UserScript== |