Fix filter list duplicates, Taboola network rule, and metadata#11
Draft
endolith wants to merge 1 commit into
Draft
Fix filter list duplicates, Taboola network rule, and metadata#11endolith wants to merge 1 commit into
endolith wants to merge 1 commit into
Conversation
- Remove duplicate ###bottom-most-shared and ###bottom-trending (already listed in the global section). - Replace bare taboolasyndication.com with ||taboolasyndication.com^ for standard domain-anchored network blocking (ABP/uBlock). - Set ! Version: 1, refresh Last modified, trim trailing whitespace on several rules. Co-authored-by: endolith <endolith@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This repository is a single Adblock Plus–style filter list (
clickbait.txt) plus docs. The following concrete issues were fixed.Changes
Duplicate rules —
###bottom-most-sharedand###bottom-trendingappeared twice (global block and again under the HuffPost comment). The duplicates in the HuffPost section were removed so the list stays valid and easier to maintain.Taboola syndication — The line
taboolasyndication.comrelied on substring matching. It was replaced with||taboolasyndication.com^, which is the standard domain-anchored network filter form documented for Adblock Plus and supported by uBlock Origin and related tools.List metadata —
! Version:was empty; it is now set to1so issue reports can reference a version.! Last modifiedwas updated to match this edit. Trailing spaces were removed from a few filter lines.Testing
No automated tests exist in this repo. Validation was done by re-checking the file for duplicate non-comment lines after edits.