// ==UserScript== // @name 飞客论坛显示所有评论 // @namespace Thomaskara // @version 0.1 // @description 飞客信用卡论坛显示所有评论 // @author Thomas Kara // @match http*://www.flyertea.com/* // @grant none // @run-at document-end // @downloadURL none // ==/UserScript== (function() { 'use strict'; jq(".comiis_width").find(".comiis_vrx").show(); })();