mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:47:47 +01:00
Fix TheAdvocate.com.au
This commit is contained in:
parent
3941b8dc27
commit
3a05c8c87a
2 changed files with 3 additions and 1 deletions
|
@ -144,6 +144,7 @@ var blockedRegexes = {
|
|||
'sloanreview.mit.edu': /.+\.tinypass\.com\/.+/,
|
||||
'spectator.co.uk': /.+\.tinypass\.com\/.+/,
|
||||
'spectator.com.au': /.+\.tinypass\.com\/.+/,
|
||||
'theadvocate.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||
'thecourier.com.au': /.+cdn-au\.piano\.io\/api\/tinypass.+\.js/,
|
||||
'thedailybeast.com': /.+\.tinypass\.com\/.+/,
|
||||
'theglobeandmail.com': /theglobeandmail\.com\/pb\/resources\/scripts\/build\/chunk-bootstraps\/.+\.js/,
|
||||
|
|
|
@ -349,7 +349,8 @@ if (window.location.href.indexOf("theglobeandmail.com") !== -1) {
|
|||
|
||||
if (window.location.href.indexOf("newcastleherald.com.au") !== -1
|
||||
|| window.location.href.indexOf("examiner.com.au") !== -1
|
||||
|| window.location.href.indexOf("thecourier.com.au") !== -1) {
|
||||
|| window.location.href.indexOf("thecourier.com.au") !== -1
|
||||
|| window.location.href.indexOf("theadvocate.com.au") !== -1) {
|
||||
const subscribe_truncate = document.querySelector('.subscribe-truncate');
|
||||
if (subscribe_truncate)
|
||||
subscribe_truncate.classList.remove('subscribe-truncate');
|
||||
|
|
Loading…
Reference in a new issue