diff --git a/all.txt b/all.txt new file mode 100644 index 0000000..a0c29c0 --- /dev/null +++ b/all.txt @@ -0,0 +1,7 @@ +e.mail.ru##div[style="top: 0px;"] +mail.yandex.ru##div[data-testid^="page-layout_right-column_container"] +yandex.ru##div.main__content > div.content> div:last-child +yandex.ru##.home-panel-content-view__wrapper+div +ru-ru.topographic-map.com##div.fc-ab-root:nth-child(5) > div.fc-dialog-container +rt.pornhub.org###age-verification-container +rt.pornhub.org###age-verification-wrapper diff --git a/mail_rules.txt b/mail_rules.txt new file mode 100644 index 0000000..5db9960 --- /dev/null +++ b/mail_rules.txt @@ -0,0 +1,2 @@ +! Реклама справа +e.mail.ru##div[style="top: 0px;"] diff --git a/other_rules.txt b/other_rules.txt new file mode 100644 index 0000000..e18f9b5 --- /dev/null +++ b/other_rules.txt @@ -0,0 +1,4 @@ +ru-ru.topographic-map.com##div.fc-ab-root:nth-child(5) > div.fc-dialog-container +! баннер возраста +rt.pornhub.org###age-verification-container +rt.pornhub.org###age-verification-wrapper \ No newline at end of file diff --git a/upd.sh b/upd.sh new file mode 100755 index 0000000..809416e --- /dev/null +++ b/upd.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +rm all.txt + +cat mail_rules.txt >> all.txt +cat yandex_rules.txt >> all.txt +cat other_rules.txt >> all.txt + +cat all.txt|grep -o '^[^!]*' > a.txt +mv a.txt all.txt \ No newline at end of file diff --git a/yandex_rules.txt b/yandex_rules.txt index bca0b0c..38b02e1 100644 --- a/yandex_rules.txt +++ b/yandex_rules.txt @@ -1,4 +1,5 @@ ! Реклама справа mail.yandex.ru##div[data-testid^="page-layout_right-column_container"] -e.mail.ru##div[style="top: 0px;"] -yandex.ru##div.main__content > div.content> div:last-child \ No newline at end of file +yandex.ru##div.main__content > div.content> div:last-child +! Карты. Под быстрыми фильтрами +yandex.ru##.home-panel-content-view__wrapper+div