From ae7703fdfcb6d4705c9a92c4a3ffb897964d6ce6 Mon Sep 17 00:00:00 2001 From: Adam <36013816+iamadamdev@users.noreply.github.com> Date: Sun, 1 Aug 2021 19:02:44 -0700 Subject: [PATCH] Run semistandard linter --- src/js/contentScript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/contentScript.js b/src/js/contentScript.js index f1ec809..3590fc8 100755 --- a/src/js/contentScript.js +++ b/src/js/contentScript.js @@ -688,7 +688,7 @@ if (matchDomain('elmercurio.com')) { } } } else if (matchDomain('nationalgeographic.com')) { - //prevent modal from showing up, then remove scroll-locking, and article blur + // prevent modal from showing up, then remove scroll-locking, and article blur new window.MutationObserver(function (mutations) { for (const mutation of mutations) { for (const node of mutation.addedNodes) {