anthonycr / Lightning-Browser

A lightweight Android browser with modern navigation
http://acrdevelopment.org
Mozilla Public License 2.0
2.14k stars 784 forks source link

Add URLs to blocklist #323

Open schiegl opened 8 years ago

schiegl commented 8 years ago

It would be great if one could add URLs to the ad block list. Lightning blocks ads just fine but I want other URLs (tracking etc.) also to be blocked.

Maybe with an update button or everytime Lightning gets an update it also updates the list.

alt-grr commented 8 years ago

URLs should be compared with equals() matching, or using some pattern matching - startsWith(), regex?

This could be implemented as some kind of adblock-like "list of filters", in-app editor.