Advertisement
Guest User

[JS] Youtube studio videos draggable

a guest
Apr 22nd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Fragt mich nicht warum ich das gemacht habe lol
  2.  
  3. for(var i = 0; i < document.getElementsByClassName("  style-scope ytcp-video-row").length; i++){ dragElement(document.getElementsByClassName("  style-scope ytcp-video-row")[i]); console.log("Video #" + (i + 1) + " ist nun ziehbar. Klicke auf ein Thumbnail und im Browser auf den Zurückpfeil um alle Videostats zu sehen. Alle Videos werden auf einem Haufen sein, kannste aber verschieben!"); document.getElementsByClassName("  style-scope ytcp-video-row")[i].setAttribute("style", "position: absolute"); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement