// ==UserScript== // @name 超能网 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 自动复制超能网文章正文 // @author 林心宇 // @match https://www.expreview.com/* // @exclude https://www.expreview.com/ // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... var post_body = document.getElementById("post_body"); var art = ''; var ps = post_body.getElementsByTagName('p'); for(var i = 0 ; i