Advertisement
Sweetening

AnonOps Deface Page By SleepTheGod

Oct 27th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <link rel="SHORTCUT ICON" href="https://cdn.discordapp.com/attachments/1290591424429162549/1290640827395084328/pngegg.png?ex=66fd3270&is=66fbe0f0&hm=f71214fcef13b4d802a2407c50b8567b32a4192478126ebeaf7d56dfd1380aee&" type="image/x-icon"/>
  6. <meta name="Author" content="AnonOpsSE"/>
  7. <meta name="copyright" content="AnonOpsSE"/>
  8. <meta name="description" content="We are Anonymous, We are legion, We don't forgive, We don't forget, United as one, Divided by zero, Expect us."/>
  9. <meta name="keywords" content="AnonOpsSE - Created By SleepTheGod"/>
  10. <title>AnonOps</title>
  11.  
  12. <style type="text/css">
  13. body {
  14. background-color: #000000;
  15. background-repeat: no-repeat;
  16. background-position: center center;
  17. color: #ffffff;
  18. }
  19. .neon {
  20. font-family: 'Courier New', Courier, monospace;
  21. font-size: 20px;
  22. text-align: center;
  23. animation: flash 1s infinite alternate;
  24. }
  25. @keyframes flash {
  26. 0% {
  27. text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red, 0 0 20px blue, 0 0 30px blue, 0 0 40px blue, 0 0 50px blue;
  28. }
  29. 100% {
  30. text-shadow: 0 0 5px blue, 0 0 10px blue, 0 0 15px blue, 0 0 20px red, 0 0 30px red, 0 0 40px red, 0 0 50px red;
  31. }
  32. }
  33. </style>
  34. </head>
  35.  
  36. <body>
  37. <br><br><br><br>
  38. <div align="center">
  39. <img src=""/>
  40. </div>
  41. <div align="center">
  42. <pre style="font: 20px/10px courier;"><b>
  43. <script language="JavaScript1.2">
  44. var message = "Anonymous Operations"
  45. var neonbasecolor = "gray"
  46. var neontextcolor = "white"
  47. var neontextcolor2 = "#FFFFA8"
  48. var flashspeed = 100 // speed of flashing in milliseconds
  49. var flashingletters = 3 // number of letters flashing in neontextcolor
  50. var flashingletters2 = 1 // number of letters flashing in neontextcolor2 (0 to disable)
  51. var flashpause = 0 // the pause between flash-cycles in milliseconds
  52.  
  53. /// No need to edit below this line /////
  54. var n = 0
  55. if (document.all || document.getElementById) {
  56. document.write('<font color="' + neonbasecolor + '">')
  57. for (m = 0; m < message.length; m++)
  58. document.write('<span id="neonlight' + m + '">' + message.charAt(m) + '</span>')
  59. document.write('</font>')
  60. } else document.write(message)
  61.  
  62. function crossref(number) {
  63. var crossobj = document.all
  64. ? eval("document.all.neonlight" + number)
  65. : document.getElementById("neonlight" + number)
  66. return crossobj
  67. }
  68.  
  69. function neon() {
  70. // Change all letters to base color
  71. if (n == 0) {
  72. for (m = 0; m < message.length; m++) crossref(m).style.color = neonbasecolor
  73. }
  74.  
  75. // cycle through and change individual letters to neon color
  76. crossref(n).style.color = neontextcolor
  77.  
  78. if (n > flashingletters - 1)
  79. crossref(n - flashingletters).style.color = neontextcolor2
  80. if (n > flashingletters + flashingletters2 - 1)
  81. crossref(n - flashingletters - flashingletters2).style.color = neonbasecolor
  82.  
  83. if (n < message.length - 1) n++
  84. else {
  85. n = 0
  86. clearInterval(flashing)
  87. setTimeout("beginneon()", flashpause)
  88. return
  89. }
  90. }
  91.  
  92. function beginneon() {
  93. if (document.all || document.getElementById)
  94. flashing = setInterval("neon()", flashspeed)
  95. }
  96. beginneon()
  97. </script></b></pre>
  98. </div>
  99.  
  100. <div align="center">
  101. <br>
  102. <pre class="neon">We will continue to fight for our cause. United, we will do everything to protect our freedom and privacy.
  103.  
  104. Anonymous is not a group.
  105. Anonymous is not an organization.
  106. Anonymous is an idea, and ideas are bulletproof.
  107.  
  108. We are Anonymous. We are legion. We don't forgive.
  109. We don't forget. United as one. Divided by zero. Expect us.
  110. </pre>
  111. </div>
  112. <br><br>
  113. <div align="center">
  114. </div>
  115.  
  116. <center>
  117. <iframe width="560" height="315" src="https://www.youtube.com/embed/QSN1eHKRTOE?rel=0&autoplay=1&loop=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  118. </center>
  119.  
  120. <script>
  121. // Trigger autoplay on load
  122. window.onload = function() {
  123. var iframe = document.querySelector("iframe");
  124. iframe.src += "&autoplay=1";
  125. };
  126. </script>
  127. </body>
  128. </html>
  129.  
  130.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement