Console, i2psnark, susimail: Recognize emacs-w3m as a text-mode browser

As reported at http://zzz.i2p/topics/1630
untested
This commit is contained in:
zzz
2014-05-28 21:25:35 +00:00
parent c07bfe34ab
commit af5c0bd8a7
4 changed files with 4 additions and 4 deletions

View File

@ -174,7 +174,7 @@ public class CSSHelper extends HelperBase {
// text
!(ua.startsWith("Lynx") || ua.startsWith("w3m") ||
ua.startsWith("ELinks") || ua.startsWith("Links") ||
ua.startsWith("Dillo") ||
ua.startsWith("Dillo") || ua.startsWith("Emacs-w3m") ||
// mobile
// http://www.zytrax.com/tech/web/mobile_ids.html
// Android tablet UAs don't have "Mobile" in them