New Userscript

try to take over the world!

Från och med 2018-12-28. Se den senaste versionen.

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