Fix login or loading issues in 30 seconds. Clear cookies & cache for your browser — step-by-step.
ResetBrowser is a simple, fast tool that helps users fix common browser issues by guiding them through clearing cookies, cache, and local storage. It detects the user's browser and shows tailored instructions.
Features:
- Auto-detects Chrome, Safari, Firefox, Edge
- Step-by-step clearing instructions per browser
- "Quick Reset" button clears local data instantly
- Copy-to-clipboard console script for deep cleaning
- URL personalization (
/?app=YourAppshows branded experience) - Zero tracking, no database, no build step
- Mobile-friendly, < 50KB total
git clone https://github.com/mpge/resetbrowser.git
cd resetbrowser
npm install
npm startAdd ?app= to customize the experience:
https://resetbrowser.com/?app=Stallion
Displays: "Fixing issues for: Stallion"
Useful for linking from your app's support pages.
Vercel:
npx vercelRailway:
railway upAny Node.js host:
npm install
PORT=8080 npm startresetbrowser/
public/
index.html # Single page app
styles.css # Clean, minimal styles
app.js # Browser detection, instructions, quick reset
server.js # Express static server (~15 lines)
package.json
README.md
- Fork the repo
- Create a feature branch (
git checkout -b feature/amazing) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing) - Open a Pull Request
MIT