whiteList

라이브러리 설명

As of 2024-11-08. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.ip-ddns.com/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...
})();