您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Fix Youtube Live Chat Memory Leaks
// ==UserScript== // @name Workaround For Youtube Chat Memory Leaks (obsoleted) // @namespace https://twitter.com/laversheet // @version 0.2 // @description Fix Youtube Live Chat Memory Leaks // @author laversheet // @match https://www.youtube.com/live_chat* // @match https://www.youtube.com/live_chat_replay* // @run-at document-end // @grant none // @license BSD-3-Clause https://opensource.org/licenses/BSD-3-Clause // ==/UserScript== (function() { 'use strict'; /* * (2022-11-25) * YouTube seems to have fixed the problem already. So this script is no longer needed. * * (2021-02-23) * Currently, youtube live chat has a bug that never execute some scheduled tasks. * Those tasks are scheduled for each time a new message is added to the chat and hold the memory until being executed. * This script will let the scheduler to execute those tasks so the memory held by those tasks could be freed. */ })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址