mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:17:47 +01:00
Update contentScript.js
Reverse removal of DOM element containing link to subscription popup because it stopped module working
This commit is contained in:
parent
39b97cd1a8
commit
3884227be0
1 changed files with 0 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue