// ==UserScript== // @name 自动展开百度贴吧帖子的图片 // @namespace tency // @version 0.1 // @description 自动展开百度贴吧帖子的图片,方便浏览图片帖 // @match http://tieba.baidu.com/p/* // @copyright 2014+, LYY // @downloadURL none // ==/UserScript== jQuery(function($) { $('div.replace_tip').click() });