From 37b01e845d7cfe9f395d9c98c825213fda1ff9fd Mon Sep 17 00:00:00 2001 From: blankie Date: Fri, 6 Jan 2023 23:40:41 +0700 Subject: [PATCH] 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) --- RESser.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RESser.user.js b/RESser.user.js index c4f580d..88d3f7d 100644 --- a/RESser.user.js +++ b/RESser.user.js @@ -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==