mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-22 19:27:18 +02:00
15 lines
864 B
Plaintext
15 lines
864 B
Plaintext
created: 20230513220204210
|
|
creator: Octt
|
|
modified: 20240128225300389
|
|
modifier: Octt
|
|
tags: Web Hacking
|
|
title: Userscript
|
|
|
|
<<^wikipediaframe Userscript>>
|
|
|
|
* [[Greasy Fork|https://greasyfork.org/]] --- Best site for userscripts --- <<#[ Git "https://github.com/JasonBarnabe/greasyfork">>
|
|
* [[Violentmonkey|https://violentmonkey.github.io/]] --- //open-source userscript manager for browsers with WebExtensions support// (the best today) --- <<#[ Git "https://github.com/violentmonkey">>
|
|
* Old US managers: [[Greasemonkey|https://www.greasespot.net/]], [[Tampermonkey|https://www.tampermonkey.net/]]
|
|
|
|
* [[Greasemonkey: "GM_xmlhttpRequest is not defined" with the new update|https://stackoverflow.com/questions/49365651/greasemonkey-gm-xmlhttprequest-is-not-defined-with-the-new-update#54456646]] --- change `@grant` and all uses in code from `GM_thing` to `GM.thing`.
|