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