CC98 Tools - blablabla

Small tools for CC98.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
ml98
Denně instalací
0
Celkem instalací
42
Hodnocení
0 0 0
Verze
1.0.1
Vytvořeno
01. 05. 2022
Aktualizováno
29. 06. 2022
Size
7,4 KB
Licence
MIT
Spustit na

CC98小工具集合

usage

默认开启所有功能,不需要的在main函数中注释。

    /* 隐藏用户名、头像 */
    hideUserName();
    /* 翻页快捷键 Ctrl+</> */
    addPageUpDownHotkey();
    /* 新帖显示回复数 */
    addTopicReplyCount();
    /* 新标签页打开帖子 */
    openTopicInNewTab();
    /* 修复WebVPN站外链接 */
    escapeFromWebVPN();
    /* 解决文件下载问题 */
    fixMixContent();
    /* 隐藏所有图片 */
    hideAllImages();
    /* 点击楼层数折叠楼层 */
    foldFloor();
    /* 自动提醒签到 */
    autoSignin();