Greasy Fork

whiteList

라이브러리 설명

目前为 2024-11-08 提交的版本。查看 最新版本

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.cloud/scripts/516398/1480081/%08whiteList.js

// ==UserScript==
// @name         whiteList 
// @namespace    userList
// @version      1.01
// @description  라이브러리 설명
// @author       작성자 이름
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
function userList() { return ["우석","건영","현규","현진","호준"] }
    // Your code here...
})();