[TS] Citrus GFork

NOW with version number in Listing!! Advance table view for Greasy Fork. Fixes display bugs. 100 scripts display at a time, favoured user count, remembers last sort order used on Script Listing, "My" Profile Listing, and third Party Listing. Able to distinguish between, Library, Unlisted and Deleted scripts using text icons. Beside FireFox, it now supports Opera and Chrome.

< 脚本 [TS] Citrus GFork 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-05-29

Quick_Fix: Add the following after this line: TSL.addStyle("FontAwesomeCSS", GM_getResourceText("FontAS"));

// Added to fix white text on white background
TSL.addStyle("FixTextColor", `
    body {
        color: black !important;
    }
    a {
        color: #1a0dab !important;
    }
    pre, code {
        color: black !important;
        background-color: #f4f4f4 !important;
    }
`);

发布留言

登录以发布留言。