Advertisement
Guest User

Middle-Out JWPLAYER

a guest
Feb 19th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //To input the script, hold Ctrl+Shift+J to open the developer console, paste it in
  2. //To learn more about The Middle-Out Project, visit http://middleout.foximeme.com.
  3. //EngageME and other shitty GPT sponsors need to go away.
  4. //Long-live Middle-Out!
  5.  
  6. //Script skips a video every few seconds, set to higher if your internet is slow.
  7. //***IF YOU GET BANNED LET ME KNOW SO I CAN CHANGE THIS TO RANDOM INT***
  8.  
  9. setInterval(function() {
  10. jwplayer().setVolume(0);
  11. yesiam();
  12. jwplayer().next();
  13. jwplayer().play(true);
  14. }, 40000);
  15.  
  16.  
  17. //Drake/Fox foxmidout@foximeme.com
  18. //buglivesmatter
  19. //easy shit, you probs wont get banned
  20. //still, i take no responsibility if you goof up.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement