lib-add-stylish-string

Library: addStylish(string)

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greatest.deepsurf.us/scripts/24621/156779/lib-add-stylish-string.js

Autor
leoncastro
Verze
1.00
Vytvořeno
07. 11. 2016
Aktualizováno
07. 11. 2016
Size
2,0 KB
Licence
neuvedeno

The easy way to post directly Userstyles as Userscripts

Example of usage method:

// ==UserScript==
// @namespace    test
// @name         test
// @include      https://userstyles.org/*
// @include      https://greatest.deepsurf.us/*
// @include      https://sleazyfork.org/*   
// @require      https://greatest.deepsurf.us/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'));