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:
parent
6ea6478ed9
commit
37b01e845d
|
@ -3,9 +3,9 @@
|
||||||
// @namespace blankie-scripts
|
// @namespace blankie-scripts
|
||||||
// @match https://old.reddit.com/*
|
// @match https://old.reddit.com/*
|
||||||
// @grant GM_openInTab
|
// @grant GM_openInTab
|
||||||
// @version 1.4
|
// @version 1.4.1
|
||||||
// @author blankie
|
// @author blankie
|
||||||
// @inject-into page
|
// @inject-into content
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue