update TODO - surf-adblock - Surf adblock web extension
 (HTM) git clone git://git.codemadness.org/surf-adblock
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b6cc76e9fcac3112086f2d2348ef53b16b59da9d
 (DIR) parent e9a15efd7acd1c68198a57d14acfff14a7d2d67d
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  3 Jun 2017 13:31:45 +0200
       
       update TODO
       
       Diffstat:
         M TODO                                |      12 ++++++++++++
       
       1 file changed, 12 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/TODO b/TODO
       @@ -1,3 +1,12 @@
       +- fix tweakers.net popup / rule.
       +- benchmark rule matching (timing).
       +
       +===
       +
       +- there is a websocket option? ignore it: block it in surf itself.
       +        how to detect a websocket url? ws://, websocket:// or w/e?
       +- show linenr on error / ignored rule.
       +
        Docs:
        - https://adblockplus.org/en/filter-cheatsheet
        - https://adblockplus.org/filters
       @@ -12,6 +21,9 @@ Docs:
                - test: just use a simple strstr/strcasestr for patterns with no wildcards
                  and no matchbegin/matchend. Use strncmp/strcasecmp for patterns with no wildcards
                  and matchbegin or matchend set.
       +        - make less CPU intensive.
       +        - maybe even include it statically?
        - optimize memory allocation.
        - optimize: pregenerate one global stylesheet that applies to all sites?
       +- separate adblocker into daemon? not sure.
        ? support exception rules #@#