Greasy Fork

Greasy Fork is available in English.

煎蛋打开所有吐槽

一键打开煎蛋所有吐槽框

当前为 2019-09-03 提交的版本,查看 最新版本

// ==UserScript==
// @name         煎蛋打开所有吐槽
// @namespace    http://ts8zs.com/
// @version      0.1
// @description  一键打开煎蛋所有吐槽框
// @author       Ts8zs
// @match        http://jandan.net/*
// ==/UserScript==

(function() {
    if(document.querySelector('.tucao-btn')){
        document.querySelector('.post.f').innerHTML+=`<button onclick='document.querySelectorAll(".tucao-btn").forEach((e)=>{e.click()});'>打开所有吐槽</button>`
    }
})();