Greasy Fork is available in English.

New Userscript

try to take over the world!

// ==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')
})();