Sha256: 631f56f6730cc1210c7a486c884a98a04ac1bc30eaff08a48af12f51954f4062
Contents?: true
Size: 325 Bytes
Versions: 8
Compression:
Stored size: 325 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Outlook Spam Automator Login</title> </head> <body> <div id="code"></div> </body> </html> <script> const urlParams = new URLSearchParams(location.search); document.getElementById("code").innerText = "code: " + urlParams.get('code'); </script>
Version data entries
8 entries across 8 versions & 1 rubygems