Fix Boston Globe

This commit is contained in:
magnolia1234 2021-12-05 18:37:11 +01:00
parent 119ef00a1c
commit 87ffacb5c6
4 changed files with 8 additions and 13 deletions

View File

@ -4,10 +4,11 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release Post-release
Add Artnet Add Artnet
Add Internazionale.it Add Internazionale.it
Fix The Business of Fashion Fix Boston Globe
Fix El Mundo & Groupe EBRA (amp-iframe) Fix El Mundo & Groupe EBRA (amp-iframe)
Fix Gannett Group (permissions for listed sites) Fix Gannett Group (permissions for listed sites)
Fix Live Law (permission) Fix Live Law (permission)
Fix The Business of Fashion
Fix The New Yorker (amp) Fix The New Yorker (amp)
Fix TheTimes.co.uk (only link to archive.today) Fix TheTimes.co.uk (only link to archive.today)
Remove Saechsische Zeitung (obsolete) Remove Saechsische Zeitung (obsolete)

View File

@ -1706,17 +1706,6 @@ else if (matchDomain('bloombergquint.com')) {
} }
else if (matchDomain('bostonglobe.com')) { else if (matchDomain('bostonglobe.com')) {
let paywall = document.querySelector('div.meter-paywall, div.incognito-paywall');
let fade = document.querySelector('div.fade');
if (paywall || fade) {
removeDOMElement(paywall);
let body_hidden = document.querySelector('body[style]');
if (body_hidden)
body_hidden.removeAttribute('style');
let continue_button = document.querySelector('button.continue_button');
if (continue_button)
continue_button.click();
}
let ads = document.querySelectorAll('div.arc_ad'); let ads = document.querySelectorAll('div.arc_ad');
for (let ad of ads) for (let ad of ads)
ad.style = 'display:none'; ad.style = 'display:none';

View File

@ -1347,7 +1347,7 @@ var defaultSites = {
"The Boston Globe": { "The Boston Globe": {
domain: "bostonglobe.com", domain: "bostonglobe.com",
allow_cookies: 1, allow_cookies: 1,
block_regex: /\.blueconic\.net\// block_regex: /(\.blueconic\.net\/|meter\.bostonglobe\.com\/js\/)/
}, },
"The Business Journals": { "The Business Journals": {
domain: "bizjournals.com", domain: "bizjournals.com",

View File

@ -27,6 +27,11 @@
"allow_cookies": 1, "allow_cookies": 1,
"block_regex": "\\.internazionale\\.it\\/assets\\/js\\/main\\.\\d{2,}\\.js" "block_regex": "\\.internazionale\\.it\\/assets\\/js\\/main\\.\\d{2,}\\.js"
}, },
"The Boston Globe": {
"domain": "bostonglobe.com",
"allow_cookies": 1,
"block_regex": "(\\.blueconic\\.net\\/|meter\\.bostonglobe\\.com\\/js\\/)"
},
"The Business of Fashion": { "The Business of Fashion": {
"domain": "businessoffashion.com", "domain": "businessoffashion.com",
"allow_cookies": 1, "allow_cookies": 1,