WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
HTML
CSS
JS
/* Replace with your CSS Code (Leave empty if not needed) */
var c = confirm("you wany the link"); if (c === true) { let b = prompt("What is the password"); if (b === "Pass777") { copyText("Links"); } } function copyText(text) { navigator.clipboard.writeText(text).then(() => { console.log('Text copied to clipboard!'); }).catch(err => { console.error('Failed to copy text: ', err); }); }
Validating your code, please wait...
HTML
CSS
JS
/* Replace with your CSS Code (Leave empty if not needed) */
var c = confirm("you wany the link"); if (c === true) { let b = prompt("What is the password"); if (b === "Pass777") { copyText("Links"); } } function copyText(text) { navigator.clipboard.writeText(text).then(() => { console.log('Text copied to clipboard!'); }).catch(err => { console.error('Failed to copy text: ', err); }); }