diff --git a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css new file mode 100644 index 00000000..b80b339a --- /dev/null +++ b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css @@ -0,0 +1,10 @@ + +@media (-moz-bool-pref: "uc.hidePlugins.disabled") { + #unified-extensions-button{ + display: inherit; + } +} + +#unified-extensions-button{ + display:none; +} diff --git a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png new file mode 100644 index 00000000..27f983e3 Binary files /dev/null and b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png differ diff --git a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/preferences.json b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/preferences.json new file mode 100644 index 00000000..5fdb7237 --- /dev/null +++ b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/preferences.json @@ -0,0 +1,3 @@ +{ + "uc.hidePlugins.disabled": "Restores the plugin button in the toolbar" +} \ No newline at end of file diff --git a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md new file mode 100644 index 00000000..8dc7fcdf --- /dev/null +++ b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md @@ -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 diff --git a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json new file mode 100644 index 00000000..d856cbc2 --- /dev/null +++ b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json @@ -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"} \ No newline at end of file