diff --git a/index.html b/index.html index 1787ebc..eaadfbc 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - - + + What Is My IP Address ? @@ -23,38 +23,31 @@

ــــــــــــــــــــــ

-

Your Browser's Language Is:

-

+

Your Browser's Language Is:

ــــــــــــــــــــــ

-

Your Screen Size Is:

-

+

Your Screen Size Is:

ــــــــــــــــــــــ

-

Are You Mobile User:

-

+

Are You Mobile User:

ــــــــــــــــــــــ

-

Cookies Enabled:

-

+

Cookies Enabled:

ــــــــــــــــــــــ

-

Your Browser Is:

-

+

Your Browser Is:

ــــــــــــــــــــــ

-

Your OS Is:

-

+

Your OS Is:

ــــــــــــــــــــــ

-

Your User-Agent Is:

-

+

Your User-Agent Is:

diff --git a/main.js b/main.js index f3488f2..081ccfc 100644 --- a/main.js +++ b/main.js @@ -4,6 +4,7 @@ var peerConn = new RTCPeerConnection({ 'iceServers': [{ 'urls': ['stun:stun.l.google.com:19302'] }] + }); var dataChannel = peerConn.createDataChannel('test'); // Needs something added for some reason peerConn.createOffer({}).then((desc) => peerConn.setLocalDescription(desc)); @@ -193,7 +194,7 @@ function checkBrowser() { function checkOS() { var nVer = navigator.appVersion; var nAgt = navigator.userAgent; - var unknown = '-'; + var unknown = ''; var os = unknown; var clientStrings = [{ s: 'Windows 10',