From c42c9ac271cddbebab403f59faa05b1190f30917 Mon Sep 17 00:00:00 2001 From: jellizaveta <91964807+jellizaveta@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:52:16 +0300 Subject: [PATCH] Added info about splitted Annoyances filter (#124043) * Added info about splitted Annoyances filter * added fixes * added styles * added styles for description * Update CONTRIBUTING.md Co-authored-by: Alex * Update CONTRIBUTING.md Co-authored-by: Alex * Update CONTRIBUTING.md Co-authored-by: Slava <45171506+slavaleleka@users.noreply.github.com> Co-authored-by: zloyden <33488229+zloyden@users.noreply.github.com> Co-authored-by: Adam Co-authored-by: Alex302 Co-authored-by: Slava Leleka Co-authored-by: ss-orlova Co-authored-by: Vasily Bagirov Co-authored-by: Andrey Meshkov --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6499d74a345..91c9cb7a028 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,8 +91,30 @@ General requirements for submitting rules: don't add rules to the beginning of t ### AdGuard Annoyances filter -* Purpose: this filter blocks various kinds of annoyances from sites. -* [Annoyances folder](https://github.com/AdguardTeam/AdguardFilters/tree/master/AnnoyancesFilter/sections) +* Purpose: this filter blocks irritating elements on web pages including cookie notices, third-party widgets and in-page pop-ups. +* [Annoyances folder](https://github.com/AdguardTeam/AdguardFilters/tree/master/AnnoyancesFilter) + + Contains the following AdGuard filters: Cookie Notices, Popups, Mobile App Banners, Other Annoyances and Widgets: + + - ### Cookie Notices + * Purpose: this filter blocks cookie notices on web pages. + * [Cookies folder](https://github.com/AdguardTeam/AdguardFilters/tree/master/AnnoyancesFilter/Cookies/sections) + + - ### Mobile App Banners + * Purpose: this filter blocks irritating banners that promote mobile apps of websites. + * [MobileApp folder](https://github.com/AdguardTeam/AdguardFilters/tree/master/AnnoyancesFilter/MobileApp/sections) + + - ### Popups + * Purpose: this filter blocks all kinds of pop-ups that are not necessary for websites' operation. + * [Popups folder](https://github.com/AdguardTeam/AdguardFilters/tree/master/AnnoyancesFilter/Popups/sections) + + - ### Widgets + * Purpose: this filter blocks annoying third-party widgets - online assistants, live support chats, etc. + * [Widgets folder](https://github.com/AdguardTeam/AdguardFilters/tree/master/AnnoyancesFilter/Widgets/sections) + + - ### Other Annoyances + * Purpose: this filter blocks irritating elements on web pages that do not fall under the popular categories of annoyances. + * [Other folder](https://github.com/AdguardTeam/AdguardFilters/tree/master/AnnoyancesFilter/Other/sections) ### AdGuard Experimental filter