bp好吃
// ==UserScript==
// @name 巴哈自動打開摺疊文章
// @namespace https://forum.gamer.com.tw/
// @version 0.2
// @description bp好吃
// @author 波克比潔衣精
// @match https://forum.gamer.com.tw/*
// @icon https://avatar2.bahamut.com.tw/avataruserpic/j/a/jack34142/jack34142_s.png?v=1648521644592
// @grant none
// ==/UserScript==
(function() {
'use strict';
$(".show").click();
})();