// ==UserScript== // @name ⛣批改网_作文快捷查重 // @namespace 3hex.det // @version 0.1.2 // @description 批改网_作文📄快捷查重🔍︎ // @author 3hex // @match http://www.pigai.org/index.php?c=write* // @icon http://cdn3.pigai.org//res/images/2012/logo.png // @grant GM_setValue // @grant GM_getValue // @grant GM_setClipboard // @grant GM_log // @grant GM_xmlhttpRequest // @grant unsafeWindow // @grant window.close // @grant window.focus // @require https://cdn.staticfile.org/jquery/3.4.1/jquery.min.js // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... //console.log("hello"); var EID = [] var RID = [] var TEXT = [] var i=0; var info = $('.stu_title .stu_title_link a'); for(i=0;i