Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[create-theme]: HidePlugins #230

Closed
1 task done
adammpkins opened this issue Aug 29, 2024 · 1 comment
Closed
1 task done

[create-theme]: HidePlugins #230

adammpkins opened this issue Aug 29, 2024 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@adammpkins
Copy link
Contributor

adammpkins commented Aug 29, 2024

Name

HidePlugins

Description

Theme to hide the plugin button from the toolbar.

Homepage

https://github.com/adammpkins/HidePlugins/tree/main

Image

https://github.com/adammpkins/HidePlugins/raw/main/image.png

Type

  • Utility

Theme Styles

@media (-moz-bool-pref: "uc.hidePlugins.disabled") {
  #unified-extensions-button{
    display: inherit;
 }
}

#unified-extensions-button{
    display:none;
}

Readme

# 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

Preferences

{
    "uc.hidePlugins.disabled" : "Restores the plugin button in the toolbar"
}
@adammpkins adammpkins added the new-theme Submit a theme to be added to the theme library label Aug 29, 2024
Copy link
Contributor

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant