Fix IMGUR embeds in UK von 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.
Verfügbar für Firefox für Android™Verfügbar für Firefox für Android™
Scannen Sie den QR-Code, um diese Erweiterung in Firefox für Android zu öffnen
Metadaten zur Erweiterung
Über diese Erweiterung
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.
Bewertet mit 0 von 0 Bewertern
Berechtigungen und Daten
Benötigte Berechtigungen:
- Auf Ihre Daten für diverse Websites zugreifen
Datenerfassung:
- Der Entwickler sagt, dass diese Erweiterung keine Datenerhebung benötigt.
Weitere Informationen
- Add-on-Links
- Version
- 1.0.0
- Größe
- 10,17 KB
- Zuletzt aktualisiert
- vor 8 Tagen (22. Juli 2026)
- Verwandte Kategorien
- Lizenz
- ISC-Lizenz
- Versionsgeschichte
- Zur Sammlung hinzufügen