// ==UserScript== // @name 抓黄书 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @include *//www.cool18.com/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; alert($("pre").text().replace(/cool18.com/g,"")); // Your code here... })();