We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
chatgpt.banners.dismissable
withButton
1 parent 6a4d066 commit c365ea5Copy full SHA for c365ea5
chatgpt-widescreen/assets/data/sites.json5
@@ -17,8 +17,8 @@
17
"sidebar": "div[class*=sidebar]:not(:has(div[data-testid=screen-threadFlyOut]))",
18
"spam": {
19
"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
+ "tos": "div.bottom-full:has(a[href=\"https:\/\/openai.com/terms\"])", // https://i.imgur.com/8BUOhn1.png
+ "withButton": "div.bottom-full:has(button[data-testid=close-button])" // https://i.imgur.com/5dGYD42.png
22
},
23
"modals": { "login": "div[data-testid=modal-no-auth-rate-limit]" } // https://i.imgur.com/ItLsJLT.png
24
0 commit comments