TimelessJewel Simulator Modifier Remover

TimelessJewel Simulator Remove Modifier

目前为 2022-09-04 提交的版本。查看 最新版本

// ==UserScript==
// @name        TimelessJewel Simulator Modifier Remover
// @name:zh-TW  珠寶模擬詳細詞條刪除器
// @namespace   https://github.com/zoosewu/PTTChatOnYoutube
// @match       https://poedb.tw/tw/TimelessJewel
// @grant       none
// @version     1.0
// @author      Zoosewu
// @license     MIT
// @description TimelessJewel Simulator Remove Modifier
// @description:zh-tw 珠寶模擬器刪除詳細詞條
// ==/UserScript==
setInterval(()=>{$("table[role='grid']").remove()},200)