// ==UserScript== // @name 破解我爱学习网站需要扫码获取验证码 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 破解我爱学习网站需要扫码获取验证码,引入了jquery // @author You // @match https://www.5axxw.com/questions/content/322d1x // @require https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js // @icon https://www.google.com/s2/favicons?sz=64&domain=5axxw.com // @license MIT // @grant none // ==/UserScript== (function() { 'use strict'; // Your code here... setTimeout(() => { $('#gzh-mask').hide(); $('#gzh-modal').hide(); window.open(data.addr, 'nWin-19092', 'location=no,toolbar=no,scrollbars=yes,menubar=no,top=200,left=100,width=800,height=500'); },5000) })();