Skip to content

Commit c365ea5

Browse files
committed
Converted chatgpt.banners.dismissable to withButton to cover login/signup one
1 parent 6a4d066 commit c365ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt-widescreen/assets/data/sites.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"sidebar": "div[class*=sidebar]:not(:has(div[data-testid=screen-threadFlyOut]))",
1818
"spam": {
1919
"banners": {
20-
"dismissable": "div.bottom-full:has(button[data-testid=close-button])",
21-
"tos": "div.bottom-full:has(a[href=\"https:\/\/openai.com/terms\"])" // https://i.imgur.com/8BUOhn1.png
20+
"tos": "div.bottom-full:has(a[href=\"https:\/\/openai.com/terms\"])", // https://i.imgur.com/8BUOhn1.png
21+
"withButton": "div.bottom-full:has(button[data-testid=close-button])" // https://i.imgur.com/5dGYD42.png
2222
},
2323
"modals": { "login": "div[data-testid=modal-no-auth-rate-limit]" } // https://i.imgur.com/ItLsJLT.png
2424
},

0 commit comments

Comments
 (0)