Advertisement
pirooted

Tumblr Music

Jul 20th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4.  
  5.     <body>
  6.  
  7.         <!-- This make music on tumblr optional to the user when visting the page -->
  8.        
  9.         <script>
  10.                 var user=prompt("Push 1 song to listen to "Bish Whet!" or push 2 for "I don't want no thot"");
  11.                
  12.                 if( user === 1) {
  13.  
  14.                     <iframe width="0" height="0" src="http://www.youtube.com/embed/QlH8_k0LR9Q?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
  15.  
  16.                 } else if (user === 2) {
  17.                    
  18.                     <iframe width="0" height="0" src="http://www.youtube.com/embed/7lJr6NDJJqE?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
  19.  
  20.                 } else {
  21.                    
  22.                     confirm("You didn't select a song so, therefor you won't be listening to nothing xD");
  23.  
  24.                 }
  25.         </script>
  26.  
  27.     </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement