WebRTC IP Tracker

alerts whenever a WebRTC connection is made and shows its info in the js console

ავტორი
Shaun Mitchell
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
177
რეიტინგი
0 0 0
ვერსია
0.2
შექმნილია
22.11.2021
განახლებულია
23.11.2021
Size
1,85 KB
ლიცენზია
WTFPL
გამოყენებს მათ
ყველა საიტი

about

notifies you whenever you're on a page that creates an rtc (peer-to-peer) connection. you can then open the javascript console to view more detailed information about the connected ip address. only shows 1 popup alert per page, regardless of how many connections are made.

accessing the js console

on most modern browsers, you can access the js console with:

  • windows: shift+ctrl+j
  • mac: shift+cmd+j

sources