Psychosynthesis / Eraser

Web-extension for removing tracking query parameters in a link (utm, fbclid, etc.)
MIT License
6 stars 1 forks source link

Hello #2

Open subham8907 opened 1 month ago

subham8907 commented 1 month ago

want to talk about

Psychosynthesis commented 1 month ago

Okay, ask away.

subham8907 commented 1 month ago

I wanted to inform you that I've decided to fork this repository for my project. I would appreciate your support in this endeavor.

Psychosynthesis commented 1 month ago

Cool, well done. Keep in mind that Chrome plans to move away from using the manifest v.2 in the near future, and in the next version of manifest, some API is simply unavailable. So it is unlikely that you will be able to significantly expand the functionality of this extension easily.

More about it: https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3

I haven't yet studied the issue of how to deal with this, but it looks like Chrome support will have to be abandoned in favor of another browser.

In theory it would be possible to use the declarativeNetRequest API, but again, I haven't looked into it.

I would also like to say that I don't like chrome in general, it's a terrible browser. And what's even more disgusting is that many developers use it as a standard for their websites.

subham8907 commented 1 month ago

It replace by declrativenetrequest so it is possible to block request at network level so yes i already tested this api