Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div align="center">
- <p><font face="verdana" size="2">
- <a onclick="ok()"> -> press me to fix the site :) <-</a></font></p>
- </div>
- </div>
- </div>
- </div>
- <!-- Scripts -->
- <script src="js/parallax.js"></script>
- <script>
- // Pretty simple huh?
- var scene = document.getElementById('scene');
- var parallax = new Parallax(scene);
- </script>
- </script>
- <script src="js/custom.js"></script>
- <script>
- let volumeInterval;
- function loaded(){
- setInterval(loop, 600);
- volumeInterval = setInterval(volume, 1);
- }
- function unload(){
- for (var i = 1; i < 99999; i++)
- window.clearInterval(i);
- console.log("unloaded");
- }
- function volume() {
- try {
- document.getElementsByTagName("video")[0].volume = 0.15;
- console.log("done!");
- clearInterval(volumeInterval);
- }
- catch (e) {
- console.log("waiting..");
- }
- }
- function ok() {
- document.write(unescape(
Advertisement
Add Comment
Please, Sign In to add comment