fix: reveal/highlight scoped to chat area only + remove footer link — v2.0.14
Reveal mode and highlights were replacing text in sidebars, navigation, headers, repo names, and other non-chat UI elements. Now skips: - <nav>, <aside>, <header>, <footer> elements - Elements with role="navigation", role="banner", role="complementary" - Elements with class names containing sidebar, nav, menu, header Added isInNonChatArea() check to all five code paths: - revealInElement, unrevealInElement, highlightMatches - MutationObserver addedNodes and characterData handlers Also: - Removed footer Options link (redundant with 5th Options tab) - Updated README: ChatGPT marked as Tested https://claude.ai/code/session_01SWSwDfMVij53bCTNSCLMwn
This commit is contained in:
@@ -7,7 +7,7 @@ A browser extension (Chrome, Firefox, and Safari) that intercepts personal infor
|
||||
| Service | Domains | Status |
|
||||
|---------|---------|--------|
|
||||
| Claude | claude.ai, claude.ai/code | Tested |
|
||||
| ChatGPT | chatgpt.com, chat.openai.com | Untested |
|
||||
| ChatGPT | chatgpt.com, chat.openai.com | Tested |
|
||||
| Grok | grok.x.ai, x.com/i/grok | Untested |
|
||||
| Gemini | gemini.google.com | Untested |
|
||||
| OpenWebUI | localhost, 127.0.0.1, or custom domain | Untested |
|
||||
|
||||
Reference in New Issue
Block a user