// ==UserScript== // @name ctfshow-auxiliary // @namespace http://peterzhang.top/ // @version 0.1 // @description show again! // @author PeterZhang<1809909143@qq.com> // @match https://ctf.show/challenges // @icon https://peterzhang.top/favicon.ico // @grant none // @downloadURL none // ==/UserScript== (function () { 'use strict'; // Your code here... const prefix = 't-'; // style $('head').append( `` ); function refreshContentIndex(records, observer) { if (records[0].target.style.display !== 'none' || $('#challenges-board .category-header h3').length < 1) { return; } const outerDiv = $(`
`); const div = $(`