mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
4d12eb46a29afe293567daee3f49e3ee65d45a12
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!
- Install Tampermonkey on your web browser
- Enable the Tampermonkey extension and give it the permissions requested
- 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
- 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.
Languages
JavaScript
89.9%
CSS
8.9%
HTML
1.2%