hide parts of wikipedia

This commit is contained in:
Alex Janka 2021-09-02 12:16:31 +10:00
parent d764005a54
commit 98fd89eff9
3 changed files with 21 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "injections", "name": "injections",
"version": "1.7", "version": "1.8",
"description": "misc CSS injections.", "description": "misc CSS injections.",
"icons": { "icons": {
"48": "icons/icon48.png", "48": "icons/icon48.png",

View file

@ -140,3 +140,19 @@
/* dont display annoying site notices!! */ /* dont display annoying site notices!! */
display: none; display: none;
} }
.mw-portlet-personal:hover,
.mw-portlet-interaction:hover,
.mw-portlet-tb:hover,
.mw-portlet-coll-print_export:hover,
.mw-portlet-lang:hover {
opacity: 1;
}
.mw-portlet-personal,
.mw-portlet-interaction,
.mw-portlet-tb,
.mw-portlet-coll-print_export,
.mw-portlet-lang {
opacity: 0;
}

View file

@ -44,6 +44,10 @@
{ {
"version": "1.7", "version": "1.7",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.7/injections-1.7.xpi" "update_link": "https://github.com/italicsjenga/injections/releases/download/1.7/injections-1.7.xpi"
},
{
"version": "1.8",
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.8/injections-1.8.xpi"
} }
] ]
} }