diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-01-17 07:19:48 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-01-17 07:19:48 +0100 |
commit | c2da2bae5dbca73f26fe77bb8080e2a90d3cbb1d (patch) | |
tree | d0fc904084ea270c014786cd97931a67eba14752 /surf.1 | |
parent | c467e5a3b3f3e1d69b64d31a166aa9d69336ef53 (diff) |
Major styles update.
In config.h there is now some styles array to apply site-specific styles.
This can be toggled using the -mM flags. If a stylefile is manually specified,
then this will overwrite everything.
Diffstat (limited to 'surf.1')
-rw-r--r-- | surf.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -3,7 +3,7 @@ surf \- simple webkit-based browser .SH SYNOPSIS .B surf -.RB [-bBfFgGiIkKnNpPsSvx] +.RB [-bBfFgGiIkKmMnNpPsSvx] .RB [-a\ cookiepolicies] .RB [-c\ cookiefile] .RB [-e\ xid] @@ -68,6 +68,12 @@ Disable kiosk mode (disable key strokes and right click) .B \-K Enable kiosk mode (disable key strokes and right click) .TP +.B \-m +Disable the site-specific styles. +.TP +.B \-M +Enable the site-specific styles. +.TP .B \-n Disable the Web Inspector (Developer Tools). .TP @@ -93,6 +99,7 @@ Enable Javascript .B \-t stylefile Specify the user .I stylefile. +This does disable the site-specific styles. .TP .B \-u useragent Specify the |