This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ATOSS Work Time Total Counter | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0.0 | |
// @description Calculates and displays total work time for the day in the toolbar. | |
// @author Aitor Astorga | |
// @match https://*.atoss.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Infinite Scroll Loader | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0.0 | |
// @description Load an entire website! | |
// @author Aitor Astorga Saez de Vicuña | |
// @match YOUR_URL_HERE | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Google Drive - Clean Style | |
// @namespace http://tampermonkey.net/ | |
// @version 2.0.0 | |
// @description Reduce card margin: Set the margin of the cards in the grid view of the files to 1px. Modify background colours: Less blue, cleaner white background. | |
// @author Aitor Astorga Saez de Vicuña | |
// @match https://drive.google.com/drive/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ChatGPT Width Expander | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1.2 | |
// @description Always expand the width of the chat to 90% | |
// @author Aitor Astorga Saez de Vicuña | |
// @match https://chatgpt.com/* | |
// @grant none | |
// ==/UserScript== |