New Userscript

try to take over the world!

2018-12-28 기준 버전입니다. 최신 버전을 확인하세요.

// ==UserScript==
// @name        New Userscript
// @namespace  https://lolzteam.net/*
// @version      0.1
// @description  try to take over the world!
// @author      You
// @match        https://lolzteam.net/*
// @grant        none
// ==/UserScript==

(function() {
    $('.chatboxWidget').css('width','600px')
})();