2009-04-09 21:32:03 -04:00
|
|
|
pref("extensions.treestyletab.animation.enabled", true);
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* Duration of animations.
|
|
|
|
* DO NOT CHANGE THE PREFS ON FIREFOX 4 OR LATER, because actual duration of
|
|
|
|
* animations are defined in CSS. (CSS Transitions)
|
|
|
|
* These prefs are used by the JavaScript implementation.
|
|
|
|
*/
|
2009-04-09 21:32:03 -04:00
|
|
|
pref("extensions.treestyletab.animation.indent.duration", 200);
|
|
|
|
pref("extensions.treestyletab.animation.collapse.duration", 150);
|
2009-04-07 12:09:17 -04:00
|
|
|
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* Size of resizable tab bar. They are completely ignored if "Tabs on Top"
|
|
|
|
* is activated on Firefox 4 or later.
|
|
|
|
*/
|
2007-10-23 02:05:44 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.width", 200);
|
2009-07-07 04:30:30 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.height", 32);
|
2008-06-17 02:22:49 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.shrunkenWidth", 80);
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* Position of the tab bar, possible values are:
|
|
|
|
* "top", "right", "bottom" or "left".
|
|
|
|
*/
|
2007-10-23 02:05:44 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.position", "left");
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* Compatibility for multirow horizontal tab bar (provided by Tab Mix Plus or
|
|
|
|
* other addons). If true, tab bar can be multirow. Otherwise, multirow tab bar
|
|
|
|
* will be disabled by TST.
|
|
|
|
*/
|
2007-10-26 08:56:04 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.multirow", false);
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* They invert appearance of tabs for the rightside vertical tab bar.
|
|
|
|
* "invertTab" inverts appearance of tree. Tabs will be indented from right.
|
|
|
|
* "invertTabContents" inverts the order of elements in each tab.
|
|
|
|
* "invertClosebox" moves only the closebox in each tab to leftmost position.
|
|
|
|
*/
|
2009-05-11 03:19:37 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.invertTab", true);
|
2009-05-11 19:19:11 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.invertTabContents", false);
|
2009-04-28 00:11:22 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.invertClosebox", false);
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* Smooth-scroll effect for the tab bar. You can change the duration.
|
|
|
|
*/
|
2007-10-23 02:05:44 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.scroll.smooth", true);
|
2009-04-09 21:32:03 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.scroll.duration", 250);
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* Policy for the auto-scrolling to new tabs opened on a position out of the
|
|
|
|
* viewport of the tab bbar.
|
|
|
|
* 0 = No scroll.
|
|
|
|
* 1 = Scroll to the tab only when the current tab will not scrolled out.
|
|
|
|
* 2 = Scroll to new tab always.
|
|
|
|
*/
|
2010-07-25 12:13:19 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.scrollToNewTab.mode", 1);
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* Scrollbar in the leftside vertical tab bar should be shown leftmost position
|
|
|
|
* instead of between tabs and the content area. This option works only for
|
|
|
|
* Firefox 4 or later.
|
|
|
|
*/
|
2011-03-24 23:12:33 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.invertScrollbar", true);
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* Scrollbar in vertical tab bar can be shown with narrow width.
|
|
|
|
* This option works only for vertical tab bar.
|
|
|
|
*/
|
2011-03-24 22:42:50 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.narrowScrollbar", true);
|
2011-03-25 13:28:41 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.narrowScrollbar.size", "10px");
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* The skin of the tab bar. Available styles are:
|
|
|
|
* "default", "flat", "mixed", "vertigo", "metal" and "sidebar".
|
|
|
|
* To change the default style for each platform, use "platform.default.tabbar.style"
|
|
|
|
* instead of "tabbar.style" for the default preference. Users can set
|
|
|
|
* the selected skin directly via "tabbar.style".
|
|
|
|
*/
|
2010-11-18 02:04:31 -05:00
|
|
|
// pref("extensions.treestyletab.tabbar.style", "mixed");
|
|
|
|
pref("extensions.treestyletab.platform.default.tabbar.style", "mixed");
|
2011-04-06 01:33:59 -04:00
|
|
|
pref("extensions.treestyletab.platform.Darwin.tabbar.style", "metal");
|
|
|
|
pref("extensions.treestyletab.platform.Linux.tabbar.style", "plain");
|
|
|
|
/**
|
|
|
|
* Background of the vertical tab bar can be cleared. On Windows + Aero Glass,
|
|
|
|
* Aero Glass will be applied for the vertical tab bar, if you set this to "true".
|
|
|
|
*/
|
2010-09-01 11:50:10 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.style.aero", false);
|
2011-04-06 01:33:59 -04:00
|
|
|
/**
|
|
|
|
* AutoHide style for the vertical tab bar.
|
|
|
|
* 0 = Disabled. No autohide.
|
|
|
|
* 1 = Hide the tab bar completely.
|
|
|
|
* 2 = Shrink the tab bar to the width "tabbar.shrunkenWidth".
|
|
|
|
*/
|
2010-03-31 14:47:30 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.mode", 0);
|
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.mode.fullscreen", 1);
|
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.mode.toggle", 2);
|
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.mode.toggle.fullscreen", 1);
|
2007-11-08 23:07:54 -05:00
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.delay", 50);
|
2008-06-17 03:43:21 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.area", 7);
|
2009-12-17 03:49:21 -05:00
|
|
|
pref("extensions.treestyletab.tabbar.autoHide.expandArea", false);
|
2008-03-09 08:46:19 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.mousemove", true);
|
2008-06-18 10:04:50 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.accelKeyDown", true);
|
2008-03-09 08:18:58 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.accelKeyDown.delay", 800);
|
2008-06-18 10:04:50 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.tabSwitch", true);
|
2008-06-17 09:24:44 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.feedback", false);
|
2008-03-09 01:36:52 -05:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.feedback.delay", 3000);
|
2009-03-29 15:06:25 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.autoShow.keepShownOnMouseover", true);
|
2009-03-29 17:03:58 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.togglerSize", 5);
|
2009-08-26 10:59:25 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.fixed.autoCancelOnDrop", true);
|
2009-09-03 21:47:10 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.fixed.insensitiveArea", 14);
|
2009-08-26 10:59:25 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.fixed.horizontal", true);
|
2009-07-07 11:34:14 -04:00
|
|
|
pref("extensions.treestyletab.tabbar.fixed.vertical", false);
|
2007-11-17 01:05:23 -05:00
|
|
|
pref("extensions.treestyletab.enableSubtreeIndent.allTabsPopup", true);
|
2009-07-07 20:09:13 -04:00
|
|
|
pref("extensions.treestyletab.allowSubtreeCollapseExpand.horizontal", false);
|
|
|
|
pref("extensions.treestyletab.allowSubtreeCollapseExpand.vertical", true);
|
2010-11-24 11:14:36 -05:00
|
|
|
pref("extensions.treestyletab.stackCollapsedTabs", true);
|
2007-10-23 02:05:44 -04:00
|
|
|
pref("extensions.treestyletab.showBorderForFirstTab", false);
|
2007-11-17 12:55:46 -05:00
|
|
|
pref("extensions.treestyletab.autoExpand.enabled", true);
|
2007-11-17 12:52:51 -05:00
|
|
|
pref("extensions.treestyletab.autoExpand.delay", 500);
|
|
|
|
pref("extensions.treestyletab.autoExpand.intelligently", true);
|
|
|
|
pref("extensions.treestyletab.autoExpand.collapseFinally", false);
|
2010-11-29 05:24:27 -05:00
|
|
|
pref("extensions.treestyletab.maxTreeLevel.horizontal", 0);
|
2010-12-01 01:38:21 -05:00
|
|
|
pref("extensions.treestyletab.maxTreeLevel.vertical", 999);
|
2010-11-29 03:24:45 -05:00
|
|
|
pref("extensions.treestyletab.maxTreeLevel.phisical", false);
|
2009-12-18 07:57:21 -05:00
|
|
|
pref("extensions.treestyletab.indent", 12);
|
2011-03-30 00:04:29 -04:00
|
|
|
pref("extensions.treestyletab.indent.min", 3);
|
2009-12-18 07:57:21 -05:00
|
|
|
pref("extensions.treestyletab.indent.property", "margin");
|
2011-03-30 00:04:29 -04:00
|
|
|
pref("extensions.treestyletab.indent.autoShrink", true);
|
2010-11-18 02:04:31 -05:00
|
|
|
// pref("extensions.treestyletab.indent.property.top", "");
|
|
|
|
// pref("extensions.treestyletab.indent.property.right", "");
|
|
|
|
// pref("extensions.treestyletab.indent.property.bottom", "");
|
|
|
|
// pref("extensions.treestyletab.indent.property.left", "");
|
|
|
|
pref("extensions.treestyletab.platform.default.indent.property.top", "");
|
|
|
|
pref("extensions.treestyletab.platform.default.indent.property.right", "");
|
|
|
|
pref("extensions.treestyletab.platform.default.indent.property.bottom", "");
|
|
|
|
pref("extensions.treestyletab.platform.default.indent.property.left", "");
|
2007-10-30 20:38:37 -04:00
|
|
|
// 0 = first child, 1 = last child
|
|
|
|
pref("extensions.treestyletab.insertNewChildAt", 1);
|
2008-03-02 11:01:33 -05:00
|
|
|
pref("extensions.treestyletab.twisty.style", "auto"); // none, retro, modern-black, modern-white, auto
|
2009-05-08 02:04:22 -04:00
|
|
|
pref("extensions.treestyletab.twisty.expandSensitiveArea", true);
|
2008-12-03 08:17:40 -05:00
|
|
|
pref("extensions.treestyletab.clickOnIndentSpaces.enabled", true);
|
2009-08-09 23:15:15 -04:00
|
|
|
pref("extensions.treestyletab.tooltip.includeChildren", true);
|
2007-10-21 11:02:58 -04:00
|
|
|
|
2009-12-25 06:19:50 -05:00
|
|
|
pref("extensions.treestyletab.show.context-item-reloadTabSubtree", true);
|
2009-07-06 05:21:06 -04:00
|
|
|
pref("extensions.treestyletab.show.context-item-reloadDescendantTabs", false);
|
2009-12-25 06:19:50 -05:00
|
|
|
pref("extensions.treestyletab.show.context-item-removeTabSubtree", true);
|
2007-11-26 10:07:10 -05:00
|
|
|
pref("extensions.treestyletab.show.context-item-removeDescendantTabs", false);
|
2010-12-08 06:34:42 -05:00
|
|
|
pref("extensions.treestyletab.show.context-item-removeAllTabsButThisTree", false);
|
2007-11-17 01:05:23 -05:00
|
|
|
pref("extensions.treestyletab.show.context-item-collapseAllSubtree", true);
|
|
|
|
pref("extensions.treestyletab.show.context-item-expandAllSubtree", true);
|
2008-02-22 12:55:35 -05:00
|
|
|
pref("extensions.treestyletab.show.context-item-toggleAutoHide", true);
|
|
|
|
pref("extensions.treestyletab.show.context-item-toggleFixed", true);
|
2009-12-25 06:19:50 -05:00
|
|
|
pref("extensions.treestyletab.show.context-item-bookmarkTabSubtree", true);
|
2007-10-22 05:59:43 -04:00
|
|
|
|
2009-07-27 03:22:56 -04:00
|
|
|
// 0 = always ask, 1 = load into the tab, 2 = open new child tab
|
|
|
|
pref("extensions.treestyletab.dropLinksOnTab.behavior", 0);
|
2010-07-29 22:39:51 -04:00
|
|
|
// value = Basic | Structure | Collapse/expand
|
|
|
|
// Basic behavior:
|
|
|
|
// 0 = always ask
|
|
|
|
// 1 = tree
|
|
|
|
// 2 = separate
|
|
|
|
// 4 = replace
|
|
|
|
// Structure:
|
|
|
|
// 256 = use dummy tab (for subtree)
|
|
|
|
// 1024 = use dummy tab, only if there is any orphan
|
|
|
|
// 512 = do not restore tree structure
|
|
|
|
// Collapse/expand:
|
|
|
|
// 2048 = expand all tree
|
|
|
|
pref("extensions.treestyletab.openGroupBookmark.behavior", 2304); /* 0 | 256 | 2048 */
|
2010-12-20 06:41:22 -05:00
|
|
|
// 0 = always ask, 1 = bookmark all, 2 = bookmark only the parent tab
|
2011-01-05 20:25:17 -05:00
|
|
|
pref("extensions.treestyletab.bookmarkDroppedTabs.behavior", 0);
|
2010-05-06 05:56:39 -04:00
|
|
|
pref("extensions.treestyletab.taskbarPreviews.hideCollapsedTabs", true);
|
2007-10-21 11:02:58 -04:00
|
|
|
|
2009-12-25 06:27:23 -05:00
|
|
|
pref("extensions.treestyletab.autoCollapseExpandSubtreeOnSelect", true);
|
|
|
|
pref("extensions.treestyletab.autoCollapseExpandSubtreeOnSelect.onCurrentTabRemove", true);
|
|
|
|
pref("extensions.treestyletab.autoCollapseExpandSubtreeOnSelect.whileFocusMovingByShortcut", false);
|
|
|
|
pref("extensions.treestyletab.collapseExpandSubtree.dblclick", false);
|
2011-03-01 10:08:56 -05:00
|
|
|
// -1 = restore last state, 0 = always collapse, 1 = always expand
|
|
|
|
pref("extensions.treestyletab.collapseExpandSubtree.sessionRestore", -1);
|
2009-12-25 06:27:23 -05:00
|
|
|
pref("extensions.treestyletab.autoExpandSubtreeOnCollapsedChildFocused", true);
|
|
|
|
pref("extensions.treestyletab.autoExpandSubtreeOnAppendChild", true);
|
2011-01-25 10:06:32 -05:00
|
|
|
pref("extensions.treestyletab.autoAttach", true);
|
2010-12-09 06:13:04 -05:00
|
|
|
// 0 = don't attach
|
|
|
|
// 1 = attach if the search term equals to the selection in the current tab
|
|
|
|
// 2 = always attach
|
2011-01-25 10:06:32 -05:00
|
|
|
pref("extensions.treestyletab.autoAttach.searchResult", 1);
|
2011-01-25 10:01:37 -05:00
|
|
|
// 0 = don't attach (open as an independent tab)
|
|
|
|
// 1 = attach to the current tab (open as a child)
|
|
|
|
// 2 = attach to the parent of the current tab (open as a sibling)
|
|
|
|
pref("extensions.treestyletab.autoAttach.newTabCommand", 0);
|
2007-10-18 23:05:36 -04:00
|
|
|
// 0 = default, 1 = only visible tabs
|
|
|
|
pref("extensions.treestyletab.focusMode", 1);
|
2009-06-09 11:03:59 -04:00
|
|
|
/*
|
2009-12-18 02:28:54 -05:00
|
|
|
3 = promote only the first child tab as the parent level
|
|
|
|
0 = promote all children as the parent level
|
2009-06-09 11:03:59 -04:00
|
|
|
1 = detach all children
|
|
|
|
2 = close all children too
|
|
|
|
*/
|
2009-06-24 04:18:17 -04:00
|
|
|
pref("extensions.treestyletab.closeParentBehavior", 3);
|
2010-09-18 12:13:07 -04:00
|
|
|
pref("extensions.treestyletab.closeParentBehavior.moveDetachedTabsToBottom", false);
|
2009-06-09 11:03:59 -04:00
|
|
|
/*
|
2009-12-18 02:28:54 -05:00
|
|
|
3 = promote only the first child tab as the root level
|
|
|
|
1 = promote all children as new roots (=detach all children)
|
2009-06-09 12:02:58 -04:00
|
|
|
Note: this affects only when closeParentBehavior == 0
|
2009-06-09 11:03:59 -04:00
|
|
|
*/
|
2009-06-09 23:34:47 -04:00
|
|
|
pref("extensions.treestyletab.closeRootBehavior", 3);
|
2009-12-25 06:27:23 -05:00
|
|
|
pref("extensions.treestyletab.createSubtree.underParent", true);
|
2009-12-26 23:56:16 -05:00
|
|
|
/*
|
|
|
|
0 = do nothing.
|
|
|
|
1 = always ask.
|
|
|
|
2 = reopen all tabs of the tree if a member of tree is reopened.
|
2010-11-10 11:14:04 -05:00
|
|
|
256 = don't reopen tree if some tabs are overflowed and lost from the history.
|
2009-12-26 23:56:16 -05:00
|
|
|
*/
|
2009-12-27 00:25:04 -05:00
|
|
|
pref("extensions.treestyletab.undoCloseTabSet.behavior", 3);
|
2007-10-20 04:22:42 -04:00
|
|
|
|
2011-02-03 19:59:05 -05:00
|
|
|
pref("extensions.treestyletab.autoRepositionStatusPanel", true);
|
2011-01-19 21:55:49 -05:00
|
|
|
pref("extensions.treestyletab.restoreTreeOnStartup", false);
|
|
|
|
|
2007-10-17 14:18:16 -04:00
|
|
|
|
2008-03-03 03:26:51 -05:00
|
|
|
pref("browser.link.open_newwindow.restriction.override", 0);
|
|
|
|
pref("browser.tabs.loadFolderAndReplace.override", false);
|
2009-09-09 00:45:54 -04:00
|
|
|
pref("browser.tabs.insertRelatedAfterCurrent.override", false);
|
2010-05-02 00:51:19 -04:00
|
|
|
pref("browser.tabs.insertRelatedAfterCurrent.override.force", true);
|
2007-10-20 04:22:42 -04:00
|
|
|
|
2009-12-25 06:19:50 -05:00
|
|
|
pref("extensions.multipletab.show.multipletab-selection-item-removeTabSubtree", true);
|
|
|
|
pref("extensions.multipletab.show.multipletab-selection-item-createSubtree", true);
|
2007-10-17 12:07:43 -04:00
|
|
|
|
2007-10-20 04:22:42 -04:00
|
|
|
|
2011-04-04 04:58:55 -04:00
|
|
|
// compatibility hack flags, can be disabled by each addon
|
|
|
|
pref("extensions.treestyletab.compatibility.Highlander", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.PermaTabs", true);
|
2009-12-15 03:38:16 -05:00
|
|
|
pref("extensions.treestyletab.compatibility.TMP", true); // Tab Mix Plus
|
2011-04-04 04:58:55 -04:00
|
|
|
pref("extensions.treestyletab.compatibility.SessionManager", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.FullerScreen", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.TooManyTabs", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.DragNDropToolbars", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.OptimozTweaks", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.Tabberwocky", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.SelectionLinks", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.SuperDragAndGo", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.DragDeGo", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.ColorfulTabs", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.FLST", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.FocusLastSelectedTab", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.LastTab", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.FireGestures", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.MouseGesturesRedox", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.Greasemonkey", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.SBMCounter", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.AgingTabs", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.SnapLinks", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.MouselessBrowsing", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.Linky", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.QuickDrag", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.Autohide", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.GoogleToolbar.Sidewiki", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.SmoothlyCloseTabs", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.STM", true); // Super Tab Mode
|
|
|
|
pref("extensions.treestyletab.compatibility.STM.warnForNewTabPosition", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.TabUtilities", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.RemoveNewTabButton", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.IETabPlus", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.MultiLinks", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.DomainTab", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.PersonalTitlebar", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.TotalToolbar", true);
|
|
|
|
pref("extensions.treestyletab.compatibility.FirefoxSync", true);
|
2008-06-20 02:16:22 -04:00
|
|
|
|
|
|
|
|
2010-10-24 23:06:02 -04:00
|
|
|
pref("extensions.treestyletab.platform.Darwin.indent.property.top", "margin-bottom");
|
|
|
|
|
|
|
|
|
2009-07-27 03:22:56 -04:00
|
|
|
pref("extensions.treestyletab.prefsVersion", 0);
|