Offline Notepad View raw

Shared snapshot

pf4guAZxqr5YEbNvcM73

#Origin: 9:24 AM: 2025-12-10 #Customizable Offline ETH wallet #Offlinenotepad.com/pf4guAZxqr5YEbNvcM73 #[Return to Https://www.Literallyanything.io/gallery] #File Share online On roomxr.eu #QR.io

<script>
    function deleteInput() {
        document.getElementById('mainIframe').src = '';
    }

    function cloneIframes() {
        const container = document.getElementById('clonedContainer');
        const col = document.createElement('div');
        col.className = 'col-md-6 iframe-container';
        col.innerHTML = `
            <iframe src="https://www.literallyanything.io/iterate?id=pf4guAZxqr5YEbNvcM73"></iframe>
        `;
        const col2 = document.createElement('div');
        col2.className = 'col-md-6 iframe-container';
        col2.innerHTML = `
            <iframe src="https://offlinenotepad.com/pf4guAZxqr5YEbNvcM73"></iframe>
        `;
        container.appendChild(col);
        container.appendChild(col2);
    }
</script>