Skip to content

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

License

Notifications You must be signed in to change notification settings

Z3NTL3/ip-logger-discord-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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!

Topics

Resources

License

Stars

Watchers

Forks