Browser add-on that shows your public IP address (via clean.myip.wtf)
.github/workflows | ||
bin | ||
share/myip.wtf | ||
src | ||
test | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.projectile | ||
jest.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
VERSION | ||
webpack.config.js |
About
myip.wtf relays information about your public IP address from clean.myip.wtf.com/json to your browser.
Example
Install
-
Produce the
build/
directorygit clone https://github.com/0x1eef/myip.wtf cd myip.wtf npm i npm run build
-
Load the extension
- Visit
chrome://extensions
. - Check
Developer mode
(top right hand corner). - Click
Load unpacked extension
. - Choose the
build/
directory from the file dialog. - Done.
- Visit
Sources
License
BSD Zero Clause.
See LICENSE.