Changed to Lensing Media
This commit is contained in:
parent
8ee400a186
commit
471ac2f957
@ -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
|
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user