jkhsjdhjs

endchan webm loop

Mar 5th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name        endchan webm loop
  3. // @namespace   jkhsjdhjs
  4. // @include     http://endchan.xyz*
  5. // @include     https://endchan.xyz*
  6. // @version     1
  7. // @grant       none
  8. // @require     https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
  9. // ==/UserScript==
  10.  
  11. $(document).ready(function() {
  12.     $('video').each(function() {
  13.         $(this).attr("loop", "");
  14.     });
  15. });
Advertisement
Add Comment
Please, Sign In to add comment