update TODO - surf-adblock - Surf adblock web extension | |
git clone git://git.codemadness.org/surf-adblock | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b6cc76e9fcac3112086f2d2348ef53b16b59da9d | |
parent e9a15efd7acd1c68198a57d14acfff14a7d2d67d | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Sat, 3 Jun 2017 13:31:45 +0200 | |
update TODO | |
Diffstat: | |
M TODO | 12 ++++++++++++ | |
1 file changed, 12 insertions(+), 0 deletions(-) | |
--- | |
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 wildc… | |
and no matchbegin/matchend. Use strncmp/strcasecmp for patterns with… | |
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 #@# |