From dd584c3de5fec97e09cb63bc63dbcd371056c3fe Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Sat, 30 Mar 2019 16:16:52 +0100 Subject: [PATCH] Create RedditTrashRemovalService-uBOExtension.txt --- .../RedditTrashRemovalService-uBOExtension.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 uBO list extensions/RedditTrashRemovalService-uBOExtension.txt diff --git a/uBO list extensions/RedditTrashRemovalService-uBOExtension.txt b/uBO list extensions/RedditTrashRemovalService-uBOExtension.txt new file mode 100644 index 000000000..bf2b7007a --- /dev/null +++ b/uBO list extensions/RedditTrashRemovalService-uBOExtension.txt @@ -0,0 +1,14 @@ +! This is an extension file, not an independent list. +! Version: 30March2019v1-Extension + +! Posts whose scores are lower than a certain amount +! The default for all subreddits is 10 points, although this can be adjusted for a handful of subreddits whose quality levels are deemed to sharply increase with a higher or lower limit. +reddit.com##html:has(head > meta[name="description"]:not([content^="r/dontdeadopeninside:"]):not([content^="r/ihadastroke:"]):not([content^="r/MapsWithoutNZ:"]):not([content^="r/BoneAppleTea:"]):not([content^="r/BestOfReports:"]):not([content^="r/Showerthoughts:"]):not([content^="r/europe:"]):not([content^="r/assholedesign:"])):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(10)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')]) +reddit.com##html:has(head > meta[content*="r/MapsWithoutNZ:"]):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(5)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')]) +reddit.com##html:has(head > meta[content*="r/dontdeadopeninside:"]):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(15)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')]) +reddit.com##html:has(head > meta[content*="r/assholedesign:"]):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(15)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')]) +reddit.com##html:has(head > meta[content*="r/ihadastroke:"]):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(20)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')]) +reddit.com##html:has(head > meta[content*="r/BoneAppleTea:"]):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(20)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')]) +reddit.com##html:has(head > meta[content*="r/BestOfReports:"]):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(20)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')]) +reddit.com##html:has(head > meta[content*="r/Showerthoughts:"]):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(20)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')]) +reddit.com##html:has(head > meta[content*="r/europe:"]):xpath(//button[@aria-label="upvote"]/following-sibling::div[number() <= number(25)]/ancestor::div[contains(concat(' ', @class, ' '), ' Post ')])