MicroWork Cloud Advanced

A simple theme for MicroWork Cloud

当前为 2021-01-30 提交的版本,查看 最新版本

// ==UserScript==
// @name         MicroWork Cloud Advanced
// @namespace    https://github.com/jorgebeserra
// @version      0.0.4
// @description  A simple theme for MicroWork Cloud
// @author       Jorge Souza
// @match        https://microworkcloud.com.br/*
// @grant        GM_addStyle
// ==/UserScript==

(function() {
    'use strict';

    GM_addStyle ( `
div.k-widget {
width: 100%;
}
` );
})();