WebRTC IP Tracker

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Shaun Mitchell
1日のインストール数
0
累計インストール数
156
評価
0 0 0
バージョン
0.2
作成日
2021/11/22
更新日
2021/11/23
ライセンス
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