Browsers 板


LINE

官方版本154.0預計在 2026年08月18日(美國時間) 台灣時間08月18日~08月19日 更新 153.0.1 Release Note https://www.mozilla.org/en-US/firefox/153.0.1/releasenotes/ Fixed︰ Addressed a startup crash on Windows that could occur after updating Firefox, when some of the application's internal files could not be loaded. Firefox should now start in these cases, although parts of the interface may not display correctly until a further update completes (Bug 2056926). https://bugzilla.mozilla.org/show_bug.cgi?id=2056926 Fixed audio playing silently on some music and audio streaming sites after pausing and resuming playback (Bug 2053586). https://bugzilla.mozilla.org/show_bug.cgi?id=2053586 Fixed the New Tab page background flashing a few seconds after the page loaded when a custom wallpaper was in use (Bug 2056650). https://bugzilla.mozilla.org/show_bug.cgi?id=2056650 Fixed a crash that could occur when a page loaded a frame using a javascript: address (Bug 2054485). https://bugzilla.mozilla.org/show_bug.cgi?id=2054485 Fixed a crash that could occur while typing text in an editable area of a page (Bug 2053867). https://bugzilla.mozilla.org/show_bug.cgi?id=2053867 Fixed a search engine you had already installed yourself being labeled as "New" when Firefox later started offering the same engine (Bug 2053710). https://bugzilla.mozilla.org/show_bug.cgi?id=2053710 Improved pointer lock, used by games and other immersive web content, so that the mouse pointer is less likely to escape the Firefox window (Bug 1255338 , Bug 2040628). https://bugzilla.mozilla.org/show_bug.cgi?id=1255338 https://bugzilla.mozilla.org/show_bug.cgi?id=2040628 Fixed an issue in the Inspector's Rules view where pseudo-elements could only be expanded once per selected element (Bug 2054525). https://bugzilla.mozilla.org/show_bug.cgi?id=2054525 Fixed View Page Source failing to load blob: documents (Bug 2054428). https://bugzilla.mozilla.org/show_bug.cgi?id=2054428 Fixed View Page Source timing out on documents that inherit their origin, such as frames using the srcdoc attribute (Bug 2054487). https://bugzilla.mozilla.org/show_bug.cgi?id=2054487 Unresolved︰ Some Windows users may experience a crash on startup after updating, caused by an incomplete update leaving the Firefox installation in an inconsistent state (Bug 1681745). If you are affected, downloading Firefox from firefox.com and installing it over your existing installation will repair it. Your bookmarks, passwords and other data are stored separately and will not be affected. https://bugzilla.mozilla.org/show_bug.cgi?id=1681745 153.0 Release Note https://www.mozilla.org/en-US/firefox/153.0/releasenotes/ New︰ High Dynamic Range (HDR) video playback is now available on Windows - this feature needs HDR mode enabled for the display in Windows Settings - Display. Laptop displays that only offer "HDR video streaming" are not supported at this time. Some videos recorded on phones in certain orientations are currently not shown as HDR. Containers let you keep separate parts of your online life (work, shopping, personal, banking) logged into different accounts in the same browser window, but keep your cookies and ad tracking isolated inside each container. https://support.mozilla.org/kb/how-use-firefox-containers Share any open page with a QR code. Right-click a tab, select Share > Generate QR Code. Great for posters, invitations, banners, and other printed materials. https://i.meee.com.tw/WD9bbi6.png
It is now possible to merge multiple PDFs by dragging a PDF into the PDF sidebar. It is now possible to add images as new pages within PDFs using the Firefox PDF editor. Quickly pick and copy a color from any page by typing "pick color", "color picker", or "eyedropper" in the address bar and selecting the "Pick a color" quick action. https://i.meee.com.tw/dtUscW5.png
Added support for Apple's system-wide full-screen keyboard command (Globe-F). Firefox now verifies and displays Qualified Website Authentication Certificates (QWACs) in accordance with eIDAS regulations. https://en.wikipedia.org/wiki/Qualified_website_authentication_certificate Added improved support for videos with overlays so users can more easily access video actions from context menus. Firefox now highlights the location permission icon in red whenever a website has access to your location. The permission icon is also now visible on search results pages where it was previously hidden. https://i.meee.com.tw/NGD5Ur3.png
Smart Window: https://www.firefox.com/smart-window 。See and choose AI models directly from the Smart Window assistant. 。New Tab now includes a familiar address bar for typing websites and searching the web. https://i.meee.com.tw/MnhRylY.png
Firefox Labs︰ Firefox Labs can now be opened quickly by typing "labs" or "experiment" in the address bar and selecting the Open Firefox Labs quick action. https://i.meee.com.tw/dH2QH6P.png
Firefox now offers experimental support for the new JPEG XL image format, which generally provides better compression than WebP, JPEG, PNG, and GIF and is designed to supersede them. You can enable it from the Firefox Labs panel in Settings. https://jpegxl.info/ Fixed︰ Various security fixes. https://www.mozilla.org/security/advisories/mfsa2026-68/ Changed︰ Extensions can no longer access local files by default. Users can grant or revoke this access via the new "Access local files on your computer" permission, separate from "Access your data for all websites". Local Network Access restrictions are now enabled by default for all users. Firefox requires websites to request permission before connecting to devices on your local network or to apps and services on your device. Outdated cookie settings have been removed from the Settings UI. Users still in that mode should switch to default behavior "Isolate cross-site cookies". More information https://groups.google.com/a/mozilla.org/g/firefox-dev/c/dXvMLkzyFqM Enterprisehttps://support.mozilla.org/kb/firefox-enterprise-153-release-notes Developer︰ Developer Information https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/153 A new "Local Mode" setting in the options panel allows developers to load local directories via custom origins. This simplifies testing for APIs that do not function over standard file:// URLs, removing the need to run a local web server. Multiple directory mappings are supported. Web Platform︰ Firefox now supports a limited subset of the non-standard ::-webkit-scrollbar pseudo-element to improve web compatibility: 。Rules with non-zero width/height disable overlay scrollbars for the affected container. 。display: none on ::-webkit-scrollbar behaves like scrollbar-width: none, hiding the scrollbar. 。@supports selector(::-webkit-scrollbar) now evaluates to true. 。Full styling capabilities (colors, border-radius, etc.) are intentionally not supported. The vertical-align property was converted into a shorthand for baseline-source, alignment-baseline, and baseline-shift in Firefox 149. Now, alignment-baseline supports the new keywords alphabetic, ideographic, central, mathematical, and hanging, extending the variety of baselines to choose for alignment. https://mzl.la/4yzc8MP Implemented the new popover=hint spec, which removes a series of inconsistent and unexpected behaviors. https://github.com/whatwg/html/issues/12304 The circle() and ellipse() functions accept two new keywords closest-corner and farthest-corner for their radial size. https://mzl.la/4fn1mR1 https://mzl.la/4fwubdX The newly added Error.stackTraceLimit property allows to set the maximal depth of the captured JavaScript error stack as a performance optimization. https://mzl.la/4bVBQRY Developers can now use the text import attribute to import text files using the module system. https://mzl.la/4bzEWuM The Picture In Picture API exposes a way for web developers to make use of user agent Picture-In-Picture functionality. https://developer.mozilla.org/docs/Web/API/Picture-in-Picture_API The Intl.LocaleInfo proposal adds the ability to query Locale information, such as week data (first day in a week, weekend start day, weekend end day), text direction and hour cycle used in the Locale. https://mzl.la/4pxxOoE The MediaCapabilities.decodingInfo() and MediaCapabilities.encodingInfo() methods now accept the "webrtc" configuration type. This allows a site to query whether a given audio or video configuration can be decoded or encoded for WebRTC and whether doing so will be smooth and/or powerEfficient. -- --



※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 61.30.180.52 (臺灣)
※ 文章網址: https://webptt.com/m.aspx?n=bbs/Browsers/M.1784642315.A.3A1.html
1F:推 Tsukasayeo: 上個版本開一些元素比較多的頁面像亞馬遜就會出現載 07/22 15:28
2F:→ Tsukasayeo: 入卡住,整個Process會被卡死連程式都無法正常關閉 07/22 15:28
3F:→ rick: 應該隨便丟一個鏈結上來給大家測試 自己也用別的瀏覽器試試~ 07/22 21:57
4F:推 Tsukasayeo: 更新最新版一樣出現同樣問題了,並不是特定頁面出現 07/22 22:18
5F:→ Tsukasayeo: 主要是發生在逛日亞逛久一點之後切換載入頁面就卡住了 07/22 22:19
6F:推 Tsukasayeo: 從Log看有可能是跟RTSS或是硬體加速衝突? 07/22 22:23
7F:→ Tsukasayeo: https://i.meee.com.tw/pK31Vf7.png 07/22 22:23
8F:推 YuQilin: 我昨天把用了二年的 Firefox 設定檔重建 07/23 08:42
9F:→ YuQilin: 速度提升有感 一些卡頓的現象也消失了 07/23 08:42
10F:→ YuQilin: 磁碟佔用也從2GB縮減到200MB 07/23 08:42
11F:→ YuQilin: 重建的速度其實蠻快的 不過我不是用內建的重新整理 07/23 08:42
12F:→ YuQilin: 而是用免安裝版的 Firefox https://is.gd/sS6o1n 07/23 08:42
13F:→ YuQilin: 下載繁體中文版 在根目錄建立 FirefoxPortable.ini 07/23 08:42
14F:→ YuQilin: [FirefoxPortable] 07/23 08:42
15F:→ YuQilin: AllowMultipleInstances=true 07/23 08:42
16F:→ YuQilin: 這樣就可以同時打開系統安裝的 Firefox 和免安裝版 07/23 08:42
17F:→ YuQilin: 對照系統 Firefox 安裝擴展和匯入設定 07/23 08:42
18F:→ YuQilin: 之後刪除系統設定檔把免安裝的設定檔複製過去 07/23 08:42
19F:→ YuQilin: 例如系統設定檔是 xxxxxxxx.default-release 07/23 08:42
20F:→ YuQilin: 把裡面的東西刪除(不要刪除資料夾) 07/23 08:42
21F:→ YuQilin: 複製 FirefoxPortable\Data\profile\ 07/23 08:42
22F:→ YuQilin: 啟動後匯入書籤 最後再登入 Firefox 帳號 07/23 08:42
23F:→ YuQilin: 密碼和瀏覽歷史就會同步回來 網站需要重新登入 07/23 08:42
24F:→ YuQilin: 如果擴展少的話 過程大概只需10分鐘 07/23 08:42
25F:→ rick: 這是57以前的 https://is.gd/55yNWM 更別說57後好像又改了 07/24 06:49
26F:→ rick: 不知道會不會出當前版本的檔案對照 這樣備份比較省事! 07/24 06:50
27F:→ rick: 我記得57+有重做過了 但是感覺還是有一些垃圾檔案存在 Orz 07/24 06:51
28F:推 Lukesky: tete009出了一個根據Firefox去修改的新瀏覽器 但要搬家 07/24 07:40
29F:→ Lukesky: 好麻煩喔 07/24 07:40
30F:推 MK47: tete009 https://tete009.pages.dev/en-US/ 那個也是火狐啊 07/24 10:20
31F:→ MK47: 你只要把profiles檔放在指定位置就好了吧? 07/24 10:21
32F:→ MikageSayo: tete009也跟著超過20年了,不新啦 07/25 11:46
33F:推 sellgd: 有sideberry樹狀tab 還能.json匯出匯入 還需要書籤? 07/25 13:12
34F:→ sellgd: tete居然還有57版量子之前的用的 07/25 13:13
35F:推 dosiris: 感謝分享tete009 沒想到153有能用uBlock origin的副版 07/26 06:24
36F:→ dosiris: 不知道tete009跟esr portable比較起來快嗎 07/26 06:26
37F:→ dosiris: tete009最新版按alt有import profile選項 07/26 06:27
※ 編輯: rick (61.30.177.20 臺灣), 07/28/2026 23:11:41
38F:推 Tsukasayeo: 試了一下,日亞多Load幾次就很容易整個FX卡住,特別是 07/29 22:55
39F:→ Tsukasayeo: https://www.amazon.co.jp/-/zh/dp/B0FPWDK7ZD 這頁 07/29 22:55
40F:推 dosiris: 試過上面網頁在esr portable 140.13版reload好幾次沒事 07/31 05:37
41F:→ hn9480412: 155 Nightly的UI改得有夠醜 07/31 23:53
42F:推 YuQilin: Nightly 預設啟用 Nova UI 進行測試 08/02 12:37
43F:→ YuQilin: 可以用 browser.nova.enabled 關掉 08/02 12:37
44F:→ YuQilin: 我喜歡 Nova UI 的配色 08/02 12:37
45F:→ YuQilin: 不過面板的圓角有點太大了 不太協調XD 08/02 12:37
46F:→ YuQilin: 比較糟糕的是外邊距的設計 違反費茲法則 08/02 12:37
47F:→ YuQilin: 造成無法輕易的移到邊緣點選分頁 08/02 12:37
48F:→ YuQilin: 不知道是怎麼通過 UX 審查的 08/02 12:37
49F:→ YuQilin: 可以做到像 Edge 一樣 保留外邊距 08/02 12:37
50F:→ YuQilin: 但仍然維持可點擊性 而不是簡單粗暴的 08/02 12:37
51F:→ YuQilin: 在視窗最大化時移除外邊距 08/02 12:37
52F:→ YuQilin: 不知道官方會怎麼改...... 08/02 12:37
53F:推 YuQilin: @Tsukasayeo 我用153版測試你的日亞網頁 08/02 12:43
54F:→ YuQilin: 重刷好幾次都沒有發生卡住的現象 08/02 12:43
55F:→ YuQilin: 你使用profile管理員 08/02 12:43
56F:→ YuQilin: 建立一個新profile試試看會不會卡住 08/02 12:43
57F:→ YuQilin: 或者是用我前面說的方法直接重建一個profile 08/02 12:43
58F:→ YuQilin: 我之前也是有問題debug很久無法解決 08/02 12:43
59F:→ YuQilin: 直接重建問題就不見了 08/02 12:43
60F:→ YuQilin: 重建的速度很快比debug更省時間 08/02 12:43







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:WOW站內搜尋

TOP