Update contentScript.js

Reverse removal of DOM element containing link to subscription popup because it stopped module working
master
alastairR 2019-11-06 13:12:21 +13:00 committed by GitHub
parent 0555ab6fe5
commit 673af472f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ if (window.location.href.indexOf("bizjournals.com") !== -1) {
"article-content"
);
if (paywall) {
const premium = document.getElementByClass('premium-sub');
removeDOMElement(premium);
paywall.classList.remove('premium-content');
paywall.classList.add('full-content');
removeClassesByPrefix(paywall, 'QUnW');