随笔分类 -  爬虫

摘要:h = "Comic Sans MS"; B = window["document"]["createElement"]("span"); window["document"]["body"]["appendChild"](B); B["style"]["position"] = "absolute 阅读全文
posted @ 2025-08-27 17:03 AngDH 阅读(22) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <title>Detect Chrome DevTools Protocol</title> <script> function genNum(e) { return1000 * e.Math.random() | 0; } functio 阅读全文
posted @ 2025-08-27 14:28 AngDH 阅读(22) 评论(0) 推荐(0)
摘要:navigator.permissions.query({name: 'speaker'}).then(function(t){ debugger;; }).catch(function(c){ debugger;; }) let tstr = Function.prototype.toString 阅读全文
posted @ 2025-07-22 10:41 AngDH 阅读(13) 评论(0) 推荐(0)
摘要:var Vz = window["document"]["createElement"]("canvas"); var lI = Vz["getContext"]("webgl"); var j1 = lI["getExtension"]("WEBGL_debug_renderer_info"); 阅读全文
posted @ 2025-07-07 18:46 AngDH 阅读(22) 评论(0) 推荐(0)
摘要:// ==UserScript== // @name Hook worker // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author Y 阅读全文
posted @ 2025-06-25 11:42 AngDH 阅读(22) 评论(0) 推荐(0)
摘要:window['speechSynthesis']['getVoices']() var l8Q = window["speechSynthesis"]["getVoices"](); var tlist = []; for (let i=0; i < l8Q.length;i++){let the 阅读全文
posted @ 2025-02-26 11:45 AngDH 阅读(31) 评论(0) 推荐(0)
摘要:static function OnBeforeResponse(oSession: Session) { if (m_Hide304s && oSession.responseCode == 304) { oSession["ui-hide"] = "true"; } // MessageBox. 阅读全文
posted @ 2025-02-25 14:18 AngDH 阅读(44) 评论(0) 推荐(0)
摘要://adlfkiaklimm7Y function last_str_ex(input_ts,input_list) { // 01736406748895 let list_len = input_list.length; let result = ''; for(let i=0;i<input_ 阅读全文
posted @ 2025-01-15 14:31 AngDH 阅读(101) 评论(0) 推荐(0)
摘要:let a1 = hY['Boolean'](hY['navigator']['credentials']); let a2 = hY['Boolean'](hY['navigator']['appMinorVersion']); let a3 = hY['Boolean'](hY['navigat 阅读全文
posted @ 2025-01-03 18:36 AngDH 阅读(132) 评论(0) 推荐(0)
摘要:JSON.stringify(obj,function(key,value){if(value window){return undefined} return value}) 阅读全文
posted @ 2024-12-30 17:16 AngDH 阅读(33) 评论(0) 推荐(0)
摘要:https://www.52pojie.cn/thread-2035543-1-1.html https://www.cnblogs.com/kai-/p/16935788.html (function(){ const originalTest = RegExp.prototype.test; R 阅读全文
posted @ 2024-09-27 18:34 AngDH 阅读(121) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2024-08-18 22:32 AngDH 阅读(21) 评论(0) 推荐(0)
摘要:https://github.com/MaxArt2501/base64-js (function (root, factory) { if (typeof define 'function' && define.amd) { // AMD. Register as an anonymous mod 阅读全文
posted @ 2024-08-12 14:01 AngDH 阅读(75) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2024-08-10 13:23 AngDH 阅读(19) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-08-10 11:06 AngDH 阅读(15) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*- # @Time : 2024/7/31 20:20 # @Author : Dragon js_code = r""" commonjsGlobal = {}; var protobuf_min = { exports: { } }; ( functi 阅读全文
posted @ 2024-08-05 19:16 AngDH 阅读(42) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/w1101662433/article/details/140098816 <!DOCTYPE html> <html> <head> <title>Detect Chrome DevTools Protocol</title> <script> func 阅读全文
posted @ 2024-08-05 16:15 AngDH 阅读(38) 评论(0) 推荐(0)
摘要:var a3 = new window.OfflineAudioContext(0x1,0x1388,0xac44); var a4 = a3.createOscillator(); a4.type = 'triangle'; a4.frequency.value = 0x3e8; var a5 = 阅读全文
posted @ 2024-08-02 10:01 AngDH 阅读(46) 评论(0) 推荐(0)
摘要:var _N = document.createElement('div'); _N.innerHTML = '<a href=\'/\'>_1H</a>'; _N = _N.firstChild.href;console.log(_N) var _t = _N.match(/https?:\/\/ 阅读全文
posted @ 2024-08-01 18:45 AngDH 阅读(8) 评论(0) 推荐(0)
摘要:https://github.com/lahmatiy/es6-promise-polyfill/blob/master/promise.js (function(global){ // // Check for native Promise and it has correct interface 阅读全文
posted @ 2024-08-01 17:34 AngDH 阅读(46) 评论(0) 推荐(0)