Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Use:
- //Go to: https://twitter.com/PetiteNicoco/status/1137898062347718656
- //F12 > console > paste code
- //Result: https://video.twimg.com/ext_tw_video/1137905541433495552/pu/vid/336x544/YBO179c8WE-aqYx9.mp4?tag=10
- function rot(i,ii){
- ii+=10;
- if(ii>=360){ii=0;}
- $('img')[i].style.transform='rotate('+ii+'deg)';
- setTimeout(rot,100,i,ii);
- }
- i=0;
- t=$('img').length;
- while(i<t){
- if($('img')[i].src=='https://pbs.twimg.com/media/D8qgQXnXYAAKGG_.jpg' || $('img')[i].src=='https://pbs.twimg.com/media/D8qelerWsAY0dla.jpg'){
- ii=10;
- rot(i,ii);
- }
- i++;
- }
Add Comment
Please, Sign In to add comment