![]() |
||
|
Advance Member
![]() ![]() 加入日期: Aug 2013 您的住址: 台南or台北
文章: 398
|
引用:
這是我用量子火狐後找到別人寫的CSS 可以變成多行分頁,但是不知道能不能到200個分頁 放在 C:\Users\(使用者名稱)\AppData\Roaming\Mozilla\Firefox\Profiles\(一串亂數)\chrome\userChrome.css 沒這個檔的話就自己用記事本存成同檔名.CSS就好 /*AGENT_SHEET*/ /* Firefox 57+ userChrome.css tweaks ****************************************************/ /* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **/ /* by Aris (aris-addons@gmx.net)*********************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ************************************/ /****************************************************************************************/ /****************************************************************************************/ /* multirow / multiple tab lines - modified for CustomCSSforFx **************************/ /* all credits go to the original author: https://00.bulog.jp/archives/1476 *************/ /****************************************************************************************/ /*多行分頁列*/ /* titlebar buttons */ #titlebar-buttonbox { vertical-align: top !important; display: block !important; } .tabbrowser-arrowscrollbox scrollbox { overflow: visible !important; } .tabbrowser-arrowscrollbox scrollbox > box { display: block !important; } /* titlebar button height */ toolbarbutton.titlebar-button { min-height: 31px !important; } /* tabs end position */ .tabbrowser-tabs { -moz-margin-end: -41px !important; } /* tab size */ .tabbrowser-tab[pinned] { min-height: 26px !important; max-height: 26px !important; } .tabbrowser-tab:not([pinned]) { min-height: 26px !important; max-height: 26px !important; } .tabbrowser-tabs .tabbrowser-tab { vertical-align: top !important; -moz-box-sizing: border-box !important; min-height: 26px !important; max-height: 26px !important; } /* 'new tab' tab size */ .tabs-newtab-button { vertical-align: bottom !important; height: 27px !important; } /* 標籤寬度*/ .tabbrowser-tab[fadein]:not([pinned]) { max-width:150px !important; min-width:150px !important; }
__________________
台南市政府警察局首長交通檢舉信箱 [冷]全台最大鬼屋討論串 [改]炎炎暑假之極簡單DIY爆力捕蚊拍 [修]只要會使用烙鐵,保證你會修,羅技LX8換微動開關教學 [極度無聊]迷你微動開關拆解教學 [冷飯熱炒]DIY風扇調速器 [改]老豪邁改大燈的心得 此文章於 2018-09-02 11:35 AM 被 bass1. 編輯. |
||||||||
|
|
|
Elite Member
![]() ![]() ![]() ![]() ![]() 加入日期: Aug 2003
文章: 10,653
|
引用:
不要為了那些舊套件功能,犧牲安全性 說真的現在很划不來.....中標一次損失就慘重 |
|||
|
|
|
Master Member
![]() ![]() ![]() ![]() 加入日期: Jul 2002
文章: 1,766
|
引用:
不不不,誤會 重點其實也不算是200分頁 而是套件tab mix plus的問題 56之後就不支援了
__________________
Ark-Baroque-Yield-Sacrifice-StarDust Elis的肖像,少年Abyss尋找的女孩 為愛打開冥府大門,揭開無限輪迴的少女 "那個女孩,是我尋找的Elis嗎?"假面男如此說著 最後認清真相的少女EL,夢想與現實的交會點 第四地平線,那個樂園的名字是"ELYSION"或是"ABYSS" ===================== Dropbox推廣連結 http://db.tt/ZD1hTLkG |
|
|
|
|
Advance Member
![]() ![]() 加入日期: Aug 2013 您的住址: 台南or台北
文章: 398
|
引用:
我是東拼西湊把之前tad mix plus自己有用 到的功能都湊齊了 ![]() |
|
|
|
|
Elite Member
![]() ![]() ![]() ![]() ![]() 加入日期: Aug 2003
文章: 10,653
|
tab mix plus一些功能現在應該有得取代
其實不要過度依賴....這些都是只是工具要變通 沒必要因為這樣就被綁住 |
|
|
|
Elite Member
![]() ![]() ![]() ![]() ![]() 加入日期: Mar 2003 您的住址: Vancouver, Canada
文章: 15,006
|
引用:
+1 tab mix plus scrapbook 不過這台電腦只是上網用 工作用的是最新版本 沒有那麼多 plugin ![]() |
|
|
|
|
Senior Member
![]() ![]() ![]() 加入日期: Apr 2005
文章: 1,209
|
請問新的火狐可以限定單一視窗嗎?
(以前是用tab mix plus來達成) 多視窗我很怕我主要想留的那一群tab比較早關掉 導致後來再打開那些tab都不見 |
|
|
|
Senior Member
![]() ![]() ![]() 加入日期: Apr 2005
文章: 1,209
|
謝謝bass1.大大的線索
多行分頁目前我從 https://alexander-rudde.com/my-user...-to-firefox-57/ https://github.com/Aris-t2/CustomCSSforFx/issues/39 大概拼湊如下: (限定三列,但要用旁邊的捲軸上下移,無法用滑鼠滾輪…如圖) 代碼:
#tabbrowser-tabs .scrollbox-innerbox {
display: flex;
flex-wrap: wrap;
overflow-y: auto !important;
min-height: var(--tab-min-height);
max-height: calc(3*var(--tab-min-height)) !important; /* 3 rows */
}
#tabbrowser-tabs .arrowscrollbox-scrollbox {
overflow: visible;
display: block;
}
#tabbrowser-tabs .scrollbutton-up,#tabbrowser-tabs .scrollbutton-down,#alltabs-button,.tabbrowser-tab:not([fadein]){
display: none;
}
/* This enables maximum width before scrollbar is shown */
#main-window[tabsintitlebar] #tabbrowser-tabs {
-moz-window-dragging: no-drag;
}
/* Tabs toolbar adjustment */
#main-window[tabsintitlebar] #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#main-window[uidensity=compact][tabsintitlebar] #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#main-window[uidensity=compact][tabsintitlebar][sizemode="maximized"] #toolbar-menubar[autohide="true"][inactive="true"] ~ #TabsToolbar,
#TabsToolbar{
-moz-padding-start: 2px !important;
}
#main-window[tabsintitlebar][sizemode="normal"]:not([inFullscreen]) #TabsToolbar {
margin-top: 0px !important;
}
/* Fix for application/ hamburger button in titlebar */
#main-window[tabsintitlebar][inFullscreen] #toolbar-menubar[autohide="true"][inactive="true"] ~ #nav-bar #PanelUI-button {
visibility: collapse !important;
}
/* Tab height */
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
#tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
min-height: 25px !important;
}
/* Multi-row */
.tabbrowser-tab {
min-width:118px !important;
}
.tabbrowser-tab,.tab-background {
height:29px;
}
.tab-stack {
width: 100%;
}
#tabbrowser-tabs .scrollbox-innerbox {
display: flex;
flex-wrap: wrap;
}
#tabbrowser-tabs .arrowscrollbox-scrollbox {
overflow: visible;
display: block;
}
/* Multi-row (end) */
/* Toolbar order (start) ************************************/
#print-preview-toolbar,
#printedit-toolbar,
#titlebar {
-moz-box-ordinal-group: 0 !important;
}
#navigator-toolbox #toolbar-menubar {
-moz-box-ordinal-group: 1 !important;
}
/* navigation toolbar */
#navigator-toolbox #nav-bar {
-moz-box-ordinal-group: 2 !important;
}
/* bookmarks toolbar */
#navigator-toolbox #PersonalToolbar {
-moz-box-ordinal-group: 3 !important;
}
/* 3rd party toolbars */
#navigator-toolbox toolbar {
-moz-box-ordinal-group: 10 !important;
}
/* tabs toolbar */
#navigator-toolbox #TabsToolbar {
-moz-box-ordinal-group: 100 !important;
}
/* toolbar order (end) **************************************/
/* Toolbar borders */
#main-window #navigator-toolbox::after {
border-bottom: unset !important;
opacity: 0 !important;
}
#TabsToolbar{
margin-bottom: 0px !important;
border-top: 1px solid #5f7181 !important;
border-bottom: 1px solid #5f7181 !important;
}
#main-window:not([inFullscreen="true"])[tabsintitlebar] #TabsToolbar{
-moz-margin-end: 0px !important;
}
#main-window[tabsintitlebar] #TabsToolbar .titlebar-placeholder{
visibility: collapse !important;
}
#main-window[tabsintitlebar][sizemode="normal"] #toolbar-menubar[autohide="true"][inactive="true"],
#main-window[tabsintitlebar][sizemode="maximized"] #toolbar-menubar[autohide="true"][inactive="true"] {
margin-top: 21px !important;
}
#tabbrowser-tabs .tab-drop-indicator {
margin-bottom: 0px !important;
}
/* Toolbar borders (end) */
/* Tab border */
#TabsToolbar:not(:-moz-lwtheme) .tabs-newtab-button,
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab .tab-content {
border-bottom: 1px solid #919ba4 !important;
border-right: 1px solid #919ba4 !important;
}
/* Move the tab line to bottom of a tab */
.tabbrowser-tab .tab-line,
#TabsToolbar,
.tabbrowser-tab .tab-bottom-line {
-moz-box-ordinal-group: 2;
}
此文章於 2018-09-02 05:36 PM 被 dkjfso 編輯. |
|
|
|
Master Member
![]() ![]() ![]() ![]() 加入日期: Jun 2002
文章: 2,332
|
引用:
這就再說了,通常用的好好沒問題的東西突然叫你花大把時間 去研究和找替代方案然後還要習慣新的方式.... 對一般不是軟體開發相關或者熟悉瀏覽器架構的人來說,停在 舊版觀望可能才是最佳解,即便那些新的安全性修正都上不了. 再說現在有些功能真要在新版做還有問題;;;
__________________
Es muss sein! |
|
|
|
|
Master Member
![]() ![]() ![]() ![]() 加入日期: May 2001 您的住址: 風城
文章: 1,814
|
引用:
現在都用Acronis True Image 隔一段時間 自動備份整個系統 配合好的安全觀念 一樣很安全 電腦是來爽用 不是拿來沒日沒夜研究用的 ![]()
__________________
數位流系統全部到位,好好聽音樂,音樂好好聽。 ![]() 重機的奧妙之處,就是 在併排行駛、鑽車縫時,它視同機車… 在爭取路權時,它又視同汽車…
|
|
|
|