Things are a changing

This commit is contained in:
Anton Pogrebnjak
2026-04-11 00:41:28 +02:00
parent 7e4f1acbf1
commit 31cae670c4
156 changed files with 97707 additions and 120 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"id":"disable-tabs","name":"Disable Tabs","version":"1.0.10","minAppVersion":"1.11.0","description":"Disables having more than one tab open at a time.","author":"David V. Kimball","authorUrl":"https://davidvkimball.com","fundingUrl":"https://patreon.com/davidvkimball","isDesktopOnly":false}
+7
View File
@@ -0,0 +1,7 @@
/* Hide mobile new tab icon when the plugin setting is enabled */
body.disable-tabs-hide-mobile-icon .mobile-navbar-action-tabs {
display: none;
}
/* Scoped to only this plugin's settings container to avoid affecting other plugins */