Skip to content

Instantly share code, notes, and snippets.

View TheEpicFace007's full-sized avatar

Charlie Levasseur TheEpicFace007

View GitHub Profile
// ==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==
@TheEpicFace007
TheEpicFace007 / confirm to exit game.userscript.js
Created May 29, 2023 21:20
This userscript prevent you from quitting the xbox playing accidently
// ==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==