From f4eff7568430b9791267f5a884118ae02fdb2a30 Mon Sep 17 00:00:00 2001 From: winneratwin Date: Tue, 16 Aug 2022 19:52:02 +0100 Subject: [PATCH] add twitter and epic games filters --- README.md | 3 +++ filters/other/epicgames_remove_not_free_games.list | 6 ++++++ filters/other/twitter_remove_irrelevent_tweets.list | 6 ++++++ filters/other/twitter_remove_trending_who_to_follow.list | 7 +++++++ 4 files changed, 22 insertions(+) create mode 100644 filters/other/epicgames_remove_not_free_games.list create mode 100644 filters/other/twitter_remove_irrelevent_tweets.list create mode 100644 filters/other/twitter_remove_trending_who_to_follow.list diff --git a/README.md b/README.md index b9cc32f..cd2be47 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/youtube/block_irrelevent_search_results.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/youtube/block_homepage_sections.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/youtube/block_upcoming.list +https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/epicgames_remove_not_free_games.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/lightnovelpub_allow_text_selection.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/honey_allow_cashback_trackers.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/r34app_floating_buttons.list +https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/twitter_remove_irrelevent_tweets.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/webnovel_allow_text_selection.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/r34app_anti_abuse_porn.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/twitter_hide_retweets.list @@ -23,6 +25,7 @@ https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/webnovel_block_download_app.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/webnovel_sane_comment_direction.list https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/fandom_block_social_elements.list +https://gitea.codecoffin.com/winneratwin/ublock-origin-filters/raw/branch/master/filters/other/twitter_remove_trending_who_to_follow.list ``` this includes stuff like: diff --git a/filters/other/epicgames_remove_not_free_games.list b/filters/other/epicgames_remove_not_free_games.list new file mode 100644 index 0000000..1e841bb --- /dev/null +++ b/filters/other/epicgames_remove_not_free_games.list @@ -0,0 +1,6 @@ +! Expires: 7 days +! Title: winner#5393's epic games remove non giveaway games +! Homepage: https://gitea.codecoffin.com/winneratwin/ublock-origin-filters +! Description: removes everything from the home page that isn't the free games of the week and also works on the free games page + +store.epicgames.com##h2:upward(.css-1xdp7yz) diff --git a/filters/other/twitter_remove_irrelevent_tweets.list b/filters/other/twitter_remove_irrelevent_tweets.list new file mode 100644 index 0000000..d2d10c0 --- /dev/null +++ b/filters/other/twitter_remove_irrelevent_tweets.list @@ -0,0 +1,6 @@ +! Expires: 7 days +! Title: winner#5393's twitter remove irrelevent tweets +! Homepage: https://gitea.codecoffin.com/winneratwin/ublock-origin-filters +! Description: remove tweets with "location","followed by","liked" etc. + +twitter.com##[data-testid="socialContext"]:upward([data-testid="cellInnerDiv"])>div diff --git a/filters/other/twitter_remove_trending_who_to_follow.list b/filters/other/twitter_remove_trending_who_to_follow.list new file mode 100644 index 0000000..e9254bc --- /dev/null +++ b/filters/other/twitter_remove_trending_who_to_follow.list @@ -0,0 +1,7 @@ +! Expires: 7 days +! Title: winner#5393'e twitter remove sidebar +! Homepage: https://gitea.codecoffin.com/winneratwin/ublock-origin-filters +! Description: removes "who to follow" and "What’s happening" + +twitter.com##[aria-label="Timeline: Trending now"]:upward(1) +twitter.com##[aria-label="Who to follow"]:upward(1)