summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Hofmann <scm@uninformativ.de>2014-11-09 11:29:18 +0100
committerPeter Hofmann <scm@uninformativ.de>2014-11-09 11:29:18 +0100
commitf1174ffb8af6585e2d587c8d2b4756ceb2fd5830 (patch)
treee52e50423217bc52178ffec0e33865c32b65877c /README
parentfbb036f327bbda3abea49505e8670f5c8a50df28 (diff)
downloadlariza-f1174ffb8af6585e2d587c8d2b4756ceb2fd5830.tar.gz
Completely remove adblock for now
With WebKit2, adblock is no longer a trivial task. It must be realized as a "web extension" in WebKit2. See, for example: http://blogs.igalia.com/carlosgc/2013/09/10/webkit2gtk-web-process-extensions/ We need to connect to the "send-request" signal and stop the request from being sent in the first place.
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