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 Unlimited free article | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Free paid article for medium | |
// @author Charlie Levasseur | |
// @match https://medium.com/* | |
// @icon https://cdn.freebiesupply.com/logos/large/2x/the-pirate-bay-logo-png-transparent.png | |
// @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 Confirm to exit game | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description This userscript prevent you from quitting the xbox playing accidently | |
// @author TheEpicFace | |
// @match https://www.xbox.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=xbox.com | |
// @grant none | |
// ==/UserScript== |
OlderNewer