lib-add-stylish-string

Library: addStylish(string)

目前為 2016-11-08 提交的版本,檢視 最新版本

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.gf.qytechs.cn/scripts/24621/156779/lib-add-stylish-string.js

作者
leoncastro
版本
1.00
建立日期
2016-11-07
更新日期
2016-11-08
尺寸
2.0 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.qytechs.cn/*
// @include      https://sleazyfork.org/*   
// @require      https://gf.qytechs.cn/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'));

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址