From b37103ed80ab69f315d33b41cdd3e9e4febc4972 Mon Sep 17 00:00:00 2001 From: winneratwin Date: Wed, 21 Sep 2022 01:39:13 +0100 Subject: [PATCH] make a generator for the all filter too. --- all.list | 36 +++++++++++++++++++----------------- generate_all_list.sh | 6 ++++++ 2 files changed, 25 insertions(+), 17 deletions(-) create mode 100755 generate_all_list.sh diff --git a/all.list b/all.list index afeee97..5578dea 100644 --- a/all.list +++ b/all.list @@ -3,25 +3,27 @@ ! Homepage: https://gitea.codecoffin.com/winneratwin/ublock-origin-filters ! Description: random filter lists i create -!turn on by yourself -!include filters/other/honey_allow_cashback_trackers.list -!#include filters/other/fandom_block_social_elements.list -!#include filters/other/lightnovelpub_allow_text_selection.list -!#include filters/reddit/block_needless_top_bar_elements.list !#include filters/reddit/block_new_comments_posts.list +!#include filters/reddit/block_needless_top_bar_elements.list !#include filters/reddit/block_new_design_optin.list -!#include filters/youtube/block_homepage_sections.list -!#include filters/youtube/block_irrelevent_search_results.list +!#include filters/youtube/block_watched.list !#include filters/youtube/block_react.list -!#include filters/youtube/block_shorts.list -!#include filters/youtube/block_upcoming.list !#include filters/youtube/block_warnings.list -!include filters/youtube/block_watched.list -!include filters/youtube/lower_verified_opacity.list -!#include filters/other/twitch_people_also_watch.list -!#include filters/other/webnovel_allow_text_selection.list -!#include filters/other/webnovel_sane_comment_direction.list -!#include filters/other/webnovel_block_download_app.list -!#include filters/other/r34app_anti_abuse_porn.list +!#include filters/youtube/lower_verified_opacity.list +!#include filters/youtube/block_shorts.list +!#include filters/youtube/block_irrelevent_search_results.list +!#include filters/youtube/block_homepage_sections.list +!#include filters/youtube/block_upcoming.list +!#include filters/other/epicgames_remove_not_free_games.list +!#include filters/other/lightnovelpub_allow_text_selection.list +!#include filters/other/honey_allow_cashback_trackers.list +!#include filters/other/twitter_remove_more_tweets.list !#include filters/other/r34app_floating_buttons.list - +!#include filters/other/webnovel_allow_text_selection.list +!#include filters/other/r34app_anti_abuse_porn.list +!#include filters/other/twitch_people_also_watch.list +!#include filters/other/webnovel_block_download_app.list +!#include filters/other/webnovel_sane_comment_direction.list +!#include filters/other/fandom_block_social_elements.list +!#include filters/other/twitter_remove_trending_who_to_follow.list +!#include filters/other/twitter_clean_feed.list diff --git a/generate_all_list.sh b/generate_all_list.sh new file mode 100755 index 0000000..0606853 --- /dev/null +++ b/generate_all_list.sh @@ -0,0 +1,6 @@ +echo "! Expires: 2 days +! Title: winner#5393's non adblocking filter lists +! Homepage: https://gitea.codecoffin.com/winneratwin/ublock-origin-filters +! Description: random filter lists i create +" +find filters -type f | awk '{print "!#include " $0}'