$replace
fails when a script is cached already (Edit: Ignore works fine now)
#3032
Replies: 2 comments 4 replies
-
Ctrl+F5. The https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/handlerBehaviorChanged api is implemented in uBO, but it's a "noop" in Firefox. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just a small, off-topic question as I don't know where to ask without opening a new discussion: Does I tried ||github.githubassets.com/assets/dark-$css,replace=/a// and accessed any github repo, but nothing happened and logged |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encountered a problem:
$replace
will fail when the unmodified script is already cached. Is there a way around this? like uncache the specific request to force the site to load the script?Tested on: Firefox
Edit: Works fine now.
Beta Was this translation helpful? Give feedback.
All reactions