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