mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:47:46 +01:00
Add Private Equity News
This commit is contained in:
parent
994222108f
commit
053ad20ecf
7 changed files with 12 additions and 5 deletions
|
@ -370,6 +370,7 @@ Grouped in options:\
|
|||
[Irish Independent](https://www.independent.ie) -
|
||||
[London Review of Books](https://www.lrb.co.uk) -
|
||||
[New Left Review](https://newleftreview.org) -
|
||||
[Private Equity News](https://www.penews.com) -
|
||||
[Prospect Magazine](https://www.prospectmagazine.co.uk) -
|
||||
[The Banker](https://www.thebanker.com) -
|
||||
[The Economist](https://www.economist.com) -
|
||||
|
|
|
@ -1225,7 +1225,7 @@ function updateBadge(activeTab) {
|
|||
ext_api.browserAction.setBadgeText({text: badgeText});
|
||||
});
|
||||
} else {
|
||||
if (matchUrlDomain(customSitesExt, currentUrl))
|
||||
if (!badgeText && matchUrlDomain(customSitesExt, currentUrl))
|
||||
badgeText = '+C';
|
||||
if (color && badgeText)
|
||||
ext_api.browserAction.setBadgeBackgroundColor({color: color});
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Add Private Equity News
|
||||
Fix Gruppo GEDI.it (login)
|
||||
|
||||
* v2.8.4.0 (2022-09-11)
|
||||
|
|
|
@ -136,10 +136,6 @@
|
|||
"amp_redirect": "div[id^=\"media_paywall\"]",
|
||||
"domain": "nv.ua"
|
||||
},
|
||||
"Penews.com": {
|
||||
"domain": "penews.com",
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"Physicsworld.com": {
|
||||
"domain": "physicsworld.com"
|
||||
},
|
||||
|
|
|
@ -468,6 +468,7 @@
|
|||
"*://*.parool.nl/*",
|
||||
"*://*.pe.com/*",
|
||||
"*://*.pelotonmagazine.com/*",
|
||||
"*://*.penews.com/*",
|
||||
"*://*.pennlive.com/*",
|
||||
"*://*.petitbleu.fr/*",
|
||||
"*://*.philanthropy.com/*",
|
||||
|
|
4
sites.js
4
sites.js
|
@ -1426,6 +1426,10 @@ var defaultSites = {
|
|||
allow_cookies: 1,
|
||||
block_regex: /\.tinypass\.com\//
|
||||
},
|
||||
"Private Equity News": {
|
||||
domain: "penews.com",
|
||||
useragent: "googlebot"
|
||||
},
|
||||
"Prospect Magazine": {
|
||||
domain: "prospectmagazine.co.uk",
|
||||
allow_cookies: 1
|
||||
|
|
|
@ -47,6 +47,10 @@
|
|||
"block_regex": "js\\.pelcro\\.com\\/",
|
||||
"new_site": 1
|
||||
},
|
||||
"Private Equity News": {
|
||||
"domain": "penews.com",
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"The Toronto Star (+ local TorStar sites)": {
|
||||
"domain": "###_ca_torstar",
|
||||
"group": [
|
||||
|
|
Loading…
Reference in a new issue