From e6199c36f9b22c51b07df83248e8d8171174b9c9 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Sun, 17 Oct 2021 00:26:10 +0800 Subject: [PATCH] Minor cleanup --- inject.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/inject.js b/inject.js index 34f98d6..48b35f8 100644 --- a/inject.js +++ b/inject.js @@ -7,7 +7,4 @@ }); `; document.head.appendChild(script); - - //document.body.style.transform = 'translate(-72px, 0)'; - //document.body.style.width = `${window.outerWidth + 72}px`; }