Skip to content

Instantly share code, notes, and snippets.

View Willixau's full-sized avatar

Willixau Willixau

View GitHub Profile
// @name Sélecteur de Thème Mozaïk (Menu Natif V2)
// @namespace http://tampermonkey.net/
// @version 4.0
// @description Ajoute une option "Thème" invisiblement intégrée avec Popup
// @author Willixau
// @match *://*.mozaikportail.ca/*
// @grant none
// ==/UserScript==
(function() {
@import url('https://googleapis.com');
@keyframes glissement {
0% {
transform: translateX(-100%);
opacity: 0; /* Invisible au départ */
}
100% {
transform: translateX(0);
opacity: 1;