Guest User

Jetri Multi video Fix

a guest
Jun 26th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Hololive Jetri Fix
  3. // @namespace jetri fix
  4. // @version 0.1
  5. // @description Fix multistreaming in .jetri
  6. // @author Anonymous
  7. // @include https://hololive.jetri.co/*
  8. // @include https://nijisanji.jetri.co/*
  9. // @run-at document-start
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. localStorage.setItem('ruleOnePlayer', 0);
  17. localStorage.setItem('rulePauseOther', 0);
  18. })();
Add Comment
Please, Sign In to add comment