![]() |
PCDVD數位科技討論區
(https://www.pcdvd.com.tw/index.php)
- 七嘴八舌異言堂
(https://www.pcdvd.com.tw/forumdisplay.php?f=12)
- - Firefox更新到41.0了!
(https://www.pcdvd.com.tw/showthread.php?t=1088130)
|
---|
引用:
這是我用量子火狐後找到別人寫的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 ([email protected])*********************************************************/ /* 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; } |
引用:
不要為了那些舊套件功能,犧牲安全性 說真的現在很划不來.....中標一次損失就慘重 |
引用:
不不不,誤會 重點其實也不算是200分頁 而是套件tab mix plus的問題 56之後就不支援了 |
引用:
我是東拼西湊把之前tad mix plus自己有用 到的功能都湊齊了 :cry: :cry: |
tab mix plus一些功能現在應該有得取代
其實不要過度依賴....這些都是只是工具要變通 沒必要因為這樣就被綁住 |
引用:
+1 tab mix plus scrapbook 不過這台電腦只是上網用 工作用的是最新版本 沒有那麼多 plugin :cry: :cry: :cry: |
請問新的火狐可以限定單一視窗嗎?
(以前是用tab mix plus來達成) 多視窗我很怕我主要想留的那一群tab比較早關掉 導致後來再打開那些tab都不見 |
1個附加檔案
謝謝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; } |
引用:
這就再說了,通常用的好好沒問題的東西突然叫你花大把時間 去研究和找替代方案然後還要習慣新的方式.... 對一般不是軟體開發相關或者熟悉瀏覽器架構的人來說,停在 舊版觀望可能才是最佳解,即便那些新的安全性修正都上不了. 再說現在有些功能真要在新版做還有問題;;; |
引用:
現在都用Acronis True Image 隔一段時間 自動備份整個系統 配合好的安全觀念 一樣很安全 電腦是來爽用 不是拿來沒日沒夜研究用的 :laugh: |
所有的時間均為GMT +8。 現在的時間是08:56 AM. |
vBulletin Version 3.0.1
powered_by_vbulletin 2025。