Please sign in to access this page

UserScripts

UserScripts Used AI

3 devlogs
2h 13m
•  Ship certified
Created by Ivole32

A collection of user scripts that simplify life on the internet. This project was inspired by FIX IT. (https://fixit.hackclub.com)

Timeline

Ship 1

1 payout of shell 27.0 shells

Ivole32

about 1 month ago

Ivole32 Covers 3 devlogs and 2h 13m

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!

Update attachment

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.

Update attachment

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.

Update attachment
Ivole32 Ivole32 15 days ago
Test