lib-add-stylish-string

Library: addStylish(string)

Dit script moet niet direct worden geïnstalleerd - het is een bibliotheek voor andere scripts om op te nemen met de meta-richtlijn // @require https://updategreasyfork.deno.dev/scripts/24621/156779/lib-add-stylish-string.js

Maker
leoncastro
Versie
1.00
Gemaakt op
07-11-2016
Bijgewerkt op
07-11-2016
Grootte
2,01 KB
Licentie
N.v.t.

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'));