Advertisement
Guest User

Untitled

a guest
May 30th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. // ==UserScript==
  2. // @name video ctrls
  3. // @namespace tag:URI
  4. // @description allways show controls
  5. // @include *
  6. // @version 1
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10.  
  11. document.getElementsByTagName("video")[0].setAttribute("controls", "true");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement