From 14ba241c69b13f0a8c482e2148a7fc43bed75fff Mon Sep 17 00:00:00 2001 From: alice0775 Date: Thu, 25 Mar 2021 22:43:23 +0900 Subject: [PATCH] fix typo in discardTab #61 --- 72/discardTab.uc.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/72/discardTab.uc.js b/72/discardTab.uc.js index 5c5bebad..0f0fdbbc 100644 --- a/72/discardTab.uc.js +++ b/72/discardTab.uc.js @@ -4,7 +4,8 @@ // @description discard tab // @include main // @author Alice0775 -// @compatibility 69 +// @compatibility 72+ +// @version 2021/03/25 22:00 fix typo in discardTab #61. thanks,aminomancer // @version 2020/10/06 06:00 remove array // @version 2019/06/24 23:00 fix 69 wait for gBrowser initialized // @version 2019/05/29 16:00 Bug 1519514 - Convert tab bindings @@ -80,7 +81,7 @@ var discardTab = { let tab = event.target; if (tab.hasAttribute("discardTabLabel")) { tab.label = tab.getAttribute("discardTabLabel"); - tab.remobeAttribute("discardTabLabel") + tab.removeAttribute("discardTabLabel") } },