Fix The Australian (The Oz)

merge-requests/13/head
magnolia1234 1 year ago
parent b5170bc6fb
commit f1efa65d25

@ -913,9 +913,7 @@ if (matchUrlDomain(change_headers, details.url) && !ignore_types.includes(detail
!(matchUrlDomain(es_grupo_vocento_domains, details.url) && mobile) &&
!(matchUrlDomain('barrons.com', details.url) && enabledSites.includes('#options_disable_gb_barrons')) &&
!(matchUrlDomain(['economictimes.com', 'economictimes.indiatimes.com'], details.url) && !details.url.split(/\?|#/)[0].endsWith('.cms')) &&
!(matchUrlDomain(au_news_corp_domains, details.url) &&
((matchUrlDomain('theaustralian.com.au', details.url) && !details.url.startsWith('https://www.theaustralian.com.au/the-oz/')) ||
(!matchUrlDomain('theaustralian.com.au', details.url) && (details.url.includes('?amp') || enabledSites.includes('#options_disable_gb_au_news_corp'))))) &&
!(matchUrlDomain(au_news_corp_domains, details.url) && (details.url.includes('?amp') || enabledSites.includes('#options_disable_gb_au_news_corp'))) &&
!(matchUrlDomain('uol.com.br', details.url) && !matchUrlDomain('folha.uol.com.br', details.url)) &&
!(matchUrlDomain('wsj.com', details.url) && (enabledSites.includes('#options_disable_gb_wsj') || !details.url.includes('/articles/')));
var bingbotEnabled = matchUrlDomain(use_bing_bot, details.url) &&

@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
Post-release
Fix Conde Nast magazines (cookies)
Fix DvhN.nl (json)
Fix The Australian (The Oz)
* v3.0.3.0 (2023-01-29)
Add Saarbruecker Zeitung

@ -728,5 +728,5 @@
"*://*.wallkit.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "3.0.3.2"
"version": "3.0.3.3"
}

@ -142,6 +142,10 @@ var defaultSites = {
allow_cookies: 1,
block_js_inline: /\.codesports\.com\.au\/.+\/news-story\//,
block_regex: /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/
}, {
domain: "theaustralian.com.au",
allow_cookies: 1,
block_regex: /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/
}
]
},

@ -1,4 +1,34 @@
{
"Australia News Corp (when blocked disable Googlebot in BPC-settings)": {
"domain": "###_au_news_corp",
"group": [
"adelaidenow.com.au",
"codesports.com.au",
"couriermail.com.au",
"dailytelegraph.com.au",
"goldcoastbulletin.com.au",
"heraldsun.com.au",
"ntnews.com.au",
"theaustralian.com.au",
"thechronicle.com.au",
"themercury.com.au",
"weeklytimesnow.com.au"
],
"allow_cookies": 1,
"block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js",
"useragent": "googlebot",
"exception": [{
"domain": "codesports.com.au",
"allow_cookies": 1,
"block_js_inline": "\\.codesports\\.com\\.au\\/.+\\/news-story",
"block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js"
}, {
"domain": "theaustralian.com.au",
"allow_cookies": 1,
"block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-subscriptions-.+\\.js"
}
]
},
"Condé Nast magazines": {
"domain": "###_usa_conde_nast",
"group": [

Loading…
Cancel
Save