1
zhf883680 2023-03-15 17:27:39 +08:00
我自己写了个 edge 的标签页自动分组
功能有:同一个 domain 的归到一组 或者 某个标签页下打开的标签页都在同一组 你的描述给了我个想法: 把我上述的 2 种模式结合起来 以 domain 的分组为主 打开的标签页为辅 https://microsoftedge.microsoft.com/addons/detail/hifeijficcakiokpfabdflnjdbihofdd |
2
zhf883680 2023-03-15 17:28:44 +08:00
@zhf883680 扩展 github 上面有源码 微软商店里面有链接 可以弄下来了支持所有 chrome 内核的浏览器
这几天我改改看看效果 |
3
soluble 2023-03-15 17:58:55 +08:00
ARC
|
4
yfugibr 2023-03-15 18:08:26 +08:00
tree style tab 可以搭配这个 css 用,css 苦手,花了好长时间才写出来,可以自己再调调
在 tab 上右键菜单时会有问题(没有 hover 事件 ```css /* disable close box */ tab-item:not(:hover) tab-item-substance tab-closebox { display: none; } /* replace favoricon to collepase icon on hover */ tab-item tab-item-substance:not(:hover) tab-twisty, tab-item:not([data-child-ids]) tab-twisty, tab-item:is([data-child-ids]) tab-item-substance:hover tab-favicon { width: 0px; min-width: 0px; visibility: hidden; } /* hide scrollbar */ #tabbar { overflow-y: auto !important; scrollbar-width: none; --shift-tabs-for-scrollbar-distance: 0em; } /* for auto hide sidebar */ :root.sidebar { --transition-time: 300ms; --transition-delay: 200ms; } /* center favicon */ tab-item tab-item-substance tab-twisty, tab-item tab-item-substance tab-faviocn { margin-left: 6px; } /* to hide text on min sidebar */ tab-item tab-item-substance tab-label { margin-left: 8px; } :root:not(:hover) tab-item tab-item-substance tab-sound-button { visibility: hidden; } /* hide indent space on not hover, to show all favicon on min sidebar */ :root:not(:hover) tab-item tab-item-substance { margin-left: 0px; } tab-item:not(.expanding) tab-item-substance { transition: margin-left var(--transition-time) ease; } :root:hover tab-item:not(.expanding) tab-item-substance { transition: margin-left var(--transition-time) ease var(--transition-delay); } /* hide indent line */ :root:not(:hover) tab-item .extra-items-container.indent { opacity: 0; } tab-item .extra-items-container.indent { transition: opacity var(--transition-time) ease; } :root:hover tab-item .extra-items-container.indent { transition: opacity var(--transition-time) ease var(--transition-delay); } /* move container color to left */ tab-item tab-item-substance .contextual-identity-marker { left: 0 !important; right: auto !important; } ``` |
5
sakae010 2023-03-15 18:34:47 +08:00
arc
|
6
TrembleBeforeMe 2023-03-15 20:24:29 +08:00
@zhf883680 不如 tabius 的按标签页打开顺序好用 https://microsoftedge.microsoft.com/addons/detail/filcmnpmbooeiloehikfjlligcgnnibb
|
7
liansishen OP |
8
BigbyWolf 2023-04-12 17:36:26 +08:00
Windows brave 右键标签 选项栏倒数第三个应该就是 [使用垂直标签] 勾选项
这号居然发图风控了( ̄﹏ ̄;) |