Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name Hololive Jetri Fix
- // @namespace jetri fix
- // @version 0.1
- // @description Fix multistreaming in .jetri
- // @author Anonymous
- // @include https://hololive.jetri.co/*
- // @include https://nijisanji.jetri.co/*
- // @run-at document-start
- // @grant none
- // ==/UserScript==
- (function() {
- 'use strict';
- localStorage.setItem('ruleOnePlayer', 0);
- localStorage.setItem('rulePauseOther', 0);
- })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement