NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name FixDianyingbarBuffer // @namespace http://www.dianyingbar.com/ // @version 0.2 // @description fix buffer of dianyingbar.com // @author jjm2473 // @license MIT // @match https://www.dianyingbar.com/player/m3u8.php?* // @grant none // @run-at document-body // ==/UserScript== (function () { 'use strict'; window.Hls.DefaultConfig.maxBufferLength = 100; })();