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 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 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 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 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 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 Sports24 Cruft | |
// @namespace http://onai.net/ | |
// @version 0.7 | |
// @description Remove cruft from Sports24 video streaming | |
// @author Kevin Gwynn | |
// @match https://sports24.club/*/**/*.html | |
// @match https://sports24.stream/*/**/*.html | |
// @match https://sports24.club/**/*.html | |
// @match https://sports24.stream/**/*.html |
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 Zoom - Close Stupid Windows | |
// @namespace http://onai.net/ | |
// @version 0.2 | |
// @description Just close the pointless "Joining meeting..." tabs | |
// @author Kevin Gwynn | |
// @match https://*.zoom.us/j/* | |
// @match https://*.zoom.us/w/* | |
// @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
#!/bin/bash | |
cmd.exe /c "ad-users-in-group.bat $*" |
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
@echo off | |
NET GROUP %* /DOMAIN |