]> Sergey Matveev's repositories - public-inbox.git/commitdiff
TODO: avoid mentioning untrustworthy browser extensions
authorEric Wong <e@80x24.org>
Tue, 1 Jan 2019 06:49:00 +0000 (06:49 +0000)
committerEric Wong <e@80x24.org>
Tue, 1 Jan 2019 07:04:25 +0000 (07:04 +0000)
Old and new versions of Mozilla-based browsers seem to support
userContent.css just fine.

cf. https://www-archive.mozilla.org/unix/customizing.html#usercss
    http://kb.mozillazine.org/index.php?title=UserContent.css

TODO

diff --git a/TODO b/TODO
index 7db8a5bd62a50dce0a7a8aac1edef537e1a1ebcc..374d8df1734a0e2419effb817c068717faf85565 100644 (file)
--- a/TODO
+++ b/TODO
@@ -66,7 +66,7 @@ all need to be considered for everything we introduce)
 * linkify thread skeletons better
   https://public-inbox.org/git/6E3699DEA672430CAEA6DEFEDE6918F4@PhilipOakley/
 
 * linkify thread skeletons better
   https://public-inbox.org/git/6E3699DEA672430CAEA6DEFEDE6918F4@PhilipOakley/
 
-* generate sample CSS for use with Stylish/dillo/etc
+* generate sample CSS for use with userContent.css/dillo/etc
 
 * streaming Email::MIME replacement: currently we generate many
   allocations/strings for headers we never look at and slurp
 
 * streaming Email::MIME replacement: currently we generate many
   allocations/strings for headers we never look at and slurp