随笔分类 - 爬虫
摘要:h = "Comic Sans MS"; B = window["document"]["createElement"]("span"); window["document"]["body"]["appendChild"](B); B["style"]["position"] = "absolute
阅读全文
摘要:<!DOCTYPE html> <html> <head> <title>Detect Chrome DevTools Protocol</title> <script> function genNum(e) { return1000 * e.Math.random() | 0; } functio
阅读全文
摘要:navigator.permissions.query({name: 'speaker'}).then(function(t){ debugger;; }).catch(function(c){ debugger;; }) let tstr = Function.prototype.toString
阅读全文
摘要:var Vz = window["document"]["createElement"]("canvas"); var lI = Vz["getContext"]("webgl"); var j1 = lI["getExtension"]("WEBGL_debug_renderer_info");
阅读全文
摘要:// ==UserScript== // @name Hook worker // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author Y
阅读全文
摘要:window['speechSynthesis']['getVoices']() var l8Q = window["speechSynthesis"]["getVoices"](); var tlist = []; for (let i=0; i < l8Q.length;i++){let the
阅读全文
摘要:static function OnBeforeResponse(oSession: Session) { if (m_Hide304s && oSession.responseCode == 304) { oSession["ui-hide"] = "true"; } // MessageBox.
阅读全文
摘要://adlfkiaklimm7Y function last_str_ex(input_ts,input_list) { // 01736406748895 let list_len = input_list.length; let result = ''; for(let i=0;i<input_
阅读全文
摘要:let a1 = hY['Boolean'](hY['navigator']['credentials']); let a2 = hY['Boolean'](hY['navigator']['appMinorVersion']); let a3 = hY['Boolean'](hY['navigat
阅读全文
摘要:JSON.stringify(obj,function(key,value){if(value window){return undefined} return value})
阅读全文
摘要:https://www.52pojie.cn/thread-2035543-1-1.html https://www.cnblogs.com/kai-/p/16935788.html (function(){ const originalTest = RegExp.prototype.test; R
阅读全文
摘要:apt install build-essential libpcre3 libpcre3-dev zlib1g zlib1g-dev libssl-dev libgd-dev libxml2 libxml2-dev uuid-dev libxslt-dev -yapt-get install li
阅读全文
摘要:https://github.com/MaxArt2501/base64-js (function (root, factory) { if (typeof define 'function' && define.amd) { // AMD. Register as an anonymous mod
阅读全文
摘要:openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes server { listen 80; server_name 0.0.0.0; rewrite ^(.*)$ https://$hos
阅读全文
摘要:# -*- coding: utf-8 -*- # @Time : 2024/7/31 20:20 # @Author : Dragon js_code = r""" commonjsGlobal = {}; var protobuf_min = { exports: { } }; ( functi
阅读全文
摘要:https://blog.csdn.net/w1101662433/article/details/140098816 <!DOCTYPE html> <html> <head> <title>Detect Chrome DevTools Protocol</title> <script> func
阅读全文
摘要:var a3 = new window.OfflineAudioContext(0x1,0x1388,0xac44); var a4 = a3.createOscillator(); a4.type = 'triangle'; a4.frequency.value = 0x3e8; var a5 =
阅读全文
摘要:var _N = document.createElement('div'); _N.innerHTML = '<a href=\'/\'>_1H</a>'; _N = _N.firstChild.href;console.log(_N) var _t = _N.match(/https?:\/\/
阅读全文
摘要:https://github.com/lahmatiy/es6-promise-polyfill/blob/master/promise.js (function(global){ // // Check for native Promise and it has correct interface
阅读全文

浙公网安备 33010602011771号