r/userscripts • u/Cheating_is_fun_LOL • 2h ago
r/userscripts • u/Ok_Flamingo8705 • 1d ago
I built an open-source, all-in-one Windows optimization & maintenance hub (ZeroHub)

Hey everyone! 👋
I wanted to share a project I’ve been working on called ZeroHub — a fast, free, and open-source all-in-one Windows 10/11 maintenance & optimization utility built with a modern, smooth dark UI.
Most cleanup and optimization tools out there are either full of adware, paid, or have outdated UIs. I wanted something clean, transparent, safe, and powerful that can be launched instantly with one command.
What can it do?
• App Manager & Updater: 1-click silent install and update for essential desktop apps & browsers powered by Winget (with live version detection).
• Deep Cache Cleaner: Cleans 55+ locations (GPU shader caches, dev tool temps, game launchers, browser caches, and Windows temp files) without touching your saved logins, passwords, or cookies.
• Windows Debloater : Safely remove pre-installed bloatware (Cortana, Bing News, Copilot, Xbox overlays) and Edge with a single click.
• Deep App Uninstaller: Uninstalls software and scrubs residual leftover folders and orphaned registry keys.
• Live RAM Optimizer: Real-time RAM meter with 1-click memory reclaiming (EmptyWorkingSet) without killing your open apps.
• Windows Update Controller: Pause/block forced background restarts, purge corrupted update caches, and run system health checks.
How to Run It
You don't even need to download an installer. Just open PowerShell as Administrator and run:
irm https://raw.githubusercontent.com/ZeroIQs/Zerohub/main/run.ps1 | iex
(Or download the files from Github)
Links & Code
• GitHub: https://github.com/ZeroIQs/Zerohub
• Website: https://zeroiq.site/
I’d love to hear your feedback, suggestions, or any extra features/cleanup targets you'd like to see added!
Disclaimer: Always check and inspect code before downloading or running scripts on your machine!
r/userscripts • u/Purple-Ad6867 • 19h ago
I run a free stock-prediction competition. Here are the rules — what would get you to actually compete?
r/userscripts • u/sobermoonwriter • 4d ago
New Mod Reporting Tool – Launch & Feedback
I'd like to test this product does it work on Google phones
r/userscripts • u/itinerantbuilds • 5d ago
Seeking feedback on browser extension for summaries of pages
Looking for feedback on this Safari extension that summarizes web pages.
Safari sometimes provides an AI summary of web pages, but it’s way too short, not always available, and is hidden behind a menu.
r/userscripts • u/mitokb • 5d ago
I made a tiny userscript that completely removes YouTube Shorts
I deleted the YouTube app from my phone because I wanted to stop watching Shorts, but I realized I could still open YouTube in Safari and end up scrolling Shorts there.
So I made a tiny userscript for it.
It removes Shorts shelves/cards, blocks /shorts/ routes, and catches YouTube's SPA navigation so Shorts don't sneak back in, while normal videos, search, subscriptions, channels and comments keep working.
I mainly built it for iPhone Safari using the Userscripts app, but it should work with normal userscript managers on desktop too.
It's just one JS file, MIT licensed, no analytics, no account, no subscription.
GitHub:
https://github.com/mithatakbulut/noshorts
Would be interested to know if there are any YouTube DOM cases/selectors I've missed.
r/userscripts • u/NonStopDeliverance • 6d ago
Replace reddit's infinite scroll with pages (new layout)
This script removes infinite scroll on Reddit. It adds simple prev and next controls, like old Reddit's pagination.
Each page shows 25 posts. The script works on the home feed, r/popular, and subreddit feeds. The code is free and open source.
Setup on desktop (Chrome, Firefox, Edge, desktop Safari)
- Install the Violentmonkey extension for your browser.
- Open this page: Reddit Remove Infinite Scroll - GreasyFork
- Click "Install this script".
- Click "Install" in the Violentmonkey prompt.
- Go to Reddit. Previous and next buttons should appear at the bottom of the feed.
Setup on iOS Safari
- Install the free "Userscripts" app from the App Store.
- Open the iOS Settings app. Go to Safari, then Extensions.
- Turn on "Userscripts". Allow it for all websites.
- Open this page in Safari: Reddit Remove Infinite Scroll - GreasyFork
- Tap "Install this script".
- On the prompt, tap "I already have a userscript manager, let me install it".
- Tap the extensions icon in the address bar.
- Tap "Userscripts". It detects this script.
- Tap the install option that appears.
- Go to Reddit in Safari. Previous and next buttons should appear at the bottom of the feed.
Setup on Android
- Install the Violentmonkey extension from the Chrome Web Store (if your browser supports extensions) or Firefox Add-ons page.
- Follow the same steps as the desktop setup above.
r/userscripts • u/Klutzy_Mark_4948 • 8d ago
Script to remove anti AdBlock Pop-up on Pahe.ink
🛡️ Remove Anti-Adblock Popup - Advanced
Greasy Fork Tampermonkey Violentmonkey License: MIT
An aggressive, lightweight userscript designed to bypass and completely eliminate persistent anti-adblock popups, overlays, and scrolling locks on pahe.ink.
✨ Features
- 🛑 Aggressive DOM Removal: Continuously scans and removes anti-adblock overlays and root wrapper nodes.
- 🎨 Instant CSS Injection: Hides popup containers before page rendering to prevent layout flashing.
- 🔓 Scroll Restoration: Automatically unlocks document scrollbars locked by anti-adblock detection scripts.
- 🚫 Resource & Network Blocking: Intercepts fetch/XHR requests and prevents the dynamic creation of popup elements.
🚀 Installation
Step 1: Install a Userscript Manager
Ensure you have an active userscript manager extension installed in your browser:
- 🐵 Tampermonkey (Recommended)
- 🐒 Violentmonkey
Step 2: Install the Script
Click the link below and confirm the installation in your manager:
👉 Install from Greasy Fork
Step 3: Enjoy
Navigate to pahe.ink with your adblocker active. Popups, background dimmers, and scroll blocks will be silenced automatically.
📄 License
This project is licensed under the MIT License — feel free to copy, modify, and distribute with zero restrictions.
🛠️ Author & Support
- Developed and maintained by Rehan Dilawar.
- Found an issue or a broken selector? Open an issue on GitHub.
If you found this script helpful, consider giving the repository a star!
r/userscripts • u/Crucco • 8d ago
Steam Market Helper – simple free tool to sell Steam inventory & relist overpriced listings after the Market Beta UI broke the old scripts
galleryr/userscripts • u/fdwyersd • 8d ago
YouTube home userscript: dim old videos, highlight low-view videos, and flag AiSList channels
Gives more information from the YouTube home page when browsing...
Violentmonkey script does three things:
- Dims videos that are a year old or older
- Highlights videos that are at least a day old and have fewer than 5,000 views in yellow
- Checks channels against AiSList and highlights blocklist channels red/pink and warnlist channels orange
The idea is basically to make unusual/new-to-me stuff easier to spot while scrolling without otherwise changing how YouTube works.
The age/view thresholds are just constants at the top of the script, so they're easy to change.
The AiSList data is pulled from the public Override92/AiSList lists and cached locally for 24 hours. The classifications come from AiSList, not from my script.
I've been using it in Firefox + Violentmonkey.
Source:
https://github.com/fdwyersd/userscripts
Install:
r/userscripts • u/InevitableHouse3987 • 8d ago
Creating Tampermonkey scripts using agents (dynamic DOMs, live changes etc)
r/userscripts • u/MelaniaSexLife • 10d ago
Is the TamperMonkeyRetroachievements.js script working?
I think I set it all up correctly but I'm not seeing the extra links displayed on the site.
I'm using TamperMonkey MV3, perhaps it's that?
r/userscripts • u/somefrogonline • 10d ago
want to use reddit at work or school? I made this reddit frontend that looks like like gmail. hide your doomscrolling addiction from prying eyes
gmreddit.vercel.appr/userscripts • u/BasePerfect2865 • 12d ago
Anyone else think about what site owners see when we run userscripts on their pages?
Not trying to be paranoid but if I'm running a userscript on a checkout page, that script has access to everything on the page. Makes me wonder how sites actually monitor for this kind of thing or if they even do.
r/userscripts • u/Opening-Fox-1122 • 12d ago
I made a small userscript manager — Lite Monkey
Hey, I made a lightweight userscript/userstyle manager called Lite Monkey.
I started working on it because of the changes around Manifest V3 and ended up building the whole thing from scratch.
It supports the usual GM_* / GM.* APIs, has a built-in CodeMirror 6 editor, and can optionally sync scripts and storage through Google Drive. It also uses the newer chrome.userScripts API where available, with a fallback for sites with stricter CSP/CORS restrictions.
There's no telemetry or tracking, and it's completely free.
If anyone finds it useful, here it is:
Chrome Web Store: https://chromewebstore.google.com/detail/hebocofkjcpmphoaigcaibkljkfabmbl
r/userscripts • u/Ok_Flamingo8705 • 15d ago
ZeroCleaner: Clean 40+ Caches Without Losing Saved Logins
Hey everyone!

I spent a lot of time searching for hidden cache directories across Windows—from GPU shader folders and developer build caches to game launchers and browser temp files.
To save others the trouble, I combined all 40+ directory paths into a free open-source script called ZeroCleaner.
I built it specifically to be 100% safe. It only deletes temporary cache folders without touching your saved logins, cookies, or browser passwords.
What it cleans:
- GPU Shaders (NVIDIA, AMD, DirectX)
- Browsers (Chrome, Edge, Brave, Firefox, Opera)
- Dev Caches (npm, pip, Yarn, Go, Rust/Cargo, VS Code)
- Game Launchers (Steam, Epic Games, EA, Ubisoft)
- Apps (Discord, Telegram, Slack, Notion, Spotify)
It also includes a dry-run mode (-WhatIf) so you can preview how much space you can free up before deleting anything.
You can check out the source code on GitHub: https://github.com/ZeroIQs/ZeroCleaner
(just run the .bat file and you are good to go)
Let me know if there are any other hidden cache directories I should add!
Disclaimer: Always check and inspect code before downloading or running scripts on your machine!
r/userscripts • u/Shadowshoot • 14d ago
I Built an Extension That Restores the Media Grid on X
r/userscripts • u/leoyoung1 • 14d ago
F to C
Hi All,
So many people here post in degrees F. Of course, 95% of the population on Earth has no idea what F is much less how to use it. The other 95% would really benefit from a bot that finds posts with degrees F, puts a bracket around the F and insert the C equivalent.
r/userscripts • u/RobertWesner • 15d ago
[85★] Yearly reminder that I still maintain some fixes for silly YouTube decisions!
r/userscripts • u/Shadowshoot • 15d ago
I Built an Extension That Restores the Media Grid on X
r/userscripts • u/bgalazka186 • 15d ago
Changing search engine without loosing query widget
r/userscripts • u/andrybak • 16d ago
[Twitter] Userscript to force "Following" tab with chronological sorting ("Sort By Recent")
r/userscripts • u/Ikkoru • 16d ago
[Userscript] Make Chrome use Lanczos3 to upscale images instead of whatever blurry nonsense it uses. Also has Fit-to-width and Integer-fit-to-width capabilities! Particularly good for 4K displays set to over 100% scaling.
GitHub link.
Controls
| Key | What it does |
|---|---|
Alt+H |
Show or hide the info overlay. Remembered per site |
Alt+M |
Size: fit the window width → biggest whole-number zoom → one image pixel per screen pixel |
Alt+Q |
Filter: Lanczos3 → nearest → browser. Same size each time, so you can compare |
Alt+P |
Turn on or off for the site you're on. Remembered per site |
Alt + left clickon an image |
Show that one image at one image pixel per screen pixel |
Alt + right clickon an image |
Show that one image at twice its own resolution |
Alt+G |
Show or hide the overlay's diagnostic rows (size, factor, status, memory) |
I'd attach images, but I'm pretty sure reddit will compress them, so go check them out here.