Updated 4.2.1 User Scripts (markdown)

earthlng
2020-06-14 12:40:53 +00:00
parent 3a999df7a5
commit 30c478af2e

@@ -1,4 +1,5 @@
some scripts... tested in Greasemonkey only some scripts... tested in Firemonkey only.<br><br>
Scripts with `@run-at document-start` don't work reliable enough with Greasemonkey (as of GM 4.9)!
--- ---
@@ -17,10 +18,6 @@ some scripts... tested in Greasemonkey only
// @match https://*/* // @match https://*/*
// @exclude https://www.catalog.update.microsoft.com/DownloadDialog.aspx // @exclude https://www.catalog.update.microsoft.com/DownloadDialog.aspx
// @run-at document-start // @run-at document-start
// Keys for GM:
// @namespace ghacksuserjs
// @grant GM.notification
// Keys for FM:
// @allFrames true // @allFrames true
// @matchAboutBlank true // @matchAboutBlank true
// ==/UserScript== // ==/UserScript==