Update RESser to 1.4.1

- Inject into the content context instead of the page context
  (maybe the CSP has gotten stricter? idk i'm lazy)
This commit is contained in:
blankie 2023-01-06 23:40:41 +07:00
parent 6ea6478ed9
commit 37b01e845d
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
// @namespace blankie-scripts
// @match https://old.reddit.com/*
// @grant GM_openInTab
// @version 1.4
// @version 1.4.1
// @author blankie
// @inject-into page
// @inject-into content
// @run-at document-start
// ==/UserScript==