A curated, production-grade monorepo of modern userscripts, browser extensions, and web automation tools. Engineered for power users to supercharge video playback, automate repetitive workflows, bypass UI barriers, filter search results, scrape educational test suites, and inject Gemini AI into everyday browsing.
- 🎥 Media, Video & Streaming
- 🤖 AI, LLM & Captcha Solvers
- 🔍 Search, Filtering & Community
- 📚 Portals, E-Learning & Productivity
- 📥 Installation & Usage
- 🛠️ Local Development
- 📄 License
| Project | Type | Description |
|---|---|---|
| GlideVideo | Userscript / MV3 Ext | Touch gesture controller for mobile web video (playback speed, volume, brightness, pinch-to-zoom, 3 themes). Available as both a userscript and a Firefox MV3 extension. |
| StreamGrabber | Userscript | High-performance HLS (.m3u8) and fMP4 stream downloader with AES-128 decryption, adaptive quality selection, and direct blob extraction. |
| youtube-filter | Userscript | Advanced YouTube filtering by view count, upload date, video duration, keywords, and channels, with watched video dimming and customizable preset profiles. |
| telegram-bot | Userscript | Media downloader for Telegram Web (/k/, /a/, webz) that enables downloads from private/restricted channels with chunked progress tracking. |
| wallhaven-enhancer | Userscript | Wallhaven browsing suite featuring a resizable metadata sidebar, instant lightbox overlay, grid keyboard navigation, and full-resolution downloads. |
| imdb-torrent | Userscript | Injects IMDb ratings, metascores, cast, and plot metadata directly into torrent index listings with direct magnet integration. |
| Project | Type | Description |
|---|---|---|
| form-genie | Userscript | Privacy-first auto form filler for desktop & mobile (IBPS, NTA, SSC, UPSC) with teach-mode rules and optional Gemini AI profile parsing. |
| texpander-ai | Userscript | Neo Zen-styled text expander featuring global abbreviation palettes (Alt+P) and inline AI text transformation menus (Alt+G via Gemini 2.5 Flash Lite). |
| universal-solver | Userscript | Point-and-click universal web captcha solver powered by Gemini AI vision models (gemma-3-27b-it / Gemini) for automatic text captcha solving. |
| captcha-ai | Userscript | Dedicated automated captcha solver tailored for Icegate portal authentication workflows using Gemini AI. |
| ai-wishlist | Userscript | Cross-origin shopping assistant that unifies, parses, and syncs wishlists and technical specs across Amazon and Flipkart for AI evaluation. |
| google-ai-brave | Userscript | Injects Google's AI Overview / AI Mode search results directly into the Brave Search sidebar for unified multi-engine answers. |
| codebase-uploader | Userscript | Power-user codebase packager & uploader for LLM chat windows with CRT Command Matrix UI, live context meters, and smart ignore filters. |
| Project | Type | Description |
|---|---|---|
| better-search | Userscript | Domain highlighter and blocker across Google, Bing, DuckDuckGo, Brave, and Yandex search results. |
| search-switcher | Userscript | Minimal dark floating switcher with SVG icons to jump queries instantly across Brave, Yandex, Bing, DDG, YouTube, and Google. |
| github-filter | Userscript | GitHub search query builder with saved presets, whole-word result filter, and native GitHub Primer design tokens. |
| greasey-fork-filter | Userscript | Persistent Greasy Fork script listing filter to hide low-quality scripts by install threshold, author, or keyword. |
| reddit-manager | Userscript | Bulk-management suite for Reddit to export/import subreddits, mass leave subscriptions, and batch overwrite/delete posts and comments. |
| better-alternativeto | Userscript | AlternativeTo enhancer adding direct website/GitHub/app-store chips to cards, pinned compact filter bar with likes range, and accessible dark mode. |
| bpedia | Userscript | Babepedia enhancer adding advanced multi-attribute filtering, glassmorphic badges, and thumbnail grid optimizations. |
| Project | Type | Description |
|---|---|---|
| site-orbit | Userscript / MV3 Ext | Private Domain & Tech Observatory caching verified Tranco global ranks, live in-DOM tech stacks, Cloudflare DNS/Infra, and browser telemetry. |
| better-investograin | Userscript | InvestorGain IPO table optimizer that blocks broker ads/sidebars and auto-sorts open, upcoming, and closed IPOs by true urgency with clean dividers. |
| testbook-plus | Userscript | Testbook test suite crawler and exporter that cleans tracking scripts, preserves MathJax formulas as LaTeX, and converts question papers to clean Markdown. |
| guidely-plus | Userscript | Guidely test review crawler that enables text selection/copying and exports full tests and solutions to structured Markdown. |
| oliveboard-plus | Userscript | Oliveboard UI declutterer and mock test extractor that strips banners, stops intrusive popups, and exports full question/solution suites to Markdown. |
| impex-cube-dropdown | Userscript | Transforms native select dropdowns into searchable, keyboard-friendly fuzzy dropdowns on Impex Cube portals. |
| impex-cube-better-dates | Userscript | Replaces ASP.NET calendars with a fast, manual-typing enabled, smart date picker on Impex Cube portals. |
| floating-stopwatch | Userscript | High-performance, tab-isolated floating stopwatch overlay with millisecond precision that persists seamlessly across page reloads. |
| chess-bot | Userscript | Tournament-grade bullet and blitz chess analysis and move helper for Chess.com. |
| semursh-bot | Userscript | SEMrush rankings tracker widget displaying domain ranking data and traffic metrics in a sleek AMOLED dark overlay. |
| obsidian-script | Datacore JSX | Datacore JSX study scripts for Obsidian visualizing daily study streaks, subject breakdowns, and review sessions. |
-
Install a Userscript Manager in your browser:
- Tampermonkey (Recommended for Chromium & Safari)
- Violentmonkey (Recommended for Firefox & Chromium)
- FireMonkey (Lightweight alternative)
-
Install a Script:
- Navigate to any project folder linked above.
- Click the link to its distribution script (e.g.
dist/<project-name>.user.js) and confirm the installation in your userscript manager.
-
Browser Extensions:
- Projects like GlideVideo and SiteOrbit also ship as standalone Firefox Manifest V3 WebExtensions (
.xpi/.zip) inside their respective project directories.
- Projects like GlideVideo and SiteOrbit also ship as standalone Firefox Manifest V3 WebExtensions (
Most projects are built with TypeScript and bundled via Vite with vite-plugin-monkey.
# Navigate to the target project
cd GlideVideo
# Install dependencies
bun install
# Start Vite dev server with Hot Userscript Reloading
bun run dev
# Build production userscript bundle to dist/
bun run buildThis repository and all included userscripts are open source and licensed under the MIT License.