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); };
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)";
console.log('Failed to copy text: ', err);
return setTimeout(() => {