fix: isInNonChatArea too aggressive — blocking reveal on chat content
The class-based selectors ([class*="header"], [class*="Header"], [class*="nav-"], etc.) were matching Claude.ai's chat content area elements, preventing reveal from running on any response text. Narrowed to only structural elements: nav, aside, [role="navigation"], [role="complementary"], [data-sidebar]. Removed HEADER/FOOTER from SKIP_REVEAL_TAGS since sites use these tags inside chat layouts. https://claude.ai/code/session_01KF4i7Ra7zCEDskxDBaNtcT
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "silent-send",
|
||||
"version": "0.9.16",
|
||||
"version": "0.9.17",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"description": "Browser extension that substitutes personal data before sending to AI services",
|
||||
|
||||
Reference in New Issue
Block a user