about summary refs log tree commit diff stats
path: root/xxxterm.1
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-05-11 11:43:54 -0400
committerJosh Rickmar <jrick@devio.us>2012-05-11 15:35:14 -0400
commit9cc9be30cb6004404eccf206357498299a7baf53 (patch)
tree26c910311603b5b3481ce046fd1715bfdcb2d795 /xxxterm.1
parent503de15ac3fb268325e9a0ec2571b79e1f4da831 (diff)
downloadxombrero-9cc9be30cb6004404eccf206357498299a7baf53.tar.gz
Rename js_autorun_enabled to enable_js_autorun and document the usage in the manpage
Diffstat (limited to 'xxxterm.1')
-rw-r--r--xxxterm.115
1 files changed, 15 insertions, 0 deletions
diff --git a/xxxterm.1 b/xxxterm.1
index 0aaaed9..9960831 100644
--- a/xxxterm.1
+++ b/xxxterm.1
@@ -1051,6 +1051,21 @@ When enabled (disabled by default)
 displays favicons at each tab. This setting only affects
 .Cm compact
 tabs.
+.It Cm enable_js_autorun
+Enables support for autorunning JavaScript after page loads.  When
+enabled,
+.Pa ~/.xxxterm/js/
+will be searched for
+.Pa default.js
+and
+.Pa host.domain.js .
+If
+.Pa host.domain.js
+does not exist,
+.Pa domain.js
+will be tried instead.  The content of the both default and
+host/domain files are read and executed on each page load.
+Default is 1.
 .It Cm enable_js_whitelist
 When enabled all domains must be in the js whitelist in order to run Java
 Script.