BrU32

JS LSD Effects Simulation SRC V2 Fixed!!!!!

Aug 31st, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <center>
  2. <head></head>
  3. <body bgcolor="darkblue" onload="setInterval(start(),0.1);">
  4. <blink>
  5. <font family="Ariel" width="1" height="1" color="lightgreen">You Are Now Feeling The Effect Of LSD!!</font>
  6. <script>
  7. function start(){
  8. document.write(document.getElementsByTagName('font').style.Width=+1);
  9. document.write(document.getElementsByTagName('font').style.Height=+1);
  10. }
  11. </script>
  12. </body>
  13. </blink>
  14. </center>
Advertisement
Add Comment
Please, Sign In to add comment