From 89ef621228ba15d6f9ae6f8a6a4072f4f54413dd Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Fri, 1 Oct 2021 22:38:05 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20clear-store:=20make=20button=20v?= =?UTF-8?q?isible,=20maybe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trakt.clear-store.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trakt.clear-store.user.js b/trakt.clear-store.user.js index 83b177b..9a4ad94 100644 --- a/trakt.clear-store.user.js +++ b/trakt.clear-store.user.js @@ -29,7 +29,7 @@ const $leftNav = $('.subnav-wrapper .container .left'); const $found = $leftNav.find('.clear-store'); if (!$found.length) { - $leftNav.append('') + $leftNav.append('X') .find('.clear-store').on('click', clearStorage); } }