Kevin
Kevin
Fixed by https://github.com/ClearURLs/Addon/commit/14a0832973e137f0cbbbb1e9110c1286bc88e319
ClearURLs is now also available on Firefox for Android: https://blog.mozilla.org/addons/2022/12/15/new-extensions-available-now-on-firefox-for-android-nightly/
Any update on this issue? File are not transferred from the **assets** folder to the **gh-pages** branch.
> Everything I have has been upgraded to 1.12.1, systems rebooted, and I'm still not seeing them in ZeroUI. > > Looks like others are still having the same issue,...
@iwinux @e-t-l The URLs are cleaned for me. Either you have deactivated the addon or the download of the rules has failed. Could you please check this?
@e-t-l Presumably you have deactivated the add-on?
@brandonkal Can you send me an example URL? This URL will be cleaned for me: - **Before:** https://reddit.com/test?utm_source=share&utm_medium=android_app&utm_name=androidcss&utm_term=1&utm_content=share_button - **After:** https://www.reddit.com/test
@KMohZaid Thanks for the PR. The issue should be fixed
> V2 is being deprecated June 2024 https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline so 3 months left to migrate. The `onBeforeRequest` API will be removed from Chrome with V3. This means that ClearURLs no longer...
> @KevinRoebert Isn't the onBeforeRequest API used by ClearURLs only to redirect urls? In fact even in manifest V3, it is possible to use declarativeNetRequest to redirect to different URLs....