Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 717 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 717 Bytes

Block blockadblock

A simple uBlock origin fix to block the script distributed to block add blockers from blockadblock. The repository contains the script that is distributed as well as an unobfuscated script.

The fix

Add the following to My filters in the uBlock origin dashboard

example.com##^script:has-text(eval)

Change example.com to the domain that is executing the blockadblock script.

This simply blocks the initial call to eval - which is a probably good thing to block in general!

License

GPLv3