Skip to content

Instantly share code, notes, and snippets.

View Thadah's full-sized avatar
🏳️‍🌈

Gontzal Pujana Onaindia Thadah

🏳️‍🌈
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==