Browser add-on that shows your public IP address (via clean.myip.wtf)
Find a file
2024-09-01 09:37:28 -03:00
.github/workflows Update .github/ 2024-04-05 15:46:17 -03:00
bin Update icons 2024-04-01 13:14:31 -03:00
share/myip.wtf Bump VERSION 2024-09-01 09:25:46 -03:00
src v0.5.1 2024-09-01 01:56:26 -03:00
test TypeScript fixes 2024-08-03 05:01:20 -03:00
.editorconfig Add source 2023-09-27 16:11:43 -03:00
.gitignore v0.5.0 2024-09-01 01:36:43 -03:00
.prettierrc Reimplement UI with 0x1eef/tail.css 2024-04-05 15:26:24 -03:00
.projectile Update .projectile 2024-08-03 05:40:32 -03:00
eslint.config.mjs Migrate to eslint v9 2024-08-03 04:45:31 -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 v0.5.0 2024-09-01 01:36:43 -03:00
package.json v0.5.1 2024-09-01 01:56:26 -03:00
README.md Drop unneccessary punctuation 2024-09-01 09:37:28 -03:00
tsconfig.json Replace React with preact 2024-08-31 10:39:18 -03:00
webpack.common.js Replace React with preact 2024-08-31 10:39:18 -03:00
webpack.development.js Replace single quotes with double quotes 2024-08-03 05:39:37 -03:00
webpack.production.js Replace single quotes with double quotes 2024-08-03 05:39:37 -03:00

About

myip.wtf relays information about your public IP address from clean.myip.wtf/json to your browser. The primary development and runtime dependencies are TypeScript, preact, and webpack. The extension can be built locally and installed as a developer extension / addon on both Chromium and FireFox. There are XPI files provided for FireFox users as well.

Example

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

License

BSD Zero Clause
See LICENSE