라이브러리 설명
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/516398/1480080/%08whiteList%20%20%40namespace%20%20%20%20userList.js
// ==UserScript==
// @name whiteList // @namespace userList
// @version 1.0
// @description 라이브러리 설명
// @author 작성자 이름
// @grant none
// ==/UserScript==
(function() {
'use strict';
function userList() { return ["우석","건영","현규","현진","호준"] }
// Your code here...
})();