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