├── .gitignore ├── README.md ├── grand_finale.png ├── robin.user.js └── wedidit.png /.gitignore: -------------------------------------------------------------------------------- 1 | ~* 2 | *~ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5a1t/parrot/HEAD/README.md -------------------------------------------------------------------------------- /grand_finale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5a1t/parrot/HEAD/grand_finale.png -------------------------------------------------------------------------------- /robin.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5a1t/parrot/HEAD/robin.user.js -------------------------------------------------------------------------------- /wedidit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/5a1t/parrot/HEAD/wedidit.png --------------------------------------------------------------------------------