Greasy Fork 支持简体中文。

百度贴吧图片自动展开

百度贴吧的图片自动展开

// ==UserScript==
// @name         百度贴吧图片自动展开
// @namespace    http://tampermonkey.net/
// @version      0.5
// @description  百度贴吧的图片自动展开
// @author       tlj
// @match        *://tieba.baidu.com/*
// @grant        none
// @license MIT
// ==/UserScript==



jQuery(function($) {
  $('div.replace_tip').click()
});