mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:17:46 +01:00
Fix The Press-Enterprise (new domain)
This commit is contained in:
parent
d2fa5bc2fd
commit
2ac31f0498
6 changed files with 9 additions and 8 deletions
|
@ -50,7 +50,7 @@ Specifically for the add-on you can also use Firefox Beta or a Firefox clone lik
|
|||
* download add-on's xpi-file (custom version if you want to use custom sites) from [releases](https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases) and install/open in Firefox
|
||||
* now you can update Firefox to the latest version
|
||||
* add-on will stay active & automatically updates to the latest version
|
||||
* in add-ons it will be labeled as not yet available and also has no more option to enable the add-on in private browsing
|
||||
* in add-ons it will be labeled as not yet available and also has no more option to enable the add-on in private browsing (in Firefox 116+ it may only show the option on automatic update of the add-on)
|
||||
|
||||
The experimental Mozac/GeckoView-based browser [SmartCookieWeb-Preview](https://github.com/CookieJarApps/SmartCookieWeb-Preview/releases) can also install/sideload a xpi-file by url (Settings > Advanced settings > Sideload XPI).\
|
||||
No option to enable the add-on in private browsing though.
|
||||
|
@ -367,7 +367,7 @@ Grouped in options:\
|
|||
[St. Paul Pioneer Press](https://www.twincities.com) -
|
||||
[The Denver Post](https://www.denverpost.com) -
|
||||
[The Mercury News](https://www.mercurynews.com) -
|
||||
[The Press-Enterprise](https://www.pe.com)\
|
||||
[The Press-Enterprise](https://www.pressenterprise.com)\
|
||||
*[The Atlanta Journal-Constitution](https://www.ajc.com) + Cox First Media* (opt-in to custom sites)\
|
||||
*TownNews sites (Blox CMS)* sites (opt-in to custom sites)\
|
||||
*Tribune Publishing Company* sites like\
|
||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
|
||||
|
||||
Post-release
|
||||
Fix The Press-Enterprise (new domain)
|
||||
|
||||
* v3.2.9.0 (2023-08-13)
|
||||
Add 4 more Lee Enterprises Group sites
|
||||
|
|
|
@ -46,7 +46,7 @@ var usa_genomeweb_domains = ['360dx.com', 'genomeweb.com', 'precisiononcologynew
|
|||
var usa_hearst_comm_domains = ['expressnews.com', 'houstonchronicle.com', 'sfchronicle.com'];
|
||||
var usa_lee_ent_domains = ['buffalonews.com', 'journalnow.com', 'journalstar.com', 'madison.com', 'nwitimes.com', 'omaha.com', 'richmond.com', 'stltoday.com', 'tucson.com', 'tulsaworld.com'];
|
||||
var usa_mcc_domains = ['bnd.com', 'charlotteobserver.com', 'fresnobee.com', 'kansas.com', 'kansascity.com', 'kentucky.com', 'mcclatchydc.com', 'miamiherald.com', 'newsobserver.com', 'sacbee.com', 'star-telegram.com', 'thestate.com', 'tri-cityherald.com'];
|
||||
var usa_mng_domains = ['denverpost.com', 'eastbaytimes.com', 'mercurynews.com', 'ocregister.com', 'pe.com', 'twincities.com'];
|
||||
var usa_mng_domains = ['denverpost.com', 'eastbaytimes.com', 'mercurynews.com', 'ocregister.com', 'pressenterprise.com', 'twincities.com'];
|
||||
var usa_outside_mag_domains = ["backpacker.com", "betamtb.com", "betternutrition.com", "cleaneatingmag.com", "climbing.com", "cyclingtips.com", "gymclimber.com", "outsideonline.com", "oxygenmag.com", "pelotonmagazine.com", "podiumrunner.com", "rockandice.com", "skimag.com", "trailrunnermag.com", "triathlete.com", "vegetariantimes.com", "velonews.com", "womensrunning.com", "yogajournal.com"];
|
||||
var usa_tribune_domains = ['baltimoresun.com', 'chicagotribune.com', 'courant.com', 'dailypress.com', 'mcall.com', 'nydailynews.com', 'orlandosentinel.com', 'pilotonline.com', 'sun-sentinel.com'];
|
||||
|
||||
|
@ -2525,7 +2525,7 @@ else if (matchDomain('telegraaf.nl')) {
|
|||
if (json) {
|
||||
let json_text = json.articleBody;
|
||||
if (json_text) {
|
||||
let intro = document.querySelector('span[id^="articleIntro"], p.Article__intro > span');
|
||||
let intro = document.querySelector('span[id^="articleIntro"], p.Article__intro > span:not([class])');
|
||||
if (intro)
|
||||
json_text = json_text.replace(intro.innerText + '\n\n', '');
|
||||
let text_array = json_text.split('\\n');
|
||||
|
|
|
@ -51,5 +51,5 @@
|
|||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.2.9.0"
|
||||
"version": "3.2.9.1"
|
||||
}
|
||||
|
|
|
@ -517,7 +517,6 @@
|
|||
"*://*.paris-normandie.fr/*",
|
||||
"*://*.parismatch.com/*",
|
||||
"*://*.parool.nl/*",
|
||||
"*://*.pe.com/*",
|
||||
"*://*.pelotonmagazine.com/*",
|
||||
"*://*.penews.com/*",
|
||||
"*://*.pennlive.com/*",
|
||||
|
@ -534,6 +533,7 @@
|
|||
"*://*.popularmechanics.com/*",
|
||||
"*://*.post-gazette.com/*",
|
||||
"*://*.precisiononcologynews.com/*",
|
||||
"*://*.pressenterprise.com/*",
|
||||
"*://*.prevention.com/*",
|
||||
"*://*.profi.de/*",
|
||||
"*://*.project-syndicate.org/*",
|
||||
|
@ -783,5 +783,5 @@
|
|||
"*://*.wyleex.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "3.2.9.0"
|
||||
"version": "3.2.9.1"
|
||||
}
|
||||
|
|
2
sites.js
2
sites.js
|
@ -1424,7 +1424,7 @@ var defaultSites = {
|
|||
"eastbaytimes.com",
|
||||
"mercurynews.com",
|
||||
"ocregister.com",
|
||||
"pe.com",
|
||||
"pressenterprise.com",
|
||||
"twincities.com"
|
||||
],
|
||||
allow_cookies: 1,
|
||||
|
|
Loading…
Reference in a new issue