OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2024-01-29 01:10:04 +00:00
parent cc1061366e
commit 091ea33e87
457 changed files with 4625 additions and 112 deletions

View File

@ -1,6 +1,6 @@
created: 20230513220204210
creator: Octt
modified: 20230531090829342
modified: 20240128225300389
modifier: Octt
tags: Web Hacking
title: Userscript
@ -10,3 +10,5 @@ title: 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`.