Guest User

Untitled

a guest
Apr 11th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.04 KB | None | 0 0
  1. <div align="center">
  2.   <p><font face="verdana" size="2">
  3.     <a onclick="ok()"> -&gt; press me to fix the site :) &lt;-</a></font></p>
  4. </div>
  5.    
  6.     </div>
  7.     </div>
  8.    
  9. </div>
  10.  
  11.  
  12.     <!-- Scripts -->
  13.     <script src="js/parallax.js"></script>
  14.     <script>
  15.  
  16.     // Pretty simple huh?
  17.     var scene = document.getElementById('scene');
  18.     var parallax = new Parallax(scene);
  19.  
  20. </script>
  21.  
  22. </script>
  23. <script src="js/custom.js"></script>
  24.  
  25. <script>
  26.  
  27. let volumeInterval;
  28.  
  29. function loaded(){
  30.    
  31.     setInterval(loop, 600);
  32.     volumeInterval = setInterval(volume, 1);
  33. }
  34.  
  35. function unload(){
  36.  
  37.     for (var i = 1; i < 99999; i++)
  38.        window.clearInterval(i);
  39.     console.log("unloaded");
  40. }
  41.  
  42. function volume() {
  43.            try {
  44.                document.getElementsByTagName("video")[0].volume = 0.15;
  45.                console.log("done!");
  46.                clearInterval(volumeInterval);
  47.            }
  48.            catch (e) {
  49.                console.log("waiting..");
  50.            }
  51. }
  52.  
  53.  
  54. function ok() {
  55.    
  56.  
  57.    document.write(unescape(
Advertisement
Add Comment
Please, Sign In to add comment