summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 0 insertions, 21 deletions
diff --git a/README b/README
index e324980..5f25e00 100644
--- a/README
+++ b/README
@@ -11,7 +11,6 @@ Features:
- A WebKit2 viewport
- An input box to change the URI or to search the current page
- Built-in launching of suckless' tabbed
- - Built-in adblock
- Built-in download manager
- Optimized hotkeys: Left hand on keyboard, right hand on mouse
- Keyword based searching: Opening "wi foo" will search wikipedia
@@ -244,21 +243,6 @@ following environment variables:
Zoom level for WebKit viewports. Defaults to 1.0.
-=======
-Adblock
-=======
-
-lariza has built-in adblock functionality. In each line of
-
- ~/.config/lariza/adblock.black
-
-you can store a regular expression. These expressions match
-case-insensitive and partially, i.e. ".*foo.*" is the same as ".*FOO.*"
-and you can use anchors like "^https?://...".
-
-Lines starting with "#" are ignored.
-
-
=======================
Keyword based searching
=======================
@@ -324,8 +308,3 @@ API references:
- http://webkitgtk.org/reference/webkitgtk/stable/index.html
- https://developer.gnome.org/gtk3/stable/index.html
- https://developer.gnome.org/glib/stable/index.html
-
-Regular expressions supported by GRegex, you can use these in your
-adblock patterns:
-
- - https://developer.gnome.org/glib/stable/glib-regex-syntax.html