anti-ip-logger

Checks if the text contains a known IP logger link, even if it's behind a link shortener.

Usage no npm install needed!

<script type="module">
  import antiIpLogger from 'https://cdn.skypack.dev/anti-ip-logger';
</script>

README

This checks if the passed text contains any known IP logger service domain. Returns true if so, otherwise false.

Example Usage

const antiIpLogger = require("anti-ip-logger")
console.log(antiIpLogger("https://grabify.link/FAA9S1"))
//Output: true