極致的網頁瀏覽效能優化工具。在不影響網站功能的前提下,降低CPU、RAM、網絡和存儲使用率。
Universal Website Optimizer v3.0 is a complete rewrite of the original performance script. It is designed to be the ultimate performance booster for modern web browsing, significantly reducing CPU, RAM, Network, and Storage usage without breaking website functionality.
Unlike previous versions that used aggressive stop-loading techniques, v3.0 uses a smart, modular architecture to surgically remove bloat and throttle background processes.
PerformanceEngine):
💤 status in the tab title.NetworkController):
fetch and XHR requests before they leave the browser.DOMHandler):
loading="lazy" on images and iframes.swap).content-visibility: auto CSS to prevent rendering of off-screen content.You can toggle specific optimizations via the Tampermonkey menu:
🚀: Toggle Background Throttling.🖼️: Toggle Image Lazy Loading.🛡️: Toggle Tracker Blocking.🅰️: Toggle Font Optimization.⚡: Toggle Simplified Mode (Experimental - removes decorations/shadows).通用網站優化工具 v3.0 是一次徹底的代碼重構與升級。我們的目標是打造一款極致的瀏覽器效能優化工具,在保證網站功能正常運作的前提下,最大限度地降低 CPU、RAM、網路頻寬 與 硬碟讀寫 的消耗。
不同於舊版本較為暴力的攔截方式,v3.0 採用了模組化的智慧架構,能夠精準地移除網站贅肉並凍結背景資源。
PerformanceEngine):
💤 符號作為提示。NetworkController):
fetch 和 XHR。DOMHandler):
loading="lazy" 屬性。content-visibility: auto CSS,讓瀏覽器忽略螢幕畫面外的複雜區塊渲染。點擊瀏覽器擴充功能列的 Tampermonkey 圖示,即可看到以下選項:
🚀 背景資源限制:開關背景凍結功能。🖼️ 圖片延遲加載:開關圖片懶加載。🛡️ 阻擋追蹤廣告:開關廣告/追蹤器攔截。🅰️ 字型載入優化:開關字型顯示優化。⚡ 極簡模式:開關極簡模式(實驗性:移除陰影、裝飾性元素,讓網頁變平)。The v3.0 architecture is built on three main classes: v3.0 架構基於三個核心類別:
PerformanceEngine: Manages CPU cycles. Hooks into requestAnimationFrame, setTimeout, and setInterval to throttle activity when usability is unaffected.NetworkController: Manages I/O. Uses Proxy-like patterns to intercept window.fetch and XMLHttpRequest prototype methods.DOMHandler: Manages the DOM. Uses MutationObserver and IntersectionObserver to sanitize HTML and lazy-load assets dynamically.This script is experimental. While widely tested to ensure stability, some complex single-page applications (SPAs) might behave unexpectedly with aggressive throttling. Use the Menu to disable specific features if you encounter issues on certain sites.
本腳本為實驗性質。雖然經過廣泛測試以確保穩定性,但在某些複雜的單頁應用程式 (SPA) 上,激進的資源限制可能會導致非預期的行為。若在特定網站遇到問題,請透過選單關閉部分功能。