diff --git a/inject.js b/inject.js index f9c9799..f21fa8b 100644 --- a/inject.js +++ b/inject.js @@ -151,7 +151,7 @@ chrome.extension.sendMessage({}, function(response) { switch (true) { case (location.hostname == 'www.amazon.com'): - case (/www\.hbogo\./).test(location.hostname): + case (/hbogo\./).test(location.hostname): // insert before parent to bypass overlay this.parent.parentElement.insertBefore(fragment, this.parent); break;