Hello!
This website contains UserScripts and other nice code that i
stole made myself!
Contains Ublock Origin UserScripts. Add
"https://jsexe.pages.dev/userscripts.js" to UserResourcesLocation in
Advanced Settings.
Userscript names:
"script_execution.js" (runs bookmarklets/javascript or does math
[CTRL+`])
"firebug_lite_devtools.js" (walmart devtools
[CTRL+ALT+]])
"history_flood.js" (quite literally floods your history
[CTRL+ALT+F])
"cloak_page.js" (cloaks pages [CTRL+ALT+C])
"eruda_devtools.js" (better devtols [CTRL+ALT+E])
Eruda Bookmarklet:
javascript:(function () { var script = document.createElement('script');
script.src="https://cdn.jsdelivr.net/npm/eruda";
document.body.append(script); script.onload = function () { eruda.init();
} })();