wimi/README.md
0x1eef 0c3e400b58
Some checks failed
myip.wtf / build (18) (push) Has been cancelled
myip.wtf / tests (18) (push) Has been cancelled
Update package.json
2024-08-03 18:07:13 -03:00

47 lines
1.1 KiB
Markdown

## About
myip.wtf relays information about your public IP address
from
[clean.myip.wtf/json](https://clean.myip.wtf/json)
to your browser.
## Example
<p align="center">
<img src="https://raw.githubusercontent.com/0x1eef/myip.wtf/main/share/myip.wtf/myip.wtf.png">
</p>
## Install
**Chrome**
* Produce the `build/` directory
$ git clone https://github.com/0x1eef/myip.wtf
$ cd myip.wtf
$ npm i
$ npm run build:production
* Load the extension
* Visit `chrome://extensions`.
* Check `Developer mode` (top right hand corner).
* Click `Load unpacked extension`.
* Choose the `build/production/` directory from the file dialog.
* Done.
**Firefox**
The [share/myip.wtf/xpi](share/myip.wtf/xpi) directory contains
signed XPI files for Firefox users. After downloading an XPI file
the extension can be added to the browser from `about:addons`.
## Sources
* [GitHub](https://github.com/0x1eef/myip.wtf#readme)
* [GitLab](https://gitlab.com/0x1eef/myip.wtf#about)
## License
[BSD Zero Clause](https://choosealicense.com/licenses/0bsd/)
<br>
See [LICENSE](./LICENSE)