// ==UserScript== // @name 超能网 // @namespace http://tampermonkey.net/ // @version 0.5 // @description 自动复制超能网文章正文 // @author 林心宇 // @match https://www.expreview.com/* // @exclude https://www.expreview.com/ // @grant none // @require https://cdn.bootcss.com/clipboard.js/1.7.1/clipboard.js // @downloadURL https://update.greasyfork.icu/scripts/387049/%E8%B6%85%E8%83%BD%E7%BD%91.user.js // @updateURL https://update.greasyfork.icu/scripts/387049/%E8%B6%85%E8%83%BD%E7%BD%91.meta.js // ==/UserScript== (function() { 'use strict'; // Your code here... var post_body = document.getElementById("post_body"); var zh = document.getElementById("zh"); var art = ''; var ps = post_body.getElementsByTagName('p'); for(var i = 0 ; i