diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2018-08-17 15:54:37 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2018-08-17 15:54:37 +0200 |
commit | 8b588adb9516afcaa6cd94172f856e31066baa2a (patch) | |
tree | 7879a0f556183532e3ca4fd78c864ede9ea48b77 /crocoite | |
parent | 6e3902be3cc8c5ef982885dad19701bb60214eb1 (diff) | |
download | crocoite-8b588adb9516afcaa6cd94172f856e31066baa2a.tar.gz crocoite-8b588adb9516afcaa6cd94172f856e31066baa2a.tar.bz2 crocoite-8b588adb9516afcaa6cd94172f856e31066baa2a.zip |
behavior: Load more comments from Facebook
Diffstat (limited to 'crocoite')
-rw-r--r-- | crocoite/data/click.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crocoite/data/click.js b/crocoite/data/click.js index c51a690..90be282 100644 --- a/crocoite/data/click.js +++ b/crocoite/data/click.js @@ -19,6 +19,10 @@ const sites = Object.freeze ([ {s: 'a.UFIPagerLink[role=button]', flags: selectorFlag.none}, /* show nested comments*/ {s: 'a.UFICommentLink[role=button]', flags: selectorFlag.none}, + /* 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}, ], }, { hostname: /^twitter\.com$/i, |