晨曦市场中心默认选择千位符

适用于kamakoto的EVE晨曦市场中心网站

// ==UserScript==
// @name         晨曦市场中心默认选择千位符
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  适用于kamakoto的EVE晨曦市场中心网站
// @author       Andy Yue
// @license      MIT
// @match        http://eve.kamakoto.fun/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=kamakoto.fun
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.getElementById("CheckBox1").checked = true;
})();