Changed to Lensing Media

This commit is contained in:
tobimori 2020-03-14 21:54:09 +01:00
parent 8ee400a186
commit 471ac2f957
2 changed files with 8 additions and 4 deletions

View File

@ -4,11 +4,11 @@
// \_,_/_//_/ .__/\_,_/\_, /|__,__/\_,_/_/_/ // \_,_/_//_/ .__/\_,_/\_, /|__,__/\_,_/_/_/
// /_/ /___/ // /_/ /___/
// //
// hellweger anzeiger component // ruhrnachrichten component
// github.com/tobimori/unpaywall // github.com/tobimori/unpaywall
// //
// notes: // notes:
// hellweger anzeiger uses piano/tinypass, content gets removed afterwards // ruhrnachrichten uses piano/tinypass, content gets removed afterwards
// //
// TODO: Block Piano from loading // TODO: Block Piano from loading

View File

@ -89,9 +89,13 @@
"run_at": "document_idle" "run_at": "document_idle"
}, { }, {
"matches": [ "matches": [
"*://*.hellwegeranzeiger.de/*" "*://*.ruhrnachrichten.de/*",
"*://*.hellwegeranzeiger.de/*",
"*://*.dorstenerzeitung.de/*",
"*://*.muensterlandzeitung.de/*",
"*://*.halternerzeitung.de/*"
], ],
"js": ["lib.js", "components/hellwegeranzeiger.js"], "js": ["lib.js", "components/lensingmedia.js"],
"run_at": "document_end" "run_at": "document_end"
} }
] ]