Version 2.5
🔬 New: Hardware Acceleration Check
The script now automatically detects on startup whether your browser is using real GPU hardware or falling back to slow software emulation (e.g. SwiftShader). If hardware acceleration is disabled, a prominent warning overlay guides you step-by-step to the correct browser settings page. The check can be permanently disabled via the Settings menu.
⚙️ Settings: GPU Toggle
The Script Settings menu now includes a "Hardware Check" toggle. This lets you enable or disable the GPU warning alert at any time, with your preference saved persistently via localStorage.
🧹 Enhanced Console Noise Filter
The log cleanup system has been completely rebuilt. It now silences console.warn and console.log in addition to console.error, and covers a significantly wider range of noise sources including Google Ads trackers, DoubleClick, CORS policy warnings, and internal YouTube system messages — keeping your DevTools clean without missing anything important.
🔗 Auto-Update Support
Added @downloadURL and @updateURL metadata, enabling Tampermonkey to automatically detect and install new versions directly from Greasy Fork.
🌐 Internationalized Logging
All internal console messages have been standardized to English for consistency across international setups.
🔄 Improved Reset Behavior
The "Reset All to Default" action in the Settings menu now triggers an automatic page reload to ensure all changes take effect immediately and cleanly.