Greasy Fork is available in English.

SkittleGamer_TTV Theme

Simple SS Theme using CSS Variables

Ezt a szkriptet nem ajánlott közvetlenül telepíteni. Ez egy könyvtár más szkriptek számára, amik tartalmazzák a // @require https://update.greasyfork.org/scripts/454760/1116664/SkittleGamer_TTV%20Theme.js hivatkozást.

Fejlesztő
SkittleGamer_YT
Verzió
0.1
Létrehozva
2022.11.13.
Frissítve
2022.11.13.
Licensz
Ismeretlen

(function() {
'use strict';

// Your code here...
})();// ==UserScript==
// @name SkittleGamer_TTV Theme
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Simple SS Theme using CSS Variables
// @author You(thanks to My Bro Oltosuper on twitch go follow him)
// @match https://shellshock.io/*
// @match https://biologyclass.club/*
// @grant none
// ==/UserScript==

(function () {
const addScript = () => {
document.head.innerHTML += `

`
}
document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
})();