diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-28 10:18:08 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2017-02-28 10:18:08 +0100 |
commit | 7f6c9b22d1016aa0dba709495fabf41397676039 (patch) | |
tree | 35898077b84be953c0645262aaa9470802b5267b /data | |
parent | Fixed crash when closing the first tab (diff) | |
download | smolbote-7f6c9b22d1016aa0dba709495fabf41397676039.tar.xz |
Blocker rewrites
Some code commenting
Moved Blocker files for src/blocker
Keyboard shortcut for Blocker dialog
Diffstat (limited to 'data')
-rw-r--r-- | data/poi.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/data/poi.conf b/data/poi.conf index aec03e9..b9c1aee 100644 --- a/data/poi.conf +++ b/data/poi.conf @@ -41,9 +41,13 @@ profile="Default" # URL blocker [blocker] -dialogShortcut="Ctrl+Shift+A" -path="blocklist.txt" -#subscriptions=[] +shortcut="Ctrl+Shift+A" +path="~settings/" +subscriptions=[ +# "https://easylist.to/easylist/easylist.txt", + "https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt", + "https://easylist.to/easylist/easyprivacy.txt" +] # Bookmark manager [bookmarks] |