Add url info to images thumbnail available for filtering results (adblocker)
Adds the full url of the page to the Qwant images results.
This information is unavailable by default and can't be used to filter results with an ad-blocker.
A filter list ("Huge AI Blocklist") using the added link is available here.
The information is added as an attribute to 2 elements, the thumbnail top html element, and the link element just below.<div ... data-page-url="https://any.web.site/with/a/path">
<a data-testid="imageResult" ... data-page-url="https://any.web.site/with/a/path">
See this script variation with an additional link.
See all Qwant modifications
For more userscripts, styles, extensions, tips, ..., visit my programming page.