Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. javascript:style=document.createElement("style");style.innerHTML=".my-spin {transition: 1s linear;transform: rotate(360deg);}";document.getElementsByTagName("head")[0].appendChild(style);function toggleSpin(){document.querySelectorAll("table").forEach(function(a){a.classList.toggle("my-spin")})}toggleSpin();setTimeout(toggleSpin,2E3);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement