This is a list of my scripts for use with the Tampermonkey web browser plugin.
Report Bug
·
Request Feature
Scripts | |
---|---|
ChatGPT Width Expander | Google Drive - Clean Style |
Infinite Scroll Loader | ATOSS Work Time Total Counter |
Table of Contents
Just follow this easy steps. 1, 2, 3!
- Install Tampermonkey in your favourite browser www.tampermonkey.net
- Click 'Add new script' in the Tampermonkey menu
- Replace all the text with the content of your desired script.
Gist link: ChatGPT Width Expander
-
Motivation:
I noticed ChatGPT's chat box was too narrow, especially on big screens. Scrolling through long texts or codes wasn't fun!
-
What the script does:
This script stretches the chat box, making it use up to 90% of the screen width. No more unnecessary scrolling!
ps: I wrote that with ChatGPT lol
Gist link: Google Drive - Clean Style
-
Motivation:
Google Drive's grid view had bigger card margins and a lot of blue. I wanted a tighter grid and a cleaner look.
-
What the script does:
- Makes the space between file cards only 1px.
- Gives the background a fresh white look.
Gist link: Infinite Scroll Loader
-
Motivation:
I wanted to load all the data in an infinite scroll website (Steam) for a one time search.
-
What the script does:
It scrolls to the bottom of the specified page. Replace
YOUR_URL_HERE
with the URL of the website you want to scroll.
Gist link: ATOSS Work Time Total Counter
-
Motivation:
The ATOSS time tracking system does not include a built-in counter to track how much time I have worked during the day. This means that I have to calculate my entry times, breaks, and exit times.
-
What the script does:
This script calculates the total working time for the day based on the entries recorded in the ATOSS system and displays the accumulated time in a counter located in the toolbar. It continuously updates the total work time based on the entries made throughout the day, allowing for easy tracking without the need for manual calculations.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU General Public License v3.0. See LICENSE
for more information.
Aitor Astorga Saez de Vicuña - a.astorga.sdv@gmail.com
Project Link: https://github.com/AitorAstorga/my-tampermonkey-scripts