mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:57:48 +01:00
Add Mainichi Shimbun (Japan)
This commit is contained in:
parent
2e02741036
commit
e1f15b9775
6 changed files with 15 additions and 2 deletions
|
@ -602,6 +602,7 @@ Grouped in options:\
|
|||
[DealStreetAsia](https://www.dealstreetasia.com) -
|
||||
[Harvard Business Review China](https://www.hbrchina.org) -
|
||||
[Harvard Business Review Taiwan](https://www.hbrtaiwan.com) -
|
||||
[Mainichi Shimbun](https://mainichi.jp) -
|
||||
[Nikkei Asian Review](https://asia.nikkei.com) -
|
||||
[NK News](https://www.nknews.org)* -
|
||||
[South China Morning Post](https://www.scmp.com) -
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Add Mainichi Shimbun (Japan)
|
||||
|
||||
* v2.5.1.0 (2022-01-09)
|
||||
Add group Hearst Communications (local USA)
|
||||
|
|
|
@ -340,6 +340,7 @@
|
|||
"*://*.lrb.co.uk/*",
|
||||
"*://*.lunion.fr/*",
|
||||
"*://*.lvz.de/*",
|
||||
"*://*.mainichi.jp/*",
|
||||
"*://*.marca.com/*",
|
||||
"*://*.marianne.net/*",
|
||||
"*://*.marketwatch.com/*",
|
||||
|
@ -606,5 +607,5 @@
|
|||
"*://*.wsj.net/*",
|
||||
"*://*.zephr.com/*"
|
||||
],
|
||||
"version": "2.5.1.0"
|
||||
"version": "2.5.1.1"
|
||||
}
|
||||
|
|
|
@ -141,7 +141,7 @@ function selectNone() {
|
|||
}
|
||||
|
||||
function closeButton() {
|
||||
open(location).close();
|
||||
window.close();
|
||||
}
|
||||
|
||||
function check_sites_updated() {
|
||||
|
|
5
sites.js
5
sites.js
|
@ -985,6 +985,11 @@ var defaultSites = {
|
|||
allow_cookies: 1,
|
||||
block_regex: /cdn\.ampproject\.org\/v\d\/amp-(ad|subscriptions)-.+\.js/
|
||||
},
|
||||
"Mainichi Shimbun": {
|
||||
domain: "mainichi.jp",
|
||||
allow_cookies: 1,
|
||||
useragent: "googlebot"
|
||||
},
|
||||
"Marca": {
|
||||
domain: "marca.com",
|
||||
group_rule: "###_gr_es_unidad_domains"
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
"amp_unhide": 1,
|
||||
"block_regex": "cdn\\.ampproject\\.org\\/v\\d\\/amp-((sticky-)?ad|subscriptions)-.+\\.js"
|
||||
},
|
||||
"Mainichi Shimbun": {
|
||||
"domain": "mainichi.jp",
|
||||
"allow_cookies": 1,
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"Science (free articles only)": {
|
||||
"domain": "science.org",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue