Files
Pocket-Bird/README.md
2025-10-26 13:17:18 -04:00

1010 B

Pocket Bird (Work in Progress!)

This project is still being worked on, but if you wish to help me beta test it, join the Discord and follow the installation instructions below!

  1. Install Tampermonkey on your web browser
  2. Enable the Tampermonkey extension and give it the permissions requested
  3. Install my Pocket Bird script by going to this link and clicking install: https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js
  4. Now any websites you visit will have a little bird hopping around!

Development

This project uses Rollup to bundle the source files.

Building

npm run build

Development Mode

Watch for changes and rebuild automatically:

npm run dev

The source files are in the src/ directory. The main entry point is src/birb.js, which bundles all the other modules together.