Library: addStylish(string)
此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.greatest.deepsurf.us/scripts/24621/156779/lib-add-stylish-string.js
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'));