Skip to content

Commit ed34665

Browse files
committed
Tightened chatgpt.selectors.spam.modals.guest (fixes adamlui/chatgpt-widescreen#241)
1 parent 5a73728 commit ed34665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt-widescreen/assets/data/sites.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"modals": {
3535
"deepResearch": "div[data-testid=modal-deep-research-mini-nux]", // https://i.imgur.com/3GLab1m.png
36-
"guest": "div[data-testid^=modal-no-auth]" // https://i.imgur.com/ItLsJLT.png
36+
"guest": "div[data-testid^=modal-no-auth]:has(a[href=\"#\"])" // https://i.imgur.com/ItLsJLT.png
3737
},
3838
"popups": {
3939
"announcement": // https://imgur.com/a/TIKFbeA

0 commit comments

Comments
 (0)