GitLab Issue Board

change the list order in GitLab Issue Boards

Από την 15/04/2019. Δείτε την τελευταία έκδοση.

// ==UserScript==
// @name         GitLab Issue Board
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  change the list order in GitLab Issue Boards
// @author       Longbiao CHEN
// @match        gitlab.longbiaochen.com/*
// @grant        none
// @license     GPLv3
// @require      https://code.jquery.com/jquery-3.2.1.min.js
// ==/UserScript==

GM_addStyle ( `
    div.boards-list > div:nth-child(1) {
    	display:none !important;
    }
` );
长期地址
遇到问题?请前往 GitHub 提 Issues。