Inspect and view changes in Fix wrong print of TheLocal source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Fix for wrong print of articles of TheLocal",
"version": "1.1",
"description": "Fix the wrong print (to pdf) of any article of TheLocal.at (due to the fact that there is no media print option in the CSS of the new version of the website of TheLocal.at).",
"icons": {},
"content_scripts": [
{
"matches": [
"https://www.thelocal.at/*"
],
"js": [
"fixing_the_local_v1.1.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{40bf4211-4690-4104-91bd-6d7cc1a1afba}"
}
}
}