巴哈姆特哈拉區-自動展開留言

自動展開巴哈姆特哈拉區所有討論串底下的留言

目前為 2023-10-24 提交的版本,檢視 最新版本

// ==UserScript==
// @name         巴哈姆特哈拉區-自動展開留言
// @namespace    https://github.com/jlhg/userscript
// @license      MIT
// @version      0.1.0
// @description  自動展開巴哈姆特哈拉區所有討論串底下的留言
// @author       jlhg
// @homepage     https://github.com/jlhg/userscript
// @supportURL   https://github.com/jlhg/userscript/issues
// @match        https://forum.gamer.com.tw/C.php*
// @grant        none
// ==/UserScript==

(function() {
  'use strict';

  document.querySelectorAll("[id^=showoldCommend_]")
    .forEach((el) => el.click());

})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址