mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-22 16:41:32 +11:00
hide parts of wikipedia
This commit is contained in:
parent
d764005a54
commit
98fd89eff9
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "injections",
|
||||
"version": "1.7",
|
||||
"version": "1.8",
|
||||
"description": "misc CSS injections.",
|
||||
"icons": {
|
||||
"48": "icons/icon48.png",
|
||||
|
|
|
@ -139,4 +139,20 @@
|
|||
#siteNotice {
|
||||
/* dont display annoying site notices!! */
|
||||
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;
|
||||
}
|
|
@ -44,6 +44,10 @@
|
|||
{
|
||||
"version": "1.7",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue