Add theme: HidePlugins

This commit is contained in:
adammpkins 2024-08-29 02:39:52 +00:00 committed by GitHub
parent 021d8b0503
commit 94ccbc38a2
5 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,10 @@
@media (-moz-bool-pref: "uc.hidePlugins.disabled") {
#unified-extensions-button{
display: inherit;
}
}
#unified-extensions-button{
display:none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,3 @@
{
"uc.hidePlugins.disabled": "Restores the plugin button in the toolbar"
}

View 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
![image](https://github.com/adammpkins/HidePlugins/blob/main/image.png)
## Optional Features (toggle in Zen's theme settings):
- Restores the plugin button in the toolbar

View 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"}