// ==UserScript== // @name ctfshow-auxiliary // @namespace http://peterzhang.top/ // @version 0.2 // @description show again! // @author PeterZhang<1809909143@qq.com> // @match https://ctf.show/challenges // @icon https://www.google.com/s2/favicons?domain=google.com // @grant none // @downloadURL none // ==/UserScript== (function () { 'use strict'; // Your code here... const prefix = 't-'; // style $('head').append( `` ); function refreshContentIndex(records, observer) { // 一些优化 $('#pages-board').css('top', '70px'); // 浮窗 if (records[0].target.style.display !== 'none' || $('#challenges-board .category-header h3').length < 1) { return; } const outerDiv = $(`
`); const div = $(`