Skip to content

Instantly share code, notes, and snippets.

View AitorAstorga's full-sized avatar
🇪🇺

Aitor AitorAstorga

🇪🇺
View GitHub Profile
@AitorAstorga
AitorAstorga / prisma-jellyfin-notice.css
Last active October 15, 2025 08:19
CSS theme for Jellyfin based on scyfin
/* Prisma Jellyfin Notice — configurable CSS-only animated announcement banner */
/* Disclaimer: Assisted by AI (。>﹏<) */
/* Based on: https://forum.jellyfin.org/t-help-with-custom-css-for-an-announcement-message-to-be-displayed-in-top-banner */
.skinHeader {
/* timings */
--notice-expand-duration: 0.15s;
--notice-hold-duration: 2s;
--notice-fade-duration: 0.35s;
/* text and content */
@AitorAstorga
AitorAstorga / ATOSS Work Time Total Counter.js
Last active September 17, 2025 10:28
Calculates and displays total work time for the day in the ATOSS toolbar.
// ==UserScript==
// @name ATOSS Work Time Total Counter
// @namespace http://tampermonkey.net/
// @version 1.0.1
// @description Calculates and displays total work time for the day in the toolbar.
// @author Aitor Astorga
// @match https://*.atoss.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==
@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 / chatgpt-width-expander.js
Last active September 17, 2025 10:40
ChatGPT Width Expander - Tampermonkey Script
// ==UserScript==
// @name ChatGPT Width Expander
// @namespace http://tampermonkey.net/
// @version 1.2.0
// @description Expand chat width to ~90% by overriding new container-based max-width var
// @author Aitor Astorga Saez de Vicuña
// @match https://chatgpt.com/*
// @grant none
// ==/UserScript==