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 / remove-ads-modals-sltrib.user.js
Last active December 14, 2020 17:29
Remove Ads/Modals from sltrib.com
// ==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==
@happiness801
happiness801 / remove-ads-modals-forbes.user.js
Last active January 6, 2022 04:27
Remove Ads/Modals from forbes.com
// ==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==
@happiness801
happiness801 / mimecast-close-window.user.js
Created September 14, 2020 22:33
Close Mimecast Windows automatically
// ==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==
@happiness801
happiness801 / remove-ads-modals-nba.user.js
Last active December 14, 2020 17:07
Remove Ads, Modals, Ad-blocker warnings on NBA.com
// ==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==
@happiness801
happiness801 / amazon-inject-camelcamelcamel-link.user.js
Last active October 13, 2020 18:37
Amazon: Inject CamelCamelCamel Link
@happiness801
happiness801 / remove-paywall-nytimes.user.js
Last active November 5, 2020 19:16
Remove NY Times paywall
// ==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==
@happiness801
happiness801 / sports24-nav-improvements.user.js
Last active January 24, 2021 01:35
Navigation conveniences for Sports24
// ==UserScript==
// @name Sports24 Navigation Improvements
// @namespace http://onai.net/
// @version 0.1
// @description Navigation conveniences for Sports24 (especially for Jazz fans)
// @author Kevin Gwynn
// @match https://sports24.club/*/
// @match https://sports24.stream/*/
// @grant none
// ==/UserScript==
@happiness801
happiness801 / simple-nyan-cat.user.js
Last active January 28, 2021 06:03
Simple Nyan.cat
// ==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==
@happiness801
happiness801 / remove-amazon-cruft.user.js
Last active March 31, 2021 17:35
Remove Amazon cruft
// ==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
@happiness801
happiness801 / improve-nft-articles.user.js
Last active May 12, 2021 17:47
I created a userscript to help demystify the complexity of crypto by providing layman term translations to the jargon right inline in the articles you’re reading!
// ==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==