Re: [-Fx-] Firefox 56.0 Final & ESR 52.4 Released

作者: mayuyu ((・ω・)ノ)   2017-09-29 01:08:10
我已經換到57了,57真的快,雖然套件死一堆,
但是用過57就回不去了。
1. 滑鼠手勢換成全域的strokeplus
在一般頁面上按住右鍵向左滑 送出「回到上一頁」
在PTT Websocket頁面上 改為送出「方向鍵←」
https://robertabcd.github.io/PttChrome/dev.html?site=wsstelnet://ws.ptt.cc/bbs
local currentWindowTitle = acGetWindowTitle(nil, gsx, gsy)
if currentWindowTitle == "ptt.cc - Google Chrome" or currentWindowTitle == "PttChrome - Mozilla Firefox" then
acSendKeys("{LEFT}")
else
acSendKeys("{BROWSERBACK}")
end
「回到下一頁」「滾動到頁底」「滾動到頁首」等手勢依此類推。
一般頁面按住右鍵往下滑「滾動到頁底」
PTT Websocket頁面改為「PageDown」
local currentWindowTitle = acGetWindowTitle(nil, gsx, gsy)
if currentWindowTitle == "ptt.cc - Google Chrome" or currentWindowTitle == "PttChrome - Mozilla Firefox" then
acSendKeys("{PGDN}")
else
acSendKeys("{END}")
end
2. 拖曳
https://addons.mozilla.org/zh-TW/firefox/addon/glitterdrag/
搜尋範本新增「Google Search」「Google Image」,記得要儲存。
3. Multifox小號分頁,Firefox已經內建Container,
已經開啟的分頁要即時切換為不同Container可以用
https://addons.mozilla.org/zh-TW/firefox/addon/switch-container/
4. 新分頁開啟在目前分頁的右邊,不要放在最尾
https://addons.mozilla.org/zh-TW/firefox/addon/open-tabs-next-to-current/
Firefox 57已經內建點擊書籤開啟在新分頁
網址列輸入about:config按Enter,
搜尋browser.tabs.loadBookmarksInTabs設為true
5. 樣式xStyle,腳本Tampermonkey
6. 選中文字自動複製
https://addons.mozilla.org/zh-TW/firefox/addon/copy-on-select/
7. 57仍然可以修改介面
在profile資料夾下建立chrome資料夾新增一個userChrome.css
把修改介面的樣式寫在這裡
例如:
/*隱藏書籤的說明文字*/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#personal-bookmarks .toolbarbutton-text {
display: none !important;
}
/*修改分頁標籤的文字大小粗細*/
.tab-label {
font-size: 14px;
-webkit-text-stroke: 0.0200em;
}
/*修改書籤資料夾預設的黃色文件夾圖示*/
.bookmark-item[container="true"][label="書籤名稱,例如我的最愛"] {
list-style-image: url("data:image/png;base64,圖片的base64碼") !important;
-moz-image-region: rect(0px 16px 16px 0px) !important;
}
8. 在Sandboxie中使用Firefox 57,要修改about:config
security.sandbox.content.level預設為3修改為2
暫時解法,等Sandboxie推新版修掉bug後,再改回預設值
作者: Kreen (每天要更優秀一點)   2017-09-29 01:38:00
推!請問書籤、搜尋歷史都開在新分頁,而且不跳過去該 tab有辦法嗎?
作者: Kenqr (function(){})()   2017-09-29 01:58:00
作者: kaoh08 (AIR -the 1000th summer-)   2017-09-29 03:09:00
macOS全域手勢推薦MacGestureSwitch Container跟Conex(Taborama)差在哪啊?
作者: goldie (阿良)   2017-09-29 08:07:00
作者: hijacker (懶人一枚)   2017-09-29 11:35:00
userChrome.css可以改about:newtab嗎?我用stylish可以改about:newtab 但同樣的程式碼複製到userChrome.css就無效了
作者: peatle ( ̄︶ ̄)/\( ̄︶ ̄)   2017-09-29 11:38:00
context search有替代品嗎?
作者: abc0922001 (中士abc)   2017-09-29 11:38:00
userChrome.css好像沒辦法@-moz-document之類的
作者: peatle ( ̄︶ ̄)/\( ̄︶ ̄)   2017-09-29 11:42:00
自問自答XD https://goo.gl/htkpEM
作者: hijacker (懶人一枚)   2017-09-29 11:59:00
我也來自問自答 要改about:newtab要在userContent.css
作者: t7yang (t7: 我認為這是一種背叛)   2017-09-29 13:20:00
沒有內建的滑鼠手勢真的受不了,要跳centbrowser了
作者: sate5232 (Hao)   2017-09-29 14:08:00
mark有沒有套件能取代Rehost Image或imgur uploader?
作者: gcobc12632 (Ted)   2017-09-29 14:10:00
有沒有將滑鼠移到分頁欄滾動滾輪就能切換分頁的手勢?
作者: sate5232 (Hao)   2017-09-29 14:11:00
前幾篇有人提到strokeplus可移到分頁列用滾輪切換分頁不知道有沒有相關的寫法
作者: p890 (Ass)   2017-09-29 15:22:00
求private tab~~
作者: qxpbyd (qxpbyd)   2017-09-29 21:47:00
用websocket逛PTT的 裝Youtube Link Title腳本 可以懸浮youtube小視窗 好像是轉換過來後 唯一感到方便的
作者: sate5232 (Hao)   2017-09-30 00:48:00
隱私分頁用ContainersOnTheGo算是Containers的應用功能
作者: p890 (Ass)   2017-09-30 01:03:00
感謝樓上s大 晚點來試試))
作者: cuteasam ( )   2017-09-30 08:50:00
請問BBSFOX還是一樣無解嗎?用來用去這個最好用QQ
作者: andrew43 (討厭有好心推文後刪文者)   2017-09-30 09:35:00
bbsfox作者有說不會跟進了。我也很難過,真的最好用。更正,是目前不會跟進。見 https://is.gd/1nfOE2https://tinyurl.com/ybm8tb2s
作者: ji394xu3 (薩埵十二惡皆空)   2017-09-30 12:50:00
雖然57版用WebSocket可以上bbs,但真的功能還差一截...
作者: kaoh08 (AIR -the 1000th summer-)   2017-09-30 13:32:00
全域手勢完善 靠Lua跟AppleScript大神出馬惹
作者: s9209122222 (海海海)   2017-09-30 17:42:00
請問e10s在57是自動啟用的嗎?
作者: t7yang (t7: 我認為這是一種背叛)   2017-09-30 19:14:00
stylo 啟用要小心,我被搞過幾次,開下去就有刪prefs.js否則套件就呈現死一票,試過幾次之後就不敢玩了
作者: s9209122222 (海海海)   2017-09-30 21:02:00
查了一下 stylo 確實是預設啟用的
作者: t7yang (t7: 我認為這是一種背叛)   2017-09-30 22:04:00
stylo 57預設啟用,56預設停用。56的部分就像我說的,要選擇啟用要小心點
作者: donod (我所知道的只有一件事)   2017-10-06 13:17:00
這篇應該要M起來吧

Links booklink

Contact Us: admin [ a t ] ucptt.com