isc30 / LocateJS

Check if your location is actually hidden.

Home Page:https://z0ccc.github.io/LocateJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocateJS

Check it out here: https://z0ccc.github.io/LocateJS/.

About

LocateJS predicts your location by analyzing your connection and system data. This scan allows you to understand how your location can be pinpointed even while using a VPN, location spoofer or private mode.

Accuracy of the location prediction depends on how much authentic info your computer is exposing. LocateJS will not be able to detect your location 100% of the time.

How to hide location

The best way to hide your location is to use Tor. Tor will completely hide both your connection and system data.

As it's not always practical to use Tor (slow speeds, captcha loops, etc) the following are instructions on how to obscure your location without Tor.

To hide your connection data you will need to use a VPN or proxy

To hide your system data you will need to change your system settings. You can change your timezone to one with the same timezone offset so that the date on your computer stays the same.

Timezone/location spoofing extensions will not help as they cannot spoof data in web workers.

You should select a language that has no country associated with it (‘en’ instead of ‘en-US’). You should remove all other languages.

Although adding multiple random languages will help obscure your location, it's not the best idea as it will give you a very unique device fingerprint.

It's also a good idea to make sure your connection data matches your system data because if there are contradictions it would reveal that you are attempting to hide your location.

Dev

This application is built with Javascript and React.

Clone this repo and run these commands to start the development server.

yarn
yarn run start

The website can then be accessed at http://localhost:3000/.

About

Check if your location is actually hidden.

https://z0ccc.github.io/LocateJS

License:Mozilla Public License 2.0


Languages

Language:JavaScript 76.2%Language:CSS 15.1%Language:HTML 8.8%