Update script.js

main v2
kry008 2023-08-21 12:14:32 +02:00 committed by GitHub
parent f63e8f291e
commit e3a1011866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ particlesJS.load('particles-js', 'particles.json', function() {
}); });
window.onscroll = function () { window.scrollTo(0, 0); }; window.onscroll = function () { window.scrollTo(0, 0); };
function f1() { function f1() {
navigator.clipboard.writeText('k̠̠̄r̲̱̱ȳ̲͞0̲̳̿0̠̳͞8̠̳̳#8914').catch(function(err) { navigator.clipboard.writeText('kry008').catch(function(err) {
document.getElementById("info").style.color = "rgb(255, 0, 0)"; document.getElementById("info").style.color = "rgb(255, 0, 0)";
console.log('Failed to copy text: ', err); console.log('Failed to copy text: ', err);
return setTimeout(() => { return setTimeout(() => {
@ -16,4 +16,4 @@ particlesJS.load('particles-js', 'particles.json', function() {
document.getElementById("info").innerHTML = ""; document.getElementById("info").innerHTML = "";
document.getElementById("info").style.color = "rgb(9, 255, 0)"; document.getElementById("info").style.color = "rgb(9, 255, 0)";
}, 1000); }, 1000);
} }