lib-add-stylish-string

Library: addStylish(string)

Questo script non dovrebbe essere installato direttamente. È una libreria per altri script da includere con la chiave // @require https://updategreasyfork.deno.dev/scripts/24621/156779/lib-add-stylish-string.js

Autore
leoncastro
Versione
1.00
Creato il
07/11/2016
Aggiornato il
07/11/2016
Dimensione
2,01 KB
Licenza
Non disponibile

The easy way to post directly Userstyles as Userscripts

Example of usage method:

// ==UserScript==
// @namespace    test
// @name         test
// @include      https://userstyles.org/*
// @include      https://gf.zukizuki.org/*
// @include      https://sleazyfork.org/*   
// @require      https://gf.zukizuki.org/scripts/24621-lib-add-stylish-string/code/lib-add-stylish-string.js
// @resource     CSS https://userstyles.org/styles/56792/userstyles-tableview-enhancer-dark-grey-v-59.css
// @grant        GM_getResourceText
// @run-at       document-start
// ==/UserScript==
//
window.addStylish(GM_getResourceText('CSS'));