A friendly toolkit for migrating your security rules from uMatrix to uBlock Origin (uBO).
uMatrix is archived, but uBlock Origin is alive and well! This project helps you move your "Hard Mode" setup to uBO without losing your sanity.
convert_rules.py: A Python script to convert your exported uMatrix rules into uBO dynamic filtering rules. It safely maps "allow" to "noop" to keep your blocklists active.migration_guide.md: A step-by-step guide on how to configure uBO to act like uMatrix and how to use the script.
- Read the Migration Guide.
- Run the script:
python3 convert_rules.py < my-umatrix-rules.txt - Enjoy a safer, modern browsing experience!
MIT