// ==UserScript== // @name 禅道看板 // @description 禅道看板自动展开 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author gccd // @match http://cd.midea.com/pms/index.php?m=project&f=kanban* // @match https://cd.midea.com/pms/index.php?m=project&f=kanban* // @grant none // @icon http://www.zentao.net/file.php?f=201604/f_a5a3577d688b18e4dffde47e422704f9.png&t=png&o=&s=&v=1528262615 // @copyright 2018+, @MeiCloud // @downloadURL none // ==/UserScript== (function() { 'use strict'; $(".btn-info-toggle").click() // Your code here... })();