mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: HidePlugins
This commit is contained in:
parent
021d8b0503
commit
94ccbc38a2
5 changed files with 26 additions and 0 deletions
10
themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css
Normal file
10
themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
@media (-moz-bool-pref: "uc.hidePlugins.disabled") {
|
||||
#unified-extensions-button{
|
||||
display: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
#unified-extensions-button{
|
||||
display:none;
|
||||
}
|
BIN
themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png
Normal file
BIN
themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"uc.hidePlugins.disabled": "Restores the plugin button in the toolbar"
|
||||
}
|
12
themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md
Normal file
12
themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
# HidePlugins
|
||||
|
||||
This **Zen theme** hides the plugins button in the Zen toolbar.
|
||||
|
||||
## What it does by default:
|
||||
- Hides the plugins button in the Zen toolbar
|
||||
|
||||

|
||||
|
||||
## Optional Features (toggle in Zen's theme settings):
|
||||
- Restores the plugin button in the toolbar
|
1
themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json
Normal file
1
themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"id": "b430a958-cd66-4edd-b451-c6c7cfb7e160", "name": "HidePlugins", "description": "Theme to hide the plugin button from the toolbar.", "homepage": "https://github.com/adammpkins/HidePlugins/tree/main", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png", "author": "adammpkins", "version": "1.0.0", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/preferences.json"}
|
Loading…
Add table
Add a link
Reference in a new issue