Skip to content

Instantly share code, notes, and snippets.

View AitorAstorga's full-sized avatar
🇪🇺

Aitor AitorAstorga

🇪🇺
View GitHub Profile
@AitorAstorga
AitorAstorga / chatgpt-width-expander.js
Last active January 4, 2024 10:51
ChatGPT Width Expander - Tampermonkey Script
// ==UserScript==
// @name ChatGPT Width Expander
// @namespace http://tampermonkey.net/
// @version 1.0.0
// @description Always expand the width of the chat to 90%
// @author Aitor Astorga Saez de Vicuña
// @match https://chat.openai.com/*
// @grant none
// ==/UserScript==
@AitorAstorga
AitorAstorga / google-drive-clean-style.js
Created October 21, 2023 11:20
Google Drive Clean Style - Tampermonkey Script
// ==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==
@AitorAstorga
AitorAstorga / infinite-scroll-loader.js
Last active January 7, 2024 23:00
Infinite Scroll Loader
// ==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==