Instan Register Panel

Versi modular untuk deploy Cloudflare Pages dan dipanggil lewat bookmarklet/CDN.

Drag Bookmarklet Demo

Untuk domain produksi, ganti location.origin menjadi URL Cloudflare Pages kamu.

Production loader
javascript:(function(){var s=document.createElement('script');s.src='https://YOUR-DOMAIN.pages.dev/loader.js?v='+Date.now();document.documentElement.appendChild(s);})();
Bundle loader
javascript:(function(){var l=document.createElement('link');l.rel='stylesheet';l.href='https://YOUR-DOMAIN.pages.dev/css/instan-register.css?v='+Date.now();document.documentElement.appendChild(l);var s=document.createElement('script');s.src='https://YOUR-DOMAIN.pages.dev/dist/instan-register.bundle.js?v='+Date.now();document.documentElement.appendChild(s);})();