diff options
Diffstat (limited to 'api/jsapi.7.txt')
-rw-r--r-- | api/jsapi.7.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/api/jsapi.7.txt b/api/jsapi.7.txt index 8a0dce57..65c55b41 100644 --- a/api/jsapi.7.txt +++ b/api/jsapi.7.txt @@ -1814,6 +1814,29 @@ _autoreload_;; Whether to automatically reload the website after the _notify_;; Whether to notify about blocked request, default *false* +==== unique_tabs + +Extension that allows to remove duplicate tabs or avoids duplicate tabs +automatically. + +_Configuration options_:: + +_shortcutRemoveDuplicates_;; Shortcut that removes duplicate tabs, default *null* + +_commandRemoveDuplicates_;; Command that remove s duplicate tabs, default +*ut_remove_duplicates* + +_autoFocus_;; Autofocus a tab if an url is already opened, if the url would be loaded in a +new tab the new tab is closed. Setting this to true makes commandRemoveDuplicates and +shortcutRemoveDuplicates obsolete because there will be no duplicate tabs. +Default value: *true* + +_shortcutToggleAutoFocus_;; Shortcut that enables/disables autofocus, default +*null* + +_commandToggleAutoFocus_;; Command that enables/disables autofocus, default +*ut_toggle_autofocus* + ==== userscripts |