1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 用Tampermonkey等腳本外掛,新增腳本 然後貼入這個內容 // ==UserScript== // @name Hololive Jetri Fix // @namespace jetri fix // @version 0.1 // @description Fix multistreaming in .jetri // @author Anonymous // @include https://niji-mado.web.app/home* // @run-at document-start // @grant none // ==/UserScript== (function() { 'use strict'; localStorage.setItem('ruleOnePlayer', 0); localStorage.setItem('rulePauseOther', 0); })(); |
Direct link: https://paste.plurk.com/show/KJaPVWbSywjvXy9RVz2C