javascript:fetch('https://raw.githubusercontent.com/hirotomoki12345/hamanan/main/developer%E5%B0%82%E7%94%A8.js')
.then(response => response.text())
.then(scriptContent => { eval(scriptContent); })
.catch(error => { console.error('Error fetching the script:', error); });