mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Add Mannheimer Morgen (Haas)
This commit is contained in:
parent
942f094ac0
commit
91dc4568f3
@ -573,8 +573,7 @@ Grouped in options:\
|
||||
[Westdeutsche Zeitung](https://www.wz.de)
|
||||
|
||||
Grouped in options:\
|
||||
*[Deutscher Fachverlag Mediengruppe](https://www.dfv.de)* (opt-in to custom sites)
|
||||
|
||||
*[Deutscher Fachverlag Mediengruppe](https://www.dfv.de)* (opt-in to custom sites)\
|
||||
*Funke Mediengruppe* sites like (opt-in to custom sites for unlisted)\
|
||||
[Berliner Morgenpost](https://www.morgenpost.de) -
|
||||
[Braunschweiger Zeitung](https://www.braunschweiger-zeitung.de) -
|
||||
@ -586,7 +585,8 @@ Grouped in options:\
|
||||
[Westdeutsche Allgemeine Zeitung](https://www.waz.de) -
|
||||
[Westfalenpost](https://www.wp.de) -
|
||||
[Westfälische Rundschau](https://www.wr.de)\
|
||||
*[Haas Mediengruppe](https://www.haas-mediengruppe.de/marken)* sites (opt-in to custom sites)\
|
||||
*[Haas Mediengruppe](https://www.haas-mediengruppe.de/marken)* sites like (opt-in to custom sites for unlisted)\
|
||||
[Mannheimer Morgen](https://www.mannheimer-morgen.de)\
|
||||
*Landwirtschaftsverlag* sites like\
|
||||
[Profi.de](https://www.profi.de) -
|
||||
[Top Agrar.at](https://www.topagrar.at) -
|
||||
|
@ -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
|
||||
Add Mannheimer Morgen (Haas)
|
||||
Add Ruhr Nachrichten (+ Media Group Westfalen; opt-in to custom sites)
|
||||
Add Stereogum
|
||||
Fix Automobilwoche.de (js)
|
||||
|
@ -425,6 +425,7 @@
|
||||
"*://*.macrobusiness.com.au/*",
|
||||
"*://*.mainichi.jp/*",
|
||||
"*://*.mallorcazeitung.es/*",
|
||||
"*://*.mannheimer-morgen.de/*",
|
||||
"*://*.marca.com/*",
|
||||
"*://*.margriet.nl/*",
|
||||
"*://*.marianne.net/*",
|
||||
|
4
sites.js
4
sites.js
@ -938,7 +938,9 @@ var defaultSites = {
|
||||
},
|
||||
"Haas Mediengruppe (opt-in to custom sites)": {
|
||||
domain: "###_de_haas_medien",
|
||||
group: [],
|
||||
group: [
|
||||
"mannheimer-morgen.de"
|
||||
],
|
||||
allow_cookies: 1,
|
||||
useragent: "googlebot"
|
||||
},
|
||||
|
@ -90,6 +90,11 @@
|
||||
"useragent": "facebookbot",
|
||||
"upd_version": "3.0.8.3"
|
||||
},
|
||||
"Mannheimer Morgen": {
|
||||
"domain": "mannheimer-morgen.de",
|
||||
"allow_cookies": 1,
|
||||
"useragent": "googlebot"
|
||||
},
|
||||
"New Scientist": {
|
||||
"domain": "newscientist.com",
|
||||
"allow_cookies": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user