Greasy Fork is available in English.
百度贴吧的图片自动展开
// ==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() });