自动展开回复,施工

前情提要:请教佬友们,你们在看帖的时候,那个展开回复的按钮如何应对的?每次都要手动点一下,感觉好累,是我用法不对吗?

身处 AI 大时代,这种小问题怎么能难倒佬友们呢,这就让小长工 AI 来施施工。

楼中楼自动展开的油猴脚本附上:

// ==UserScript==
// @name         自动回复展开
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Automatically expands replies in comments
// @author       GPT & zhong
// @match        https://linux.do/t/topic/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Function to check and click the reply fold button
    function expandReplies() {
        // Select the element containing the text "个回复"
        let replyElements = document.querySelectorAll('span');

        replyElements.forEach(element => {
            if (element.textContent.includes('个回复') && element.parentElement.getAttribute('aria-expanded') === 'false') {
                // Click the parent element only if it is not already expanded
                element.parentElement.click();
            }
        });
    }

    // Run the function every 2 seconds to ensure new elements are also clicked
    setInterval(expandReplies, 2000);
})();
10 个赞

你帕是不知道,之前有个佬,被举报到要哭 :joy:

1 个赞

感谢大佬 :tieba_048:

佬的行动力也太强了

1 个赞

这个挺好的!

感谢分享

之前不是有个自动回复表情的佬吗 :joy:,忘记是谁了

前排。

Yuju佬的行动能力也很强 :tieba_001:

可惜代码能力太弱了

我已经好几个小时没看到 Yuju的新论文了

不是才发了吗

1 个赞

这个我做完又删了,因为我发现,展开回复是有网络请求的,那时候 L 站 还很卡,就删了。

1 个赞

鹅佬,新的电子大鹅佬都出现了,不得努努力发小论文 :tieba_007:

1 个赞

很早很早了,2月还是3月的时候

1 个赞

啊居然还会这样,想想也是,相当于原本是按时间展示变成抓取帖子关系了,肯定还是需要论坛进行响应

竟然没给我推送,可恶

功能很不错啊 ~ 我抄一下 :stuck_out_tongue_winking_eye:

太强了宝贝!

:tieba_003: :tieba_048: