This repository contains various custom scripts and enhancements I have developed or plan to develop in the future.
A script designed to monitor your laptop's battery status and alert you when the charge is low or full. This ensures you never overcharge or accidentally drain your battery, helping to extend its lifespan.
2. Web Scraper
A script that recursively scans open web directories and collects all file links, saving them to a text file for easy downloading or further processing. It is useful for extracting files from public directory listings, such as documents, archives, or other resources. The script filters out irrelevant links and stays within the specified directory structure.
A script that bypasses paste-blocking mechanisms on certain websites or applications. It allows users to paste content into fields that typically restrict this action, improving usability and accessibility. The script works by intercepting and overriding the blocking behavior without compromising security.
Feel free to explore the scripts and suggest improvements! 😊