Skip to content

Instantly share code, notes, and snippets.

View happiness801's full-sized avatar

Kevin Gwynn happiness801

  • CHG Healthcare
  • Utah
View GitHub Profile
@happiness801
happiness801 / kag-element-destroyer.user.js
Last active November 28, 2023 18:51
Element Destroyer
/**
* 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)})}
@happiness801
happiness801 / jira-cleanup-for-architecture.user.js
Last active July 12, 2023 21:28
Cleanup Jira for Architecture
// ==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==
@happiness801
happiness801 / fix-confluence-jira-issue-bug.user.js
Last active July 11, 2023 23:07
Fix ridiculous Confluence bug to create Jira Issue
// ==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==
@happiness801
happiness801 / fix-weakstreams.user.js
Last active October 5, 2022 06:02
Fix weakstreams
// ==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==
@happiness801
happiness801 / americafirstcreditunion-improvements.user.js
Last active March 23, 2022 19:30
America First Credit Union Improvements
// ==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==
// ==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/*
@happiness801
happiness801 / sportsurge-improvements.user.js
Last active November 3, 2021 03:22
Sportsurge Improvements
// ==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==
@happiness801
happiness801 / streameast-improvements.user.js
Last active December 14, 2022 05:01
Improvements for StreamEast
// ==UserScript==
// @name StreamEast Improvements
// @namespace http://onai.net/
// @version 0.4
// @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/*/
@happiness801
happiness801 / remove-google-ads-and-nags.user.js
Last active November 22, 2021 23:06
Remove ads, nags from Gmail, Google
// ==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
@happiness801
happiness801 / clear-link-targets.user.js
Last active July 11, 2022 18:36
Clears all Link targets (to use same window)