Skip to content

salty-kitsune/penh

Repository files navigation

PeNH

A Chromium Browser's extension and your friend to solve mysterious 6-digit number in internet :3

Make sure to run VPN or use Open DNS

Demo

Demo

Screenshot

Dropdown appears when highlighting 6-digit number :3.

How to Use

Just highlight any 6-digit number and voila!!. Mystery solved.

How to Install

To use this extension, you can download the unpacked extension from Release page, or follow How to Build to build it from scratch. After that, just load the unpacked assets of this extension to your Chromium Browser. For further information you can checkout this instruction to installing unpacked extension.

How to Build

To build this project in your local, just clone this repository and make sure to install these prerequisites first:

  • Node v16+

After that run these commands in your terminal/cmd/powershell :

# Install dependencies
npm install
# Build project
npm run build

The generated assets will be stored in dist folder. Finally, load the assets in dist folder in Chromium Browser.

Disclaimer

This project was initialized for research purposes and fun.

License

MIT