# Configuration for behavior.py:Click # Example URLs are random. Believe me. match: ^www\.facebook\.com$ selector: - description: show more comments selector: a.UFIPagerLink[role=button] urls: ["https://www.facebook.com/tagesschau"] - description: show nested comments selector: a.UFICommentLink[role=button] - description: initially show comments below a single post/video, i.e. /user/post/123 selector: form.commentable_item a[data-comment-prelude-ref=action_link_bling][rel=ignore] urls: ["https://www.facebook.com/tagesschau/posts/10157061068659407"] - description: close the “register now” nag screen. for better screen shots selector: a#expanding_cta_close_button[role=button] urls: ["https://www.facebook.com/tagesschau"] --- match: ^twitter\.com$ selector: - description: expand threads selector: a.ThreadedConversation-moreRepliesLink urls: ["https://twitter.com/realDonaldTrump/status/1068826073775964160"] - description: show hidden profiles selector: button.ProfileWarningTimeline-button urls: ["https://twitter.com/CookieCyboid"] - description: show hidden/sensitive media. For screen-/snapshots. selector: button.Tombstone-action.js-display-this-media urls: ["https://twitter.com/CookieCyboid/status/1070807283305713665"] --- match: ^disqus\.com$ selector: - description: load more comments selector: a.load-more__button multi: True --- match: ^(www|np)\.reddit\.com$ selector: - description: show more comments, reddit’s javascript ignores events if too frequent selector: span.morecomments a throttle: 500 # disabled: No idea why it is not working. The selector is fine. #urls: ["https://www.reddit.com/r/funny/comments/a21rxz/well_this_was_a_highlight_of_my_day/"] --- match: ^www\.instagram\.com$ selector: - description: load more comments selector: article div ul li button[type=button] multi: True urls: ["https://www.instagram.com/p/BqvAm_XnmdJ/"] --- match: ^www\.youtube\.com$ selector: - description: expand comment thread selector: ytd-comment-thread-renderer div.more-button urls: ["https://www.youtube.com/watch?v=udtFqQuBFSc"] --- match: ^www\.patreon\.com$ selector: - description: load more content # this selector is so long, because there are no stable css classes selector: div.col-xs-12 > div > div > div > div[display="flex"] > div > button[tabindex="0"][color="tertiary"][type="button"] urls: ["https://www.patreon.com/nkjemisin"] - description: load more comments selector: div[display=flex] div[display=block] a[color="dark"][role="button"][tabindex="0"] urls: ["https://www.patreon.com/posts/what-im-on-22124040"] - description: load more replies selector: div > a[scale="0"][color=blue][size="1"] --- # gab uses multiple domains without any preference for either (i.e. redirect), # so we need to support them all match: ^(www\.)?gab\.(ai|com)$ selector: - description: more replies selector: post-detail post-comment .post-comment__replies__count a urls: ["https://gab.ai/gab/posts/40014689", "https://www.gab.com/gab/posts/40014689"] - description: more comments selector: post-detail .post-comment-list__loading a urls: ["https://gab.ai/gab/posts/41804462", "https://www.gab.com/gab/posts/41804462"] - description: more posts selector: post-list a.post-list__load-more multi: True urls: ["https://gab.ai/gab", "https://www.gab.com/gab"] --- match: ^(www\.)?github\.com$ selector: - description: show hidden issue items urls: ["https://github.com/dominictarr/event-stream/issues/116"] selector: div#discussion_bucket form.ajax-pagination-form button.ajax-pagination-btn --- match: ^www\.gamasutra\.com$ selector: - description: Load more comments urls: ["http://www.gamasutra.com/blogs/RaminShokrizade/20130626/194933/The_Top_F2P_Monetization_Tricks.php"] selector: div#dynamiccomments div.viewTopCmts a