You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make it work in this scenario:
Include pattern: chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/document-blocked.html?details=*
Redirect to: javascript:window.history.back();
Pattern type: Wildcard
The text was updated successfully, but these errors were encountered:
Good question. I don't think this is possible because AFAIK an extension cannot redirect a chrome-extension URL to another page or resource. (Well, technically, it should be possible in Firefox, but it would require the user to enable certain hidden preferences that would reduce their browser's security. I'm not sure if that flexibility is possible in Chromium-based browsers at all.)
Gitoffthelawn
changed the title
"Go back" not work
[fr] Allow "Go back" to work in unique case
Oct 25, 2024
Is it possible to make it work in this scenario:
Include pattern: chrome-extension://cjpalhdlnbpafiamejdnhcphjbkeiagm/document-blocked.html?details=*
Redirect to: javascript:window.history.back();
Pattern type: Wildcard
The text was updated successfully, but these errors were encountered: