Z3NTL3 / ip-logger-discord-webhook

Get the IP of the website visitor with additional IP info. Works on static websites. Only pure browser javascript!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ip-logger-discord-webhook

Get the IP of the website visitor with additional IP info. Works on static websites. Only pure browser javascript!

How to guide

Open file api.js and replace the content inside of the quotes of variable webhook to your own webhook URL.

const webhook = "your webhook url"

Now you are ready to go, import the script on your static html document.

Example

<body>
  <script src="api.js"></script>
</body>

Read

EDUCATIONAL PURPOSES ONLY

About

Get the IP of the website visitor with additional IP info. Works on static websites. Only pure browser javascript!

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%