Initial Commit

This commit is contained in:
DrunkOatmeal
2023-07-13 13:28:59 +07:00
commit 7b31cd163b
16 changed files with 2823 additions and 0 deletions

12
README.md Normal file
View File

@ -0,0 +1,12 @@
## Old Twitter Image Search
An image search userscript designed specifically for [Old Twiter Layout Extension](https://github.com/dimdenGD/OldTwitter)
### Installation
Grab a compiled `otis.user.js` file from `/dist` and install it on your userscript manager.
### Special thanks
- [NTISAS](https://github.com/BrokenEagle/JavaScripts) for the original inspiration
- [Old Twiter Layout Extension](https://github.com/dimdenGD/OldTwitter) for lightweight twitter web app
- [vite-plugin-monkey](https://github.com/lisonge/vite-plugin-monkey) to make it possible to build userscript with modern framework
- [SolidJS](https://www.solidjs.com/) for a robust JS framework