Greasy Fork

Greasy Fork is available in English.

bitbucket净化

zh-cn

目前为 2021-08-31 提交的版本。查看 最新版本

// ==UserScript==
// @name         bitbucket净化
// @namespace    http://tampermonkey.net/
// @version      0.0.1
// @description  zh-cn
// @author       aries.zhou
// @include      *
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    $('header').append("<style> .aui-banner-error {display:none;} </style>");

})();