Skip to content

ivoidcat/ivoidcat.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<script async="" src="https://voidcat.com/void.cat_files/f.txt"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-3289062345896209", enable_page_level_ads: true }); </script> <style> html,body { margin: 0; padding: 0; font-family: "Lucida Console", Monaco, monospace; background-color: #101010; font-size: 16px; color: #eee; user-select: none; cursor: text; } div.msg { width: 400px; margin-left: auto; margin-right: auto; margin-top: 20%; } span.host { color: green; } span.path { color: blue; } div.msg span { float: left; } span.hide { opacity: 0; } h1{ display: none; } </style> <title>voidcat</title>
root@void : ~
<script> (adsbygoogle = window.adsbygoogle || []).push({});
var delayCounter = 0;
var delayCompleted = 0;
var msgTyped = 0;
const typeMsg = "��彩云��易散���琉璃����脆 :)";
const cursor = document.querySelector("#cursor");
const msgContent = document.querySelector("#content");
setInterval(function() {
  cursor.classList.toggle("hide");
}, 500);
setInterval(function() {
  // apply delay
  if(delayCompleted < delayCounter){
    delayCompleted++;
    return;
  }

  let newChar = typeMsg[msgTyped];
  if(newChar == "�") {
    delayCounter += 10;
    msgTyped++;
  } else if(newChar == "�") {
    msgContent.innerHTML += "</br>";
    msgTyped++;
  }else if(typeMsg.length > msgTyped) {
    msgContent.innerHTML += newChar;
    msgTyped++;
  }
}, 100);
</script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages