Rob--W / dont-track-me-google

Firefox and Chrome extensions to prevent Google from making links ugly.
MIT License
459 stars 26 forks source link

Links in embedded Google search aren't changed #47

Closed ZJaume closed 2 years ago

ZJaume commented 2 years ago

Web pages that have embedded Google search still have the Google prefix in the href when using the extension. For example, in https://aclanthology.org/search/?q=machine+translation you can inspect the href in the titles and the prefix is still there.

Rob--W commented 2 years ago

"Embedded search" is Google Custom Search. A website needs to explicitly register its website and load a script from Google on their own website. At that point, the script from Google is entrusted with the ability to run scripts in the context of the website.

Any website can do that, so supporting that case would require the extension to have the permission to access every website. I am not going to request too many permissions. Besides, supporting Google Custom Search means that I would have to account for the script running on any web page, which is a significant maintenance burden for me.

ZJaume commented 2 years ago

Alright, thanks for the explanation. I guess this can be closed.