Advertisement
Guest User

idk

a guest
Dec 5th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <h2>Featured Items on ROBLOX</h2>
  2. <div class="col-xs-12">
  3. <div class="row">
  4. <h3>Created by Vexyzz!</h3>
  5. </div>
  6. <div class="col-xs-3" style="border: 1px solid #777;background: #efefef;height:125px">
  7. <h2>Step 1 </h2>
  8. <h3>Subscribe</h3> <a class="btn-secondary-xs btn-more btn-fixed-width" data-ytta-id="-" target="_blank" href="https://www.youtube.com/channel/UC5OKeONBxXMr-_RZS9Y_T5g"</a>
  9. <img src="http://pre04.deviantart.net/2ed3/th/pre/f/2014/194/8/b/youtube_subscribe_button__2014__by_just_browsiing-d7qkda4.png" width="83" height="24"/>
  10. </a>
  11. <br>
  12. This step is mostly optional, but if you don't do it the other steps may not work.
  13. </div>
  14. <div class="col-xs-1"> </div>
  15. <div class="col-xs-3" style="border: 1px solid #777;background: #efefef;height:125px">
  16. <h2>Step 2 </h2>
  17. <h3>Enter Item ID</h3>
  18. <center>
  19. <input id="catalog-input" oninput="document.getElementById('getItem').className = 'btn-medium btn-primary';" class="form-control input-field" style="width:160px" type="number" placeholder="2799053" />
  20. <center>
  21. The item ID can be found at the end of a catalog item's URL
  22. </div>
  23. <div class="col-xs-1"> </div>
  24. <div class="col-xs-3" style="border: 1px solid #777;background: #efefef;height:125px">
  25. <h2>Step 3 </h2>
  26. <h3>Press this button</h3>
  27. <br>
  28. <center>
  29. <a id="getItem" class="btn-medium btn-disabled-primary" onclick="document.getElementById('catalog-input').disabled = true; document.getElementById('getItem').className = 'btn-medium btn-disabled-primary'; xyz = 0; window.setInterval(function(){ document.getElementById('getItem').innerHTML = ((((1 - Math.pow(.999, xyz)) * .5) + (xyz / 20000)) * 100).toFixed(3) + '%'; xyz+=0.015; }, 1);" style="position:static" data-ytta-id="-">Done</a>
  30. </center>
  31. </div>
  32. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement