We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13d7f1 commit 21e5576Copy full SHA for 21e5576
1 file changed
JS/verticalTabsPane.uc.js
@@ -1,6 +1,6 @@
1
// ==UserScript==
2
// @name Vertical Tabs Pane
3
-// @version 1.6.0
+// @version 1.6.1
4
// @author aminomancer
5
// @homepage https://github.com/aminomancer/uc.css.js
6
// @description Create a vertical pane across from the sidebar that functions like the vertical
@@ -187,7 +187,7 @@
187
create(document, "toolbartabstop", { "aria-hidden": true })
188
);
189
this.newTabButton = this.buttonsRow.appendChild(
190
- document.getElementById("new-tab-button").cloneNode(true)
+ CustomizableUI.getWidget("new-tab-button").forWindow(window).node.cloneNode(true)
191
192
this.newTabButton.id = "vertical-tabs-new-tab-button";
193
this.newTabButton.setAttribute("flex", "1");
0 commit comments