lib-add-stylish-string

Library: addStylish(string)

ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://updategreasyfork.deno.dev/scripts/24621/156779/lib-add-stylish-string.js.

ავტორი
leoncastro
ვერსია
1.00
შექმნილია
07.11.2016
განახლებულია
07.11.2016
Size
2,01 KB
ლიცენზია
პ/გ

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