Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.39k
stars
431
forks
source link
Limited runtime host permissions might break some Tampermonkey features like script update, GM_xmlhttpRequest and others! #680
(Please fill out the issue template with your details)
Expected Behavior
Actual Behavior
Specifications
Script
(Please give an example of the script if applicable.)
// ==UserScript== // @name Krunker.io 2019 Aimbot (Hacks,Mods,Cheats) | NO DISCONNECT ISSUE | KRUNKERIO.ORG // @version 6.5 // @description Aimbot, Unlimited Ammo, Auto Heal, ESP, Wall Hack, Unlimited Ammo... -2019 krunkerio hack- ADBLOCK // @author MR.Coder // @namespace MR.Coder // @match ://.youtube.com/ // @match ://diservers.org/ // @match ://moomoo.io/ // @match ://krunker.io/ // @match http://dev.moomoo.io/ // @match sandbox.moomoo.io/ // @include /^(https?:\/\/)?(www.)?(.+)krunker.io(|\/|\/\?(server|party)=.+)$/ // @grant GM_xmlhttpRequest // @require https://greasyfork.org/scripts/368273-msgpack/code/msgpack.js?version=598723 // @require http://code.jquery.com/jquery-3.3.1.min.js // @require https://code.jquery.com/ui/1.12.0/jquery-ui.min.js // @require https://cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.3.0/jquery-confirm.min.js // @run-at document-start // ==/UserScript==
...```