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