ClearURLs / Rules

Rules database of the ClearURLs WebExtension.
https://docs.clearurls.xyz/latest/specs/rules/
GNU Lesser General Public License v3.0
140 stars 54 forks source link

[chrome.google.com] "?hl=en" chrome.google.com/webstore #69

Open Rexadev opened 1 year ago

Rexadev commented 1 year ago

Example URL

https://chrome.google.com/webstore/detail/cookie-autodelete/fhcgjolkccmbidfldomjliifgaodjagh?hl=en

iam-py-test commented 1 year ago

?hl=en

That appears to control the language, so removing it may cause issues. Also, the Chrome Web Store can not be accessed by extensions in Chrome, so that might prevent ClearURLs from doing anything to it.

Rexadev commented 1 year ago

@iam-py-test

Also, the Chrome Web Store can not be accessed by extensions in Chrome, so that might prevent ClearURLs from doing anything to it.

It a website

I have bookmarked some extension on the website and remove that part doesn't affect anything

iam-py-test commented 1 year ago

Removing lang breaks the ability to change the language of the CWS: image For example, selecting German changes it to https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=de. However, that does not matter as extensions can not access chrome.google.com/webstore in Chrome.

Rexadev commented 1 year ago

https://github.com/NeverDecaf/chromium-web-store @iam-py-test