Adblock decoder ignore some portion when decoding
See original GitHub issueAs reported by @dnmTX at https://github.com/Ultimate-Hosts-Blacklist/dev-center/issues/9:
everything with
##[href^=
…
are ignored.
Issue Analytics
- State:
- Created 5 years ago
- Comments:76 (36 by maintainers)
Top Results From Across the Web
How to disable an ad blocker on Business Insider
Click “Enabled on this site” to disable ad blocking for the current site. This will toggle it to “Disabled on this site.
Read more >Adblock Plus filters explained
Blocking rules can have a number of options to fine-tune their behavior. Address to be blocked. This part of the rule defines which...
Read more >How to exclude properties from Swift Codable? - Stack Overflow
The list of keys to encode/decode is controlled by a type called CodingKeys (note ... Another way to exclude some properties from encoder, ......
Read more >Are ad blockers a problem for marketers? | ClickCease Blog
To adjust, some now insist that visitors disable their ad blockers before ... strategies while ad blockers try to decode and block them....
Read more >How to Block Ads Across All Devices - CMSWire
Some ad blockers go a step further and also block tracking links. If a user clicks on a ... AdBlock is part of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @jawz101, I’m writing an improvement but we have to admit, it’s impossible to avoid false positive. That’s why whitelisting is more important than blocking.
Now we have to decide between 2 way:
For now, I’m implementing the second way but we may think about the other way in the future or as an extra option.
OK, so I’ve just tested the newest PyFunceble dev right now and I’ve noticed that the reported issues mentioned in : https://github.com/funilrys/PyFunceble/issues/13#issuecomment-749607193 and https://github.com/funilrys/PyFunceble/issues/13#issuecomment-803537932 have been fixed.
The summarision:
Good improvement.