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 Check boxes on OneMillionCheckboxes.com | |
// @namespace http://onai.net/ | |
// @version 0.1 | |
// @description Checks boxes on onemillioncheckboxes.com | |
// @author Kevin Gwynn | |
// @match https://onemillioncheckboxes.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
/** | |
* Planning to make this a shortcut to run, to add to a browser tab to | |
* make it really quick and easy to remove unnecessary elements (such as | |
* ads, modals, maybe paywalls) | |
* | |
* HERE IS THE BOOKMARKABLE VERSION: | |
ENABLE: | |
javascript:var KAG_mouseOver=function(o){o.style.border="1px solid red";o.style.overflow="auto"};var KAG_mouseOut=function(o){o.style.border=""};var KAG_click=function(e,o){e.stopPropagation();o.remove()};var elements=document.getElementsByTagName("*");for(var i=0;i<elements.length;i++){elements[i].addEventListener("mouseover",function(){KAG_mouseOver(this)});elements[i].addEventListener("mouseout",function(){KAG_mouseOut(this)});elements[i].addEventListener("click",function(event){KAG_click(event,this)})} |
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 Clean-up Jira for Architecture | |
// @namespace http://onai.net/ | |
// @version 0.2 | |
// @description Simplifies interface for Jira for CHG arch team | |
// @author Kevin Gwynn | |
// @match https://chghealthcare.atlassian.net/jira/software/* | |
// @match https://chghealthcare.atlassian.net/browse/* | |
// @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 Fix ridiculous Confluence bug to create Jira Issue | |
// @namespace http://onai.net/ | |
// @version 0.1 | |
// @description Fixes bug where Confluence says a field is required so you can't create an issue, but the field actually has a default so it's fine | |
// @author Kevin Gwynn | |
// @match https://chghealthcare.atlassian.net/wiki/* | |
// @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 Weakstreams.com | |
// @namespace http://onai.net/ | |
// @version 0.1 | |
// @description Removing crap | |
// @author Kevin Gwynn | |
// @match https://weakstreams.com/* | |
// @match http://weakstreams.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 America First Credit Union Improvements | |
// @namespace http://onai.net/ | |
// @version 0.1 | |
// @description Cleanup for AFCU web app | |
// @author Kevin Gwynn | |
// @match https://*.americafirst.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 Generic Streaming Site Improvements | |
// @namespace http://onai.net/ | |
// @version 0.2 | |
// @description Removing junk for Generic Streaming Sites | |
// @author Kevin Gwynn | |
// @match https://dudestream.com/* | |
// @match http://dudestream.com/* | |
// @match https://embedstream.me/* | |
// @match https://crackstreams.biz/* |
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 Sportsurge Improvements | |
// @namespace http://onai.net/ | |
// @version 0.1 | |
// @description Removing junk for Sportsurge | |
// @author Kevin Gwynn | |
// @match https://sportsurge.net/* | |
// @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 StreamEast Improvements | |
// @namespace http://onai.net/ | |
// @version 0.5 | |
// @description Removing junk for StreamEast | |
// @author Kevin Gwynn | |
// @match https://www.streameast.live/*/ | |
// @match https://www.streameast.io/*/ | |
// @match https://www.streameast.is/*/ | |
// @match https://www.streameast.xyz/*/ |
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-google-ads-and-nags.user.js | |
// @namespace http://onai.net/ | |
// @version 0.5 | |
// @description Remove ads, nags from Gmail, Google.com | |
// @author Kevin Gwynn | |
// @match https://mail.google.com/* | |
// @match https://www.google.com/* | |
// @match https://calendar.google.com/* | |
// @grant none |
NewerOlder