forked from I2P_Developers/i2p.i2p
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:
@ -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
|
||||
|
Reference in New Issue
Block a user