Tags: SysAdminDoc/ClearGem
Tags
Fix extension CORS: use declarativeNetRequest instead of background p… …roxy Background service worker fetch to googleusercontent.com failed silently. Switched to declarativeNetRequest to inject Access-Control-Allow-Origin headers, allowing content script to fetch images directly. Removed background service worker dependency. Bump to v1.0.3.
Fix download/copy interception for Gemini's Angular UI Gemini uses custom Angular components (<download-generated-image-button>, <copy-button>) not standard <a> tags. Now detects these by component name, aria-label, and data-test-id. Also intercepts copy button to deliver clean images to clipboard. Stores original src for full-size download fallback.