summaryrefslogtreecommitdiff
path: root/crocoite
diff options
context:
space:
mode:
Diffstat (limited to 'crocoite')
-rw-r--r--crocoite/data/click.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/crocoite/data/click.js b/crocoite/data/click.js
index b098810..f2c59f6 100644
--- a/crocoite/data/click.js
+++ b/crocoite/data/click.js
@@ -22,7 +22,7 @@ const sites = Object.freeze ([
/* initially show comments below a single post/video, i.e. /user/post/123 */
{s: 'form.commentable_item a[data-comment-prelude-ref=action_link_bling][rel=ignore]', flags: selectorFlag.none},
/* close the “register now” nag screen. for better screen shots */
- {s: 'div#headerArea a#expanding_cta_close_button[role=button]', flags: selectorFlag.none},
+ {s: 'a#expanding_cta_close_button[role=button]', flags: selectorFlag.none},
],
}, {
hostname: /^twitter\.com$/i,