Please sign in to access this page
A collection of user scripts that simplify life on the internet. This project was inspired by FIX IT. (https://fixit.hackclub.com)
Devin
Check their projects out: BLT (Bloat Less Tool), PassKit, Clipo, PiVision, Stryd, Velink, velyzo.de, WidgetDock, Connecto
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Devlog #03:
Hey everyone! I’m excited to share that I’ve created a detailed, easy-to-follow installation wiki for my user scripts. Whether you’re new to user scripts or a pro, this guide helps you set everything up quickly and hassle-free.
🌟 What My Two Scripts Do:
🌀 autoscroll – The Smart Auto Scroller
Say goodbye to manual scrolling! autoscroll automatically scrolls through webpages at your preferred speed. Perfect for reading long articles, browsing feeds, or hands-free browsing while multitasking. You can pause, resume, and adjust the scroll speed anytime.
✍️ betterinputfields – Clear Form Input Indicators
Online forms can be confusing. betterinputfields improves form usability by clearly showing whether inputs are optional or required, displaying important input requirements like password length or input types (e.g., email, number). This script helps you understand exactly what each field expects, so you avoid errors and frustration when filling out forms.
🔥 Why You Should Check Out My Project:
It’s lightweight, practical, and designed to make your browsing smoother.
Saves you time and makes everyday tasks easier.
Open-source and actively maintained based on user feedback.
The new wiki makes installation simple, even for beginners.
💡 If you want smarter browsing and better forms, these scripts are made for you.
🎯 Give them a try today — your web experience will never be the same!
Devlog #02:
Scrolling manually through long articles or pages can get tiring fast. That’s why I built this auto-scroller — it takes care of the scrolling for you, making it way easier to focus on what you’re reading or watching. Whether you’re going through tutorials, news feeds, or just want to keep an eye on live content, this tool smoothly scrolls the page so you don’t have to.
Features:
- Smooth auto-scrolling using requestAnimationFrame for buttery movement
- Speed control slider to adjust how fast it scrolls
- Direction buttons to scroll up or down, whatever you need
- Start/stop toggle to pause or resume scrolling anytime
- Collapsible and draggable UI so you can hide the controls or move them anywhere on your screen
- Adaptive colors that change based on the page background for easy visibility
- This auto-scroller is perfect for hands-free reading and a better browsing experience overall.
Devlog #01:
Filling out online forms can sometimes be confusing, especially when it’s unclear which fields are required and what input rules apply. Many websites don’t clearly indicate if a field is optional or what the minimum and maximum input lengths are. This often leads to frustration when forms are rejected or incomplete.
The userscript I added to the repository solves that problem by automatically displaying important input requirements directly inside the form fields as placeholder text. It detects whether a field is required or optional (including accessibility attributes like aria-required) and shows any minlength or maxlength restrictions. It works with all standard input fields and textareas on any website.
By providing these clear, immediate hints, the script helps users fill out forms faster and more accurately, improving overall usability and reducing errors.