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
Based on user request, we want to investigate functionality of clearurls extension.
Perhaps, there is a potential to create an open source library for other extensions to use.
The text was updated successfully, but these errors were encountered:
Looks like the most promising path is to support removeparam in the adblocker library. This primitive would enable us to do URL cleaning through the adblocker engine.
In Manifest V3 (without blocking webRequestAPI), injecting a content script that rewrites URLs could be a way to implement it. On platforms like Firefox, which have blocking webRequestAPI, changing the URL with that API would have benefits.
Based on user request, we want to investigate functionality of clearurls extension.
Perhaps, there is a potential to create an open source library for other extensions to use.
The text was updated successfully, but these errors were encountered: