Browser add-on that shows your public IP address (via clean.myip.wtf)
Find a file
0x1eef 1028613cad
Some checks failed
myip.wtf / build (push) Has been cancelled
myip.wtf / tests (push) Has been cancelled
import via preact/hooks
2024-09-12 19:47:50 -03:00
.github/workflows Update .github/ 2024-04-05 15:46:17 -03:00
bin import via preact/hooks 2024-09-12 19:47:50 -03:00
etc import via preact/hooks 2024-09-12 19:47:50 -03:00
share/wimi Add etc/ 2024-09-03 00:53:13 -03:00
src import via preact/hooks 2024-09-12 19:47:50 -03:00
test Rewrite project (and rename as wimi) 2024-09-01 17:14:01 -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
package-lock.json Reduce icon size on load / error screens 2024-09-03 01:30:31 -03:00
package.json import via preact/hooks 2024-09-12 19:47:50 -03:00
README.md Add source 2024-09-03 11:48:54 -03:00


wimi

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

Install

Chrome

  • Produce the build/ directory

      $ git clone https://github.com/0x1eef/wimi
      $ cd wimi
      $ 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/wimi/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

Credit

The extension includes icons that have been downloaded via my premium account on flaticon. Credit to the original graphic artists

License

The MIT License
See LICENSE