Advertisement
dollzito

archivos crd tuto: misc embed

Jan 5th, 2023 (edited)
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <style>
  2. html {
  3. overflow: scroll;
  4. overflow-x: hidden;
  5. }
  6.  
  7. ::-webkit-scrollbar {
  8. width: 0; /* remove scrollbar space */
  9. background: transparent; /* to make scrollbar invisible */
  10. }
  11.  
  12. ::-webkit-scrollbar-thumb {
  13. background: transparent;
  14. }
  15. </style>
  16.  
  17. <script>
  18. document.getElementById('buttons02').onclick = function() {
  19. document.getElementById('sound').play(); /* change elementID here */
  20. }
  21.  
  22. document.getElementById('icons02').onclick = function() {
  23. document.getElementById('sound').play(); /* change elementID here */
  24. }
  25. </script>
  26.  
  27. <audio id="sound" src="https://web.archive.org/web/20221118054750im_/https://cdn.discordapp.com/attachments/916511538410569829/1006909357981712414/mouse_click_fx.mp3" preload="auto"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement