From f1174ffb8af6585e2d587c8d2b4756ceb2fd5830 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sun, 9 Nov 2014 11:29:18 +0100 Subject: 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. --- README | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'README') 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 -- cgit v1.2.3