Greasy Fork is available in English.

topbub网排版

tophub网重排版

// ==UserScript==
// @name         topbub网排版
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  tophub网重排版
// @author       foolmos
// @match        https://tophub.today/*
// @grant        GM_addStyle
// @license MIT
// ==/UserScript==
 

GM_addStyle("#tabbed-header-banner { background-image: url(https://raw.githubusercontent.com/foolmos/obsidian/main/2023/1682051139000m3feeb.png) !important;background-size: cover;}");
 
(function() {
    'use strict';
 
    // Your code here...
})();