Guest User

Jetri multi stream

a guest
Jun 25th, 2020
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name Hololive Jetri Fix
  3. // @namespace jetri fix
  4. // @version 1.0.0
  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. // This re enables the multi stream in jetri
  14.  
  15. (function() {
  16.     localStorage.setItem('ruleOnePlayer', 0);
  17.     localStorage.setItem('rulePauseOther', 0);
  18. })();
Add Comment
Please, Sign In to add comment