mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:57:48 +01:00
Add Popular Mechanics
This commit is contained in:
parent
246e7ba485
commit
746132e4e3
5 changed files with 15 additions and 1 deletions
|
@ -130,6 +130,7 @@ Grouped in options:\
|
|||
[MIT Technology Review](https://www.technologyreview.com) -
|
||||
[National Geographic USA](https://www.nationalgeographic.com) -
|
||||
[Nautilus](https://nautil.us) -
|
||||
[Popular Mechanics](https://www.popularmechanics.com) -
|
||||
[Precision Oncology News](https://www.precisiononcologynews.com) -
|
||||
[Science](https://www.science.org)* -
|
||||
[Scientific American](https://www.scientificamerican.com)* -
|
||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Add Mid-Day (India)
|
||||
Add Popular Mechanics
|
||||
Fix Algemeen Dagblad (regional; refresh)
|
||||
Fix Folha de S. Paulo
|
||||
Fix Funke Mediengruppe (opt-in to custom sites for unlisted)
|
||||
|
|
|
@ -440,6 +440,7 @@
|
|||
"*://*.pilotonline.com/*",
|
||||
"*://*.piqd.de/*",
|
||||
"*://*.politicaexterior.com/*",
|
||||
"*://*.popularmechanics.com/*",
|
||||
"*://*.portnews.com.au/*",
|
||||
"*://*.post-gazette.com/*",
|
||||
"*://*.precisiononcologynews.com/*",
|
||||
|
@ -618,6 +619,7 @@
|
|||
"*://*.corriereobjects.it/*",
|
||||
"*://*.eestatic.com/*",
|
||||
"*://*.emol.cl/*",
|
||||
"*://*.ensighten.com/*",
|
||||
"*://*.epimg.net/*",
|
||||
"*://*.flip-pay.com/*",
|
||||
"*://*.funkedigital.de/*",
|
||||
|
@ -639,5 +641,5 @@
|
|||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.6.0.4"
|
||||
"version": "2.6.0.5"
|
||||
}
|
||||
|
|
5
sites.js
5
sites.js
|
@ -1275,6 +1275,11 @@ var defaultSites = {
|
|||
domain: "politicaexterior.com",
|
||||
allow_cookies: 1
|
||||
},
|
||||
"Popular Mechanics": {
|
||||
domain: "popularmechanics.com",
|
||||
allow_cookies: 1,
|
||||
block_regex: /nexus\.ensighten\.com\/hearst\/mag\/Bootstrap\.js/
|
||||
},
|
||||
"Postmedia Network": {
|
||||
domain: "###_ca_postmedia",
|
||||
group: [
|
||||
|
|
|
@ -91,6 +91,11 @@
|
|||
},
|
||||
"amp_unhide": 1
|
||||
},
|
||||
"Popular Mechanics": {
|
||||
"domain": "popularmechanics.com",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "nexus\\.ensighten\\.com\\/hearst\\/mag\\/Bootstrap\\.js"
|
||||
},
|
||||
"RugbyPass": {
|
||||
"domain": "rugbypass.com",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue