]> git.armaanb.net Git - chorizo.git/blobdiff - README
Completely remove adblock for now
[chorizo.git] / README
diff --git a/README b/README
index e32498027405f6145af26d918bf359cf062bcde3..5f25e00366f800041b37b065c1e94b7b6df30bfe 100644 (file)
--- 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