Bird Site Clown is a simple Chrome extension that replaces people's NFT profile picture on the Bird Site with a unique, procedurally generated clown picture.
I might put it up on Chrome Web Store eventually.
Download the prebuilt release and unzip it into a folder of your choice.
Alternatively clone or download the repo, run npm install
and then npm run build
. The extension will be built in folder extension
.
You can then load the extension by going to chrome://extensions, enabling "developer mode" (top right corner) and clicking "Load unpacked" to select the extension folder.
Even if we ignore the ecological impact of NFTs, they are rife with numerous scams, stolen artworks, and are generally a really bad idea. They are a silly thing.
The code is licensed under GPL v3. The source clown image is licensed under Creative Commons Attribution 4.0 International and the author of the image is Twitter. All derivatives are licensed using the same license.
All clowns are randomly generated. Any resemblance or offensive connotation is purely coincidental.
- Changing selector to a slightly slower but more reliable one
- Initial release