Fix IMGUR embeds in UK 作者: Ghostman
Rewrites embedded IMGUR image URLs to load through DuckDuckGo's image proxy instead. Restoring access for people living in the UK. Basic IMGUR URL replacing with proxy, does NOT require any permissions Made with the help of AI.
可在 Android™ 版 Firefox 上使用可在 Android™ 版 Firefox 上使用
扫码在 Android 版 Firefox 中打开此扩展
扩展元数据
关于此扩展
It scans every webpage you visit for embedded imgur.com images and rewrites their URLs to load through DuckDuckGo's image proxy instead — e.g. https://i.imgur.com/fmWwWkZ.png becomes https://external-content.duckduckgo.com/iu/?u=https://i.imgur.com/fmWwWkZ.png.
Specifically, it:
Rewrites <img> tag src and srcset attributes that point to imgur.com
Rewrites background-image: url(...) in inline CSS styles that point to imgur.com
Watches the page continuously (via MutationObserver) so images added later — infinite scroll, dynamically loaded embeds, etc. — get caught too
Skips URLs that are already proxied, so it doesn't double-process anything
Files:
manifest.json — extension config (Manifest V3, requires Firefox 140+ desktop / 142+ Android, declares it collects no user data)
content.js — the actual rewriting logic, injected into every page you visit
README.md — install instructions
What it doesn't do: it doesn't touch links (<a href>) to imgur pages, only actual embedded images, and it collects/transmits no data of its own — the only network effect is that your browser now requests images from DuckDuckGo's proxy instead of imgur directly.
Specifically, it:
Rewrites <img> tag src and srcset attributes that point to imgur.com
Rewrites background-image: url(...) in inline CSS styles that point to imgur.com
Watches the page continuously (via MutationObserver) so images added later — infinite scroll, dynamically loaded embeds, etc. — get caught too
Skips URLs that are already proxied, so it doesn't double-process anything
Files:
manifest.json — extension config (Manifest V3, requires Firefox 140+ desktop / 142+ Android, declares it collects no user data)
content.js — the actual rewriting logic, injected into every page you visit
README.md — install instructions
What it doesn't do: it doesn't touch links (<a href>) to imgur pages, only actual embedded images, and it collects/transmits no data of its own — the only network effect is that your browser now requests images from DuckDuckGo's proxy instead of imgur directly.
评分 0(1 位用户)
权限与数据
更多信息