jHueTourBuilder.html 1.2 KB

123456789101112131415161718192021222324
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>jHueTour Builder</title>
  7. </head>
  8. <body>
  9. Drag the bookmarklet to your fav bar:
  10. <a href="javascript:(function()%7Bfunction%20callback()%7Bif%20(typeof%20console%20!%3D%20%22undefined%22)%20%7B%20console.log(%22Welcome%20to%20jHueTourBuilder!%22)%3B%7Dif%20(typeof%20%24%20%3D%3D%20%22undefined%22%20%7C%7C%20typeof%20%24.jHueTour%20%3D%3D%20%22undefined%22)%20%7B%20alert(%22Sorry%2C%20but%20you%20need%20to%20run%20this%20while%20being%20on%20Hue!%22)%3B%20%7D%7Dvar%20s%3Ddocument.createElement(%22script%22)%3Bs.src%3D%22https%3A%2F%2Fdl.dropboxusercontent.com%2Fu%2F730827%2Fcloudera%2FjHueTourBuilder.js%22%3Bif(s.addEventListener)%7Bs.addEventListener(%22load%22%2Ccallback%2Cfalse)%7Delse%20if(s.readyState)%7Bs.onreadystatechange%3Dcallback%7Ddocument.body.appendChild(s)%3B%7D)()">jHueTour Builder</a>
  11. <br/><br/>
  12. <em>Thanks to Peter Coles for the amazing <a href="http://mrcoles.com/bookmarklet/">Bookmarklet generator</a></em>
  13. </body>
  14. </html>