lib-add-stylish-string

Library: addStylish(string)

2016-11-08 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트는 직접 설치하는 용도가 아닙니다. 다른 스크립트에서 메타 지시문 // @require https://update.greatest.deepsurf.us/scripts/24621/156779/lib-add-stylish-string.js을(를) 사용하여 포함하는 라이브러리입니다.

작성자
leoncastro
버전
1.00
생성일
2016-11-07
갱신일
2016-11-08
크기
2.01KB
라이선스
해당 없음

The easy way to post directly Userstyles as Userscripts

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