Browser add-on that shows your public IP address (via clean.myip.wtf)
Find a file
2024-04-01 12:54:01 -03:00
.github/workflows Rename the project after the web service that it uses 2024-03-28 17:26:13 -03:00
bin Add bin/iconify 2024-04-01 12:34:00 -03:00
share/myip.wtf Add new icons 2024-04-01 12:54:01 -03:00
src Add new icons 2024-04-01 12:54:01 -03:00
test Skip browser cache & match new server response 2023-10-02 00:02:53 -03:00
.editorconfig Add source 2023-09-27 16:11:43 -03:00
.eslintrc.js Add source 2023-09-27 16:11:43 -03:00
.gitignore Add source 2023-09-27 16:11:43 -03:00
.projectile Add source 2023-09-27 16:11:43 -03:00
jest.config.js Add tests 2023-09-28 18:12:05 -03:00
LICENSE Add LICENSE 2023-09-27 16:43:46 -03:00
package-lock.json npm audit fix 2024-03-30 01:24:24 -03:00
package.json v0.3.1 2024-03-30 01:43:57 -03:00
README.md s/Demo/Example/ 2024-03-28 17:38:00 -03:00
tsconfig.json Add tests 2023-09-28 18:12:05 -03:00
VERSION v0.3.0 2024-01-29 00:05:56 -03:00
webpack.config.js Add ~ as an import alias 2023-09-28 16:42:07 -03:00

About

myip.wtf relays information about your public IP address from clean.myip.wtf.com/json to your browser.

Example

Install

  • Produce the build/ directory

      git 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.

Sources

License

BSD Zero Clause.
See LICENSE.