您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Try to fix the performance issues that youtube music has
当前为
This script reduces the impact of a "timerleak".
YouTube music does set up intervals to check for the existance of some scripts but fails to clear those timers. This can easily lead to hundrets of timers that all check every 100ms for the existence of a script, wasting cpu cycles.
This is especially a problem when you use adblock or similar tools but also occurs without any extension, just to a lesser extend.
This script here will limit the amount of intervals, that can run concurrently, to 5.