A Greasemonkey script for organizing artwork on Twitter.
This is a rework of Twitter Art Collections, which was shut down due to Twitter's new API costs.
- Install Greasemonkey or Violentmonkey extension on Firefox if not already installed.
- Find the latest release.
- Copy the script from the release and add it to Greasemonkey.
- Tag tweets with photos to organize them into useful categories
- View tagged tweets in a gallery, images are cached so you can view them all quickly
- Download images as a zip archive
- Sync tags so you can access them from different machines
This project is mostly basic Typescript compiled to a userscript via webpack-userscript. Solidjs is used for injected HTML elements.
- Install dependencies:
yarn
- Run build in watch mode for live reload:
yarn dev
- Compiled script will be at
dist/twitterArtTags.user.js
. - If you want to host your own supabase instance, checkout SUPABASE_SETUP.md.
- poohcom1/vanilla-context-menu: Forked to support screen position normalization and hover with nested menu.
Special thanks to: