mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Add Honolulu Star-Advertiser (local USA)
This commit is contained in:
parent
2f6ec32f53
commit
83bd19d6c8
6 changed files with 29 additions and 2 deletions
|
@ -134,6 +134,7 @@ _* free articles only._
|
||||||
|
|
||||||
##### Local USA news
|
##### Local USA news
|
||||||
[Crain's Chicago Business](https://www.chicagobusiness.com) -
|
[Crain's Chicago Business](https://www.chicagobusiness.com) -
|
||||||
|
[Honolulu Star-Advertiser](https://www.staradvertiser.com) -
|
||||||
[Houston Chronicle](https://www.houstonchronicle.com) -
|
[Houston Chronicle](https://www.houstonchronicle.com) -
|
||||||
[Los Angeles Business Journal](https://labusinessjournal.com) -
|
[Los Angeles Business Journal](https://labusinessjournal.com) -
|
||||||
[Los Angeles Times](https://www.latimes.com) -
|
[Los Angeles Times](https://www.latimes.com) -
|
||||||
|
|
|
@ -141,6 +141,7 @@ var allow_cookies_default = [
|
||||||
'shz.de',
|
'shz.de',
|
||||||
'si.com',
|
'si.com',
|
||||||
'slader.com',
|
'slader.com',
|
||||||
|
'staradvertiser.com',
|
||||||
'startribune.com',
|
'startribune.com',
|
||||||
'stocknews.com',
|
'stocknews.com',
|
||||||
'stratfor.com',
|
'stratfor.com',
|
||||||
|
@ -1108,7 +1109,7 @@ ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) {
|
||||||
let usa_today_site = (matchUrlDomain('gannett-cdn.com', details.url) && matchUrlDomain(['usatoday.com'], header_referer));
|
let usa_today_site = (matchUrlDomain('gannett-cdn.com', details.url) && matchUrlDomain(['usatoday.com'], header_referer));
|
||||||
allow_ext_source = allow_ext_source || inkl_site || cl_elmerc_site || es_elesp_site || it_repubblica_site || uk_nlr_site || usa_discmag_site || usa_mw_site || usa_natgeo_site || usa_today_site;
|
allow_ext_source = allow_ext_source || inkl_site || cl_elmerc_site || es_elesp_site || it_repubblica_site || uk_nlr_site || usa_discmag_site || usa_mw_site || usa_natgeo_site || usa_today_site;
|
||||||
|
|
||||||
bpc_amp_site = (matchUrlDomain('cdn.ampproject.org', details.url) && matchUrlDomain(['asiatimes.com', 'augsburger-allgemeine.de', 'barrons.com', 'belfasttelegraph.co.uk', 'cicero.de', 'cmjornal.pt', 'elmundo.es', 'elpais.com', 'elperiodico.com', 'expansion.com', 'freiepresse.de', 'independent.ie', 'irishtimes.com', 'la-croix.com', 'marketwatch.com', 'nationalreview.com', 'noz.de', 'nwzonline.de', 'scmp.com', 'seekingalpha.com', 'shz.de', 'sueddeutsche.de', 'svz.de', 'telegraph.co.uk'].concat(au_news_corp_domains, au_nine_domains, de_madsack_domains, es_epiberica_domains, es_grupo_vocento_domains, fr_groupe_ebra_domains, fr_groupe_la_depeche_domains, it_repubblica_domains, usa_mcc_domains, usa_theathletic_domains), header_referer));
|
bpc_amp_site = (matchUrlDomain('cdn.ampproject.org', details.url) && matchUrlDomain(['asiatimes.com', 'augsburger-allgemeine.de', 'barrons.com', 'belfasttelegraph.co.uk', 'cicero.de', 'cmjornal.pt', 'elmundo.es', 'elpais.com', 'elperiodico.com', 'expansion.com', 'freiepresse.de', 'independent.ie', 'irishtimes.com', 'la-croix.com', 'marketwatch.com', 'nationalreview.com', 'noz.de', 'nwzonline.de', 'scmp.com', 'seekingalpha.com', 'shz.de', 'staradvertiser.com', 'sueddeutsche.de', 'svz.de', 'telegraph.co.uk'].concat(au_news_corp_domains, au_nine_domains, de_madsack_domains, es_epiberica_domains, es_grupo_vocento_domains, fr_groupe_ebra_domains, fr_groupe_la_depeche_domains, it_repubblica_domains, usa_mcc_domains, usa_theathletic_domains), header_referer));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isSiteEnabled(details) && !allow_ext_source && !bpc_amp_site && !au_apn_site && !au_swm_site) {
|
if (!isSiteEnabled(details) && !allow_ext_source && !bpc_amp_site && !au_apn_site && !au_swm_site) {
|
||||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||||
|
|
||||||
Post-release
|
Post-release
|
||||||
Add Hindustan Times (India)
|
Add Hindustan Times (India)
|
||||||
|
Add Honolulu Star-Advertiser (local USA)
|
||||||
Fix-update GElocal.it (social)
|
Fix-update GElocal.it (social)
|
||||||
Fix-update WaPo (comments)
|
Fix-update WaPo (comments)
|
||||||
|
|
||||||
|
|
|
@ -2216,6 +2216,27 @@ else if (matchDomain('sofrep.com')) {
|
||||||
removeDOMElement(...banners);
|
removeDOMElement(...banners);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if (matchDomain('staradvertiser.com')) {
|
||||||
|
let url = window.location.href.split('?')[0];
|
||||||
|
if (url.endsWith('/amp/')) {
|
||||||
|
let section_not_granted = document.querySelector('section[subscriptions-section="content-not-granted"]');
|
||||||
|
if (section_not_granted) {
|
||||||
|
removeDOMElement(section_not_granted);
|
||||||
|
let hidden_content = document.querySelector('section[subscriptions-section="content"]');
|
||||||
|
if (hidden_content)
|
||||||
|
hidden_content.removeAttribute('subscriptions-section');
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
let paywall = document.querySelector('div#hsa-paywall-overlay');
|
||||||
|
if (paywall) {
|
||||||
|
removeDOMElement(paywall);
|
||||||
|
let div_hidden = document.querySelector('div#hsa-paywall-content[style]');
|
||||||
|
if (div_hidden)
|
||||||
|
div_hidden.removeAttribute('style');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
else if (matchDomain('startribune.com')) {
|
else if (matchDomain('startribune.com')) {
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
let react_modal_portal = document.querySelectorAll('div.ReactModalPortal');
|
let react_modal_portal = document.querySelectorAll('div.ReactModalPortal');
|
||||||
|
@ -2253,6 +2274,7 @@ else if (matchDomain('techinasia.com')) {
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
response.json().then(json => {
|
response.json().then(json => {
|
||||||
let json_text = json.posts[0].content;
|
let json_text = json.posts[0].content;
|
||||||
|
json_text = json_text.replace(/width\=\"(\d){3,}\"/g, 'width="100%"').replace(/height\=\"(\d){3,}\"/g, 'height="100%"');
|
||||||
let content = document.querySelector('div.content');
|
let content = document.querySelector('div.content');
|
||||||
if (json_text && content) {
|
if (json_text && content) {
|
||||||
let parser = new DOMParser();
|
let parser = new DOMParser();
|
||||||
|
|
|
@ -391,6 +391,7 @@
|
||||||
"*://*.spectator.us/*",
|
"*://*.spectator.us/*",
|
||||||
"*://*.standard.net.au/*",
|
"*://*.standard.net.au/*",
|
||||||
"*://*.star-telegram.com/*",
|
"*://*.star-telegram.com/*",
|
||||||
|
"*://*.staradvertiser.com/*",
|
||||||
"*://*.startribune.com/*",
|
"*://*.startribune.com/*",
|
||||||
"*://*.statista.com/*",
|
"*://*.statista.com/*",
|
||||||
"*://*.stcatharinesstandard.ca/*",
|
"*://*.stcatharinesstandard.ca/*",
|
||||||
|
@ -518,5 +519,5 @@
|
||||||
"*://*.wallkit.net/*",
|
"*://*.wallkit.net/*",
|
||||||
"*://*.wsj.net/*"
|
"*://*.wsj.net/*"
|
||||||
],
|
],
|
||||||
"version": "2.2.2.2"
|
"version": "2.2.2.3"
|
||||||
}
|
}
|
1
sites.js
1
sites.js
|
@ -108,6 +108,7 @@ var defaultSites =
|
||||||
"Harvard Business Review Taiwan": "hbrtaiwan.com",
|
"Harvard Business Review Taiwan": "hbrtaiwan.com",
|
||||||
"Helsingin Sanomat": "hs.fi",
|
"Helsingin Sanomat": "hs.fi",
|
||||||
"Hindustan Times": "hindustantimes.com",
|
"Hindustan Times": "hindustantimes.com",
|
||||||
|
"Honolulu Star-Advertiser": "staradvertiser.com",
|
||||||
"Houston Chronicle": "houstonchronicle.com",
|
"Houston Chronicle": "houstonchronicle.com",
|
||||||
"Humo.be": "humo.be",
|
"Humo.be": "humo.be",
|
||||||
"Il Fatto Quotidiano": "ilfattoquotidiano.it",
|
"Il Fatto Quotidiano": "ilfattoquotidiano.it",
|
||||||
|
|
Loading…
Reference in a new issue