about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--xxxterm.127
1 files changed, 22 insertions, 5 deletions
diff --git a/xxxterm.1 b/xxxterm.1
index b6097e3..c6faf64 100644
--- a/xxxterm.1
+++ b/xxxterm.1
@@ -405,11 +405,28 @@ Display CA certificate(s).
 Show favorites
 .It Cm favadd
 Add current page to favorites
-.It Cm jsadd
-Add current page domain as a JavaScript white list entry to the runtime
-configuration file.
-This action will also enable JavaScript if it is currently disabled for this
-domain.
+.It Cm js
+The js command is used to manipulate the Java Script white lists.
+Used by itself it expands to "js show all".
+.It Cm js show all
+Shows all persistent and session entries in the JS white list.
+.It Cm js show persistent
+Shows all persistent entries in the JS white list.
+.It Cm js show session
+Shows all session entries in the JS white list.
+.It Cm js save
+.It Cm js save fqdn
+Saves the current fully qualified domain name to the persitent white list.
+.It Cm js save domain
+Saves the top level domain name to the persitent white list.
+E.g. the www.peereboom.us domain would result in saving .peereboom.us .
+.Pp
+This action will enable Java Script if it is currently disabled for this entry.
+.It Cm js toggle
+.It Cm js toggle fqdn
+Toggle Java Script execution for the current FQDN.
+.It Cm js toggle domain
+Toggle Java Script execution for the current top level domain.
 .It Cm cookieadd
 Add current page domain as a cookie white list entry to the runtime
 configuration file.