Add theme: Remove Pinned Tab X

This commit is contained in:
adnval 2025-05-08 22:14:40 +00:00 committed by GitHub
parent 2e27bdad86
commit d272bb4a70
4 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#tabbrowser-tabs .tabbrowser-tab[pinned] .tab-close-button {
display: none !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View file

@ -0,0 +1,3 @@
# remove-pinned-tab-x
Zen browser mod to remove the close button from pinned tabs. Should help prevent pinned tabs from being accidentally closed.

View file

@ -0,0 +1,14 @@
{
"id": "9fe46ca1-88cf-4794-8a18-a2909c7fc167",
"name": "Remove Pinned Tab X",
"description": "Removes a pinned tab's close button to prevent pinned tabs from being accidentally closed.",
"homepage": "https://github.com/adnval/remove-pinned-tab-x",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9fe46ca1-88cf-4794-8a18-a2909c7fc167/image.png",
"author": "adnval",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-08",
"updatedAt": "2025-05-08"
}