Greasy Fork is available in English.

lib-add-stylish-string

Library: addStylish(string)

此脚本不应被直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.org/scripts/24621/156779/lib-add-stylish-string.js

脚本作者
leoncastro
版本
1.00
创建日期
2016-11-07
最近更新
2016-11-07
许可证
暂无

The easy way to post directly Userstyles as Userscripts

Example of usage method:

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