diff --git a/lib/js/douyin.js b/lib/js/douyin.js index d8e3f66..9bcd991 100644 --- a/lib/js/douyin.js +++ b/lib/js/douyin.js @@ -9,7 +9,7 @@ document.createElement = function (name) { return [{}] } } -document.documentElement = '' +document.documentElement = {} document.createEvent = function () { return 'createEvent() { [native code] }' } @@ -11044,9 +11044,6 @@ window.bdms || function () { window.bdms = n }(); -params = 'device_platform=webapp&aid=6383&channel=channel_pc_web&search_channel=aweme_general&enable_history=1&keyword=%E9%BB%91%E4%B8%9D&search_source=normal_search&query_correct_type=1&is_filter_search=0&from_group_id=&offset=0&count=15&need_filter_settings=1&list_type=single&update_version_code=170400&pc_client_type=1&version_code=190600&version_name=19.6.0&cookie_enabled=true&screen_width=1920&screen_height=1080&browser_language=zh-CN&browser_platform=Win32&browser_name=Chrome&browser_version=126.0.0.0&browser_online=true&engine_name=Blink&engine_version=126.0.0.0&os_name=Windows&os_version=10&cpu_core_num=24&device_memory=8&platform=PC&downlink=10&effective_type=4g&round_trip_time=100&webid=7378325321550546458&msToken=-wF2hv6wc7dT-KZrhb04BQMYL-t_wiWq2orz44qI7bE9KZuF-x7e8CVyisPpBWX16CrxNNHZgVC78-fdKY0T3EYj-hQGyDOBdgil3ratOKiq1GuCD3Il3rPEMZGdJWM%3D' -userAgent = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36' - function sign_datail(params, userAgent) { return window.sign(0, 1, 14, params, '', userAgent) } diff --git a/lib/js/xhs.js b/lib/js/xhs.js index e3099fa..81a951d 100644 --- a/lib/js/xhs.js +++ b/lib/js/xhs.js @@ -1,1664 +1,255 @@ function sign(uri, params, cookie) { - var v_saf; !function () { var n = Function.toString, t = [], i = [], o = [].indexOf.bind(t), e = [].push.bind(t), r = [].push.bind(i); function u(n, t) { return -1 == o(n) && (e(n), r(`function ${t || n.name || ""}() { [native code] }`)), n } Object.defineProperty(Function.prototype, "toString", { enumerable: !1, configurable: !0, writable: !0, value: function () { return "function" == typeof this && i[o(this)] || n.call(this) } }), u(Function.prototype.toString, "toString"), v_saf = u }(); + // 环境 + window = global + window.screen = {} + history = {} + document = {} + location = { + "host": 'www.xiaohongshu.com' + } + navigator = { + "webdriver": false, + "vendorSub": '', + 'productSub': '20030107', + 'vendor': 'Google Inc.', + 'maxTouchPoints': 0, + 'scheduling': {}, + 'userActivation': { 'hasBeenActive': true, 'isActive': false }, + 'doNotTrack': '1', + 'geolocation': {}, + 'connection': { 'downlink': 2.6, 'effectiveType': '4g', 'rtt': 50, 'saveData': false }, + 'plugins': { + "0": { + "0": {} + }, + "1": { + "0": {} + } + }, + 'mimeTypes': { + "0": {}, + "1": {} + }, + "pdfViewerEnabled": true, + 'webkitTemporaryStorage': {}, + 'webkitPersistentStorage': {}, + 'hardwareConcurrency': 8, // 线程数 + 'cookieEnabled': true, + 'appCodeName': 'Mozilla', + 'appVersion': '5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36', + 'platform': 'MacIntel', + 'product': 'Gecko', + 'language': 'zh-CN', + 'languages': [ + "zh-CN", + "zh", + "en" + ], + 'onLine': true, + 'getGamepads': function () { + return 'getGamepads() { [native code] }' + }, + 'javaEnabled': function () { - function _inherits(t, e) { - t.prototype = Object.create(e.prototype, { - constructor: { value: t, writable: !0, configurable: !0 } - }), e && Object.setPrototypeOf(t, e) - } - Object.defineProperty(Object.prototype, Symbol.toStringTag, { - get() { return Object.getPrototypeOf(this).constructor.name }, configurable: true, - }); - var v_new_toggle = true - Object.freeze(console)//only for javascript-obfuscator anti console debug. - var v_console_logger = console.log - var v_console_log = function () { if (!v_new_toggle) { v_console_logger.apply(this, arguments) } } - var v_random = (function () { var seed = 276951438; return function random() { return seed = (seed * 9301 + 49297) % 233280, (seed / 233280) } })() - var v_new = function (v) { var temp = v_new_toggle; v_new_toggle = true; var r = new v; v_new_toggle = temp; return r } + return 'javaEnabled() { [native code] }' + }, + 'sendBeacon': function () { + return 'sendBeacon() { [native code] }' + }, + 'vibrate': function () { - EventTarget = v_saf(function EventTarget() { ; }) - NodeList = v_saf(function NodeList() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - Event = v_saf(function Event() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - Image = v_saf(function Image() { ; return v_new(HTMLImageElement) }) - Navigator = v_saf(function Navigator() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; this._plugins = typeof PluginArray == 'undefined' ? [] : v_new(PluginArray); this._mimeTypes = typeof MimeTypeArray == 'undefined' ? [] : v_new(MimeTypeArray) }) - MessageChannel = v_saf(function MessageChannel() { ; }) - webkitURL = v_saf(function webkitURL() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - URLSearchParams = v_saf(function URLSearchParams() { ; }) - HTMLCollection = v_saf(function HTMLCollection() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - DOMParser = v_saf(function DOMParser() { ; }) - Storage = v_saf(function Storage() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - Permissions = v_saf(function Permissions() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - WebGLRenderingContext = v_saf(function WebGLRenderingContext() { - if (!v_new_toggle) { throw TypeError("Illegal constructor") }; - function WebGLBuffer() { } - function WebGLProgram() { } - function WebGLShader() { } - this._toggle = {} - this.createBuffer = function () { v_console_log(' [*] WebGLRenderingContext -> createBuffer[func]'); return v_new(WebGLBuffer) } - this.createProgram = function () { v_console_log(' [*] WebGLRenderingContext -> createProgram[func]'); return v_new(WebGLProgram) } - this.createShader = function () { v_console_log(' [*] WebGLRenderingContext -> createShader[func]'); return v_new(WebGLShader) } - this.getSupportedExtensions = function () { - v_console_log(' [*] WebGLRenderingContext -> getSupportedExtensions[func]') - return [ - "ANGLE_instanced_arrays", "EXT_blend_minmax", "EXT_color_buffer_half_float", "EXT_disjoint_timer_query", "EXT_float_blend", "EXT_frag_depth", - "EXT_shader_texture_lod", "EXT_texture_compression_bptc", "EXT_texture_compression_rgtc", "EXT_texture_filter_anisotropic", "WEBKIT_EXT_texture_filter_anisotropic", "EXT_sRGB", - "KHR_parallel_shader_compile", "OES_element_index_uint", "OES_fbo_render_mipmap", "OES_standard_derivatives", "OES_texture_float", "OES_texture_float_linear", - "OES_texture_half_float", "OES_texture_half_float_linear", "OES_vertex_array_object", "WEBGL_color_buffer_float", "WEBGL_compressed_texture_s3tc", - "WEBKIT_WEBGL_compressed_texture_s3tc", "WEBGL_compressed_texture_s3tc_srgb", "WEBGL_debug_renderer_info", "WEBGL_debug_shaders", - "WEBGL_depth_texture", "WEBKIT_WEBGL_depth_texture", "WEBGL_draw_buffers", "WEBGL_lose_context", "WEBKIT_WEBGL_lose_context", "WEBGL_multi_draw", - ] - } - var self = this - this.getExtension = function (key) { - v_console_log(' [*] WebGLRenderingContext -> getExtension[func]:', key) - class WebGLDebugRendererInfo { - get UNMASKED_VENDOR_WEBGL() { self._toggle[37445] = 1; return 37445 } - get UNMASKED_RENDERER_WEBGL() { self._toggle[37446] = 1; return 37446 } - } - class EXTTextureFilterAnisotropic { } - class WebGLLoseContext { - loseContext() { } - restoreContext() { } - } - if (key == 'WEBGL_debug_renderer_info') { var r = new WebGLDebugRendererInfo } - if (key == 'EXT_texture_filter_anisotropic') { var r = new EXTTextureFilterAnisotropic } - if (key == 'WEBGL_lose_context') { var r = new WebGLLoseContext } - else { var r = new WebGLDebugRendererInfo } - return r - } - this.getParameter = function (key) { - v_console_log(' [*] WebGLRenderingContext -> getParameter[func]:', key) - if (this._toggle[key]) { - if (key == 37445) { return "Google Inc. (NVIDIA)" } - if (key == 37446) { return "ANGLE (NVIDIA, NVIDIA GeForce GTX 1050 Ti Direct3D11 vs_5_0 ps_5_0, D3D11-27.21.14.5671)" } - } else { - if (key == 33902) { return new Float32Array([1, 1]) } - if (key == 33901) { return new Float32Array([1, 1024]) } - if (key == 35661) { return 32 } - if (key == 34047) { return 16 } - if (key == 34076) { return 16384 } - if (key == 36349) { return 1024 } - if (key == 34024) { return 16384 } - if (key == 34930) { return 16 } - if (key == 3379) { return 16384 } - if (key == 36348) { return 30 } - if (key == 34921) { return 16 } - if (key == 35660) { return 16 } - if (key == 36347) { return 4095 } - if (key == 3386) { return new Int32Array([32767, 32767]) } - if (key == 3410) { return 8 } - if (key == 7937) { return "WebKit WebGL" } - if (key == 35724) { return "WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium)" } - if (key == 3415) { return 0 } - if (key == 7936) { return "WebKit" } - if (key == 7938) { return "WebGL 1.0 (OpenGL ES 2.0 Chromium)" } - if (key == 3411) { return 8 } - if (key == 3412) { return 8 } - if (key == 3413) { return 8 } - if (key == 3414) { return 24 } - return null - } - } - this.getContextAttributes = function () { - v_console_log(' [*] WebGLRenderingContext -> getContextAttributes[func]') - return { - alpha: true, - antialias: true, - depth: true, - desynchronized: false, - failIfMajorPerformanceCaveat: false, - powerPreference: "default", - premultipliedAlpha: true, - preserveDrawingBuffer: false, - stencil: false, - xrCompatible: false, - } - } - this.getShaderPrecisionFormat = function (a, b) { - v_console_log(' [*] WebGLRenderingContext -> getShaderPrecisionFormat[func]') - function WebGLShaderPrecisionFormat() { } - var r1 = v_new(WebGLShaderPrecisionFormat) - r1.rangeMin = 127 - r1.rangeMax = 127 - r1.precision = 23 - var r2 = v_new(WebGLShaderPrecisionFormat) - r2.rangeMin = 31 - r2.rangeMax = 30 - r2.precision = 0 - if (a == 35633 && b == 36338) { return r1 } if (a == 35633 && b == 36337) { return r1 } if (a == 35633 && b == 36336) { return r1 } - if (a == 35633 && b == 36341) { return r2 } if (a == 35633 && b == 36340) { return r2 } if (a == 35633 && b == 36339) { return r2 } - if (a == 35632 && b == 36338) { return r1 } if (a == 35632 && b == 36337) { return r1 } if (a == 35632 && b == 36336) { return r1 } - if (a == 35632 && b == 36341) { return r2 } if (a == 35632 && b == 36340) { return r2 } if (a == 35632 && b == 36339) { return r2 } - throw Error('getShaderPrecisionFormat') - } - v_saf(this.createBuffer, 'createBuffer') - v_saf(this.createProgram, 'createProgram') - v_saf(this.createShader, 'createShader') - v_saf(this.getSupportedExtensions, 'getSupportedExtensions') - v_saf(this.getExtension, 'getExtension') - v_saf(this.getParameter, 'getParameter') - v_saf(this.getContextAttributes, 'getContextAttributes') - v_saf(this.getShaderPrecisionFormat, 'getShaderPrecisionFormat') - }) - History = v_saf(function History() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - PerformanceObserver = v_saf(function PerformanceObserver() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - PluginArray = v_saf(function PluginArray() { - if (!v_new_toggle) { throw TypeError("Illegal constructor") }; - this[0] = v_new(Plugin); this[0].description = "Portable Document Format"; this[0].filename = "internal-pdf-viewer"; this[0].length = 1; this[0].name = "Chrome PDF Plugin"; - this[1] = v_new(Plugin); this[1].description = ""; this[1].filename = "mhjfbmdgcfjbbpaeojofohoefgiehjai"; this[1].length = 1; this[1].name = "Chrome PDF Viewer"; - }) - PerformanceObserverEntryList = v_saf(function PerformanceObserverEntryList() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - PerformanceEntry = v_saf(function PerformanceEntry() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - CSSStyleDeclaration = v_saf(function CSSStyleDeclaration() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - WebKitMutationObserver = v_saf(function WebKitMutationObserver() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - MutationObserver = v_saf(function MutationObserver() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - IntersectionObserver = v_saf(function IntersectionObserver() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - IntersectionObserverEntry = v_saf(function IntersectionObserverEntry() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - Plugin = v_saf(function Plugin() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - CanvasRenderingContext2D = v_saf(function CanvasRenderingContext2D() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - AudioParam = v_saf(function AudioParam() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - DOMException = v_saf(function DOMException() { ; }) - AudioBuffer = v_saf(function AudioBuffer() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - PerformanceTiming = v_saf(function PerformanceTiming() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - DOMTokenList = v_saf(function DOMTokenList() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - MimeTypeArray = v_saf(function MimeTypeArray() { - if (!v_new_toggle) { throw TypeError("Illegal constructor") }; - this[0] = v_new(Plugin); this[0].description = ""; this[0].enabledPlugin = { "0": {} }; this[0].suffixes = "pdf"; this[0].type = "application/pdf"; - this[1] = v_new(Plugin); this[1].description = "Portable Document Format"; this[1].enabledPlugin = { "0": {} }; this[1].suffixes = "pdf"; this[1].type = "application/x-google-chrome-pdf"; - }) - MimeType = v_saf(function MimeType() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - Selection = v_saf(function Selection() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - Node = v_saf(function Node() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(Node, EventTarget) - Performance = v_saf(function Performance() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(Performance, EventTarget) - MessagePort = v_saf(function MessagePort() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(MessagePort, EventTarget) - XMLHttpRequestEventTarget = v_saf(function XMLHttpRequestEventTarget() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(XMLHttpRequestEventTarget, EventTarget) - PermissionStatus = v_saf(function PermissionStatus() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PermissionStatus, EventTarget) - PerformanceResourceTiming = v_saf(function PerformanceResourceTiming() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PerformanceResourceTiming, PerformanceEntry) - MediaQueryList = v_saf(function MediaQueryList() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(MediaQueryList, EventTarget) - Screen = v_saf(function Screen() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(Screen, EventTarget) - BaseAudioContext = v_saf(function BaseAudioContext() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(BaseAudioContext, EventTarget) - AudioNode = v_saf(function AudioNode() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(AudioNode, EventTarget) - PerformanceElementTiming = v_saf(function PerformanceElementTiming() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PerformanceElementTiming, PerformanceEntry) - OfflineAudioCompletionEvent = v_saf(function OfflineAudioCompletionEvent() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(OfflineAudioCompletionEvent, Event) - PageTransitionEvent = v_saf(function PageTransitionEvent() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PageTransitionEvent, Event) - NetworkInformation = v_saf(function NetworkInformation() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(NetworkInformation, EventTarget) - LayoutShift = v_saf(function LayoutShift() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(LayoutShift, PerformanceEntry) - PerformanceEventTiming = v_saf(function PerformanceEventTiming() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PerformanceEventTiming, PerformanceEntry) - UIEvent = v_saf(function UIEvent() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(UIEvent, Event) - LargestContentfulPaint = v_saf(function LargestContentfulPaint() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(LargestContentfulPaint, PerformanceEntry) - Document = v_saf(function Document() { ; }); _inherits(Document, Node) - Element = v_saf(function Element() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(Element, Node) - XMLHttpRequest = v_saf(function XMLHttpRequest() { ; }); _inherits(XMLHttpRequest, XMLHttpRequestEventTarget) - CharacterData = v_saf(function CharacterData() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(CharacterData, Node) - AudioScheduledSourceNode = v_saf(function AudioScheduledSourceNode() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(AudioScheduledSourceNode, AudioNode) - DynamicsCompressorNode = v_saf(function DynamicsCompressorNode() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(DynamicsCompressorNode, AudioNode) - OfflineAudioContext = v_saf(function OfflineAudioContext() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(OfflineAudioContext, BaseAudioContext) - PerformanceNavigationTiming = v_saf(function PerformanceNavigationTiming() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PerformanceNavigationTiming, PerformanceResourceTiming) - MouseEvent = v_saf(function MouseEvent() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(MouseEvent, UIEvent) - HTMLElement = v_saf(function HTMLElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLElement, Element) - OscillatorNode = v_saf(function OscillatorNode() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(OscillatorNode, AudioScheduledSourceNode) - SVGElement = v_saf(function SVGElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(SVGElement, Element) - HTMLImageElement = v_saf(function HTMLImageElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLImageElement, HTMLElement) - HTMLCanvasElement = v_saf(function HTMLCanvasElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLCanvasElement, HTMLElement) - HTMLAnchorElement = v_saf(function HTMLAnchorElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; v_hook_href(this, 'HTMLAnchorElement', location.href) }); _inherits(HTMLAnchorElement, HTMLElement) - HTMLMediaElement = v_saf(function HTMLMediaElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLMediaElement, HTMLElement) - HTMLScriptElement = v_saf(function HTMLScriptElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLScriptElement, HTMLElement) - HTMLLinkElement = v_saf(function HTMLLinkElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLLinkElement, HTMLElement) - HTMLInputElement = v_saf(function HTMLInputElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLInputElement, HTMLElement) - HTMLButtonElement = v_saf(function HTMLButtonElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLButtonElement, HTMLElement) - HTMLIFrameElement = v_saf(function HTMLIFrameElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLIFrameElement, HTMLElement) - HTMLTemplateElement = v_saf(function HTMLTemplateElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLTemplateElement, HTMLElement) - HTMLTextAreaElement = v_saf(function HTMLTextAreaElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLTextAreaElement, HTMLElement) - Window = v_saf(function Window() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(Window, EventTarget) - HTMLDocument = v_saf(function HTMLDocument() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; Object.defineProperty(this, 'location', { get() { return location } }) }); _inherits(HTMLDocument, Document) - HTMLHeadElement = v_saf(function HTMLHeadElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLHeadElement, HTMLElement) - HTMLBodyElement = v_saf(function HTMLBodyElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLBodyElement, HTMLElement) - Location = v_saf(function Location() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - PerformanceLongTaskTiming = v_saf(function PerformanceLongTaskTiming() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PerformanceLongTaskTiming, PerformanceEntry) - PerformanceMark = v_saf(function PerformanceMark() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PerformanceMark, PerformanceEntry) - PerformanceMeasure = v_saf(function PerformanceMeasure() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PerformanceMeasure, PerformanceEntry) - PerformanceNavigation = v_saf(function PerformanceNavigation() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - PerformancePaintTiming = v_saf(function PerformancePaintTiming() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PerformancePaintTiming, PerformanceEntry) - PerformanceServerTiming = v_saf(function PerformanceServerTiming() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - HTMLUnknownElement = v_saf(function HTMLUnknownElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLUnknownElement, HTMLElement) - Touch = v_saf(function Touch() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }) - TouchEvent = v_saf(function TouchEvent() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(TouchEvent, UIEvent) - PointerEvent = v_saf(function PointerEvent() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(PointerEvent, MouseEvent) - HTMLDivElement = v_saf(function HTMLDivElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLDivElement, HTMLElement) - HTMLLIElement = v_saf(function HTMLLIElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLLIElement, HTMLElement) - HTMLStyleElement = v_saf(function HTMLStyleElement() { if (!v_new_toggle) { throw TypeError("Illegal constructor") }; }); _inherits(HTMLStyleElement, HTMLElement) - Object.defineProperties(EventTarget.prototype, { - removeEventListener: { value: v_saf(function removeEventListener() { v_console_log(" [*] EventTarget -> removeEventListener[func]", [].slice.call(arguments)); }) }, - dispatchEvent: { value: v_saf(function dispatchEvent() { v_console_log(" [*] EventTarget -> dispatchEvent[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "EventTarget", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(NodeList.prototype, { - length: { get() { v_console_log(" [*] NodeList -> length[get]", 0); return 0 } }, - [Symbol.toStringTag]: { value: "NodeList", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Event.prototype, { - target: { get() { v_console_log(" [*] Event -> target[get]", {}); return {} } }, - type: { get() { v_console_log(" [*] Event -> type[get]", "click"); return "click" } }, - preventDefault: { value: v_saf(function preventDefault() { v_console_log(" [*] Event -> preventDefault[func]", [].slice.call(arguments)); }) }, - stopPropagation: { value: v_saf(function stopPropagation() { v_console_log(" [*] Event -> stopPropagation[func]", [].slice.call(arguments)); }) }, - NONE: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - CAPTURING_PHASE: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - AT_TARGET: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - BUBBLING_PHASE: { "value": 3, "writable": false, "enumerable": true, "configurable": false }, - [Symbol.toStringTag]: { value: "Event", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Image.prototype, { - src: { get() { v_console_log(" [*] Image -> src[get]", "https://www.xiaohongshu.com/explore"); return "https://www.xiaohongshu.com/explore" }, set() { v_console_log(" [*] Image -> src[set]", [].slice.call(arguments)); return "https://www.xiaohongshu.com/explore" } }, - width: { set() { v_console_log(" [*] Image -> width[set]", [].slice.call(arguments)); return "https://www.xiaohongshu.com/explore" } }, - height: { set() { v_console_log(" [*] Image -> height[set]", [].slice.call(arguments)); return "https://www.xiaohongshu.com/explore" } }, - alt: { get() { v_console_log(" [*] Image -> alt[get]", ""); return "" }, set() { v_console_log(" [*] Image -> alt[set]", [].slice.call(arguments)); return "" } }, - loading: { set() { v_console_log(" [*] Image -> loading[set]", [].slice.call(arguments)); return "" } }, - decoding: { set() { v_console_log(" [*] Image -> decoding[set]", [].slice.call(arguments)); return "" } }, - complete: { get() { v_console_log(" [*] Image -> complete[get]", false); return false } }, - decode: { value: v_saf(function decode() { v_console_log(" [*] Image -> decode[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "Image", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Navigator.prototype, { - userAgent: { get() { v_console_log(" [*] Navigator -> userAgent[get]", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"); return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" } }, - product: { get() { v_console_log(" [*] Navigator -> product[get]", "Gecko"); return "Gecko" } }, - maxTouchPoints: { get() { v_console_log(" [*] Navigator -> maxTouchPoints[get]", 0); return 0 } }, - webdriver: { get() { v_console_log(" [*] Navigator -> webdriver[get]", false); return false } }, - permissions: { get() { v_console_log(" [*] Navigator -> permissions[get]", {}); return {} } }, - vendorSub: { get() { v_console_log(" [*] Navigator -> vendorSub[get]", ""); return "" } }, - productSub: { get() { v_console_log(" [*] Navigator -> productSub[get]", "20030107"); return "20030107" } }, - vendor: { get() { v_console_log(" [*] Navigator -> vendor[get]", "Google Inc."); return "Google Inc." } }, - scheduling: { get() { v_console_log(" [*] Navigator -> scheduling[get]", {}); return {} } }, - userActivation: { get() { v_console_log(" [*] Navigator -> userActivation[get]", {}); return {} } }, - doNotTrack: { get() { v_console_log(" [*] Navigator -> doNotTrack[get]", "1"); return "1" } }, - geolocation: { get() { v_console_log(" [*] Navigator -> geolocation[get]", {}); return {} } }, - connection: { get() { v_console_log(" [*] Navigator -> connection[get]", {}); return {} } }, - plugins: { get() { v_console_log(" [*] Navigator -> plugins[get]", this._plugins || []); return this._plugins || [] } }, - mimeTypes: { get() { v_console_log(" [*] Navigator -> mimeTypes[get]", this._mimeTypes || []); return this._mimeTypes || [] } }, - pdfViewerEnabled: { get() { v_console_log(" [*] Navigator -> pdfViewerEnabled[get]", true); return true } }, - webkitTemporaryStorage: { get() { v_console_log(" [*] Navigator -> webkitTemporaryStorage[get]", {}); return {} } }, - webkitPersistentStorage: { get() { v_console_log(" [*] Navigator -> webkitPersistentStorage[get]", {}); return {} } }, - hardwareConcurrency: { get() { v_console_log(" [*] Navigator -> hardwareConcurrency[get]", 8); return 8 } }, - cookieEnabled: { get() { v_console_log(" [*] Navigator -> cookieEnabled[get]", true); return true } }, - appCodeName: { get() { v_console_log(" [*] Navigator -> appCodeName[get]", "Mozilla"); return "Mozilla" } }, - appName: { get() { v_console_log(" [*] Navigator -> appName[get]", "Netscape"); return "Netscape" } }, - appVersion: { get() { v_console_log(" [*] Navigator -> appVersion[get]", "5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"); return "5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" } }, - platform: { get() { v_console_log(" [*] Navigator -> platform[get]", "MacIntel"); return "MacIntel" } }, - language: { get() { v_console_log(" [*] Navigator -> language[get]", "zh-CN"); return "zh-CN" } }, - languages: { get() { v_console_log(" [*] Navigator -> languages[get]", {}); return {} } }, - onLine: { get() { v_console_log(" [*] Navigator -> onLine[get]", true); return true } }, - ink: { get() { v_console_log(" [*] Navigator -> ink[get]", {}); return {} } }, - mediaCapabilities: { get() { v_console_log(" [*] Navigator -> mediaCapabilities[get]", {}); return {} } }, - mediaSession: { get() { v_console_log(" [*] Navigator -> mediaSession[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "Navigator", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(MessageChannel.prototype, { - port2: { get() { v_console_log(" [*] MessageChannel -> port2[get]", {}); return {} } }, - port1: { get() { v_console_log(" [*] MessageChannel -> port1[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "MessageChannel", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(webkitURL.prototype, { - searchParams: { get() { v_console_log(" [*] webkitURL -> searchParams[get]", {}); return {} } }, - pathname: { get() { v_console_log(" [*] webkitURL -> pathname[get]", "/explore"); return "/explore" }, set() { v_console_log(" [*] webkitURL -> pathname[set]", [].slice.call(arguments)); return "/explore" } }, - href: { get() { v_console_log(" [*] webkitURL -> href[get]", "https://edith.xiaohongshu.com/api/sns/web/v1/homefeed"); return "https://edith.xiaohongshu.com/api/sns/web/v1/homefeed" } }, - username: { get() { v_console_log(" [*] webkitURL -> username[get]", "a"); return "a" } }, - host: { get() { v_console_log(" [*] webkitURL -> host[get]", "x"); return "x" } }, - hash: { get() { v_console_log(" [*] webkitURL -> hash[get]", "#%D0%B1"); return "#%D0%B1" } }, - origin: { get() { v_console_log(" [*] webkitURL -> origin[get]", "https://edith.xiaohongshu.com"); return "https://edith.xiaohongshu.com" } }, - [Symbol.toStringTag]: { value: "webkitURL", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(URLSearchParams.prototype, { - forEach: { value: v_saf(function forEach() { v_console_log(" [*] URLSearchParams -> forEach[func]", [].slice.call(arguments)); }) }, - has: { value: v_saf(function has() { v_console_log(" [*] URLSearchParams -> has[func]", [].slice.call(arguments)); }) }, - get: { value: v_saf(function get() { v_console_log(" [*] URLSearchParams -> get[func]", [].slice.call(arguments)); }) }, - toString: { value: v_saf(function toString() { v_console_log(" [*] URLSearchParams -> toString[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "URLSearchParams", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLCollection.prototype, { - length: { get() { v_console_log(" [*] HTMLCollection -> length[get]", 1); return 1 } }, - [Symbol.toStringTag]: { value: "HTMLCollection", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(DOMParser.prototype, { - parseFromString: { value: v_saf(function parseFromString() { v_console_log(" [*] DOMParser -> parseFromString[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "DOMParser", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Storage.prototype, { - [Symbol.toStringTag]: { value: "Storage", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Permissions.prototype, { - query: { value: v_saf(function query() { v_console_log(" [*] Permissions -> query[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "Permissions", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(WebGLRenderingContext.prototype, { - DEPTH_BUFFER_BIT: { "value": 256, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BUFFER_BIT: { "value": 1024, "writable": false, "enumerable": true, "configurable": false }, - COLOR_BUFFER_BIT: { "value": 16384, "writable": false, "enumerable": true, "configurable": false }, - POINTS: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - LINES: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - LINE_LOOP: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - LINE_STRIP: { "value": 3, "writable": false, "enumerable": true, "configurable": false }, - TRIANGLES: { "value": 4, "writable": false, "enumerable": true, "configurable": false }, - TRIANGLE_STRIP: { "value": 5, "writable": false, "enumerable": true, "configurable": false }, - TRIANGLE_FAN: { "value": 6, "writable": false, "enumerable": true, "configurable": false }, - ZERO: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - ONE: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - SRC_COLOR: { "value": 768, "writable": false, "enumerable": true, "configurable": false }, - ONE_MINUS_SRC_COLOR: { "value": 769, "writable": false, "enumerable": true, "configurable": false }, - SRC_ALPHA: { "value": 770, "writable": false, "enumerable": true, "configurable": false }, - ONE_MINUS_SRC_ALPHA: { "value": 771, "writable": false, "enumerable": true, "configurable": false }, - DST_ALPHA: { "value": 772, "writable": false, "enumerable": true, "configurable": false }, - ONE_MINUS_DST_ALPHA: { "value": 773, "writable": false, "enumerable": true, "configurable": false }, - DST_COLOR: { "value": 774, "writable": false, "enumerable": true, "configurable": false }, - ONE_MINUS_DST_COLOR: { "value": 775, "writable": false, "enumerable": true, "configurable": false }, - SRC_ALPHA_SATURATE: { "value": 776, "writable": false, "enumerable": true, "configurable": false }, - FUNC_ADD: { "value": 32774, "writable": false, "enumerable": true, "configurable": false }, - BLEND_EQUATION: { "value": 32777, "writable": false, "enumerable": true, "configurable": false }, - BLEND_EQUATION_RGB: { "value": 32777, "writable": false, "enumerable": true, "configurable": false }, - BLEND_EQUATION_ALPHA: { "value": 34877, "writable": false, "enumerable": true, "configurable": false }, - FUNC_SUBTRACT: { "value": 32778, "writable": false, "enumerable": true, "configurable": false }, - FUNC_REVERSE_SUBTRACT: { "value": 32779, "writable": false, "enumerable": true, "configurable": false }, - BLEND_DST_RGB: { "value": 32968, "writable": false, "enumerable": true, "configurable": false }, - BLEND_SRC_RGB: { "value": 32969, "writable": false, "enumerable": true, "configurable": false }, - BLEND_DST_ALPHA: { "value": 32970, "writable": false, "enumerable": true, "configurable": false }, - BLEND_SRC_ALPHA: { "value": 32971, "writable": false, "enumerable": true, "configurable": false }, - CONSTANT_COLOR: { "value": 32769, "writable": false, "enumerable": true, "configurable": false }, - ONE_MINUS_CONSTANT_COLOR: { "value": 32770, "writable": false, "enumerable": true, "configurable": false }, - CONSTANT_ALPHA: { "value": 32771, "writable": false, "enumerable": true, "configurable": false }, - ONE_MINUS_CONSTANT_ALPHA: { "value": 32772, "writable": false, "enumerable": true, "configurable": false }, - BLEND_COLOR: { "value": 32773, "writable": false, "enumerable": true, "configurable": false }, - ARRAY_BUFFER: { "value": 34962, "writable": false, "enumerable": true, "configurable": false }, - ELEMENT_ARRAY_BUFFER: { "value": 34963, "writable": false, "enumerable": true, "configurable": false }, - ARRAY_BUFFER_BINDING: { "value": 34964, "writable": false, "enumerable": true, "configurable": false }, - ELEMENT_ARRAY_BUFFER_BINDING: { "value": 34965, "writable": false, "enumerable": true, "configurable": false }, - STREAM_DRAW: { "value": 35040, "writable": false, "enumerable": true, "configurable": false }, - STATIC_DRAW: { "value": 35044, "writable": false, "enumerable": true, "configurable": false }, - DYNAMIC_DRAW: { "value": 35048, "writable": false, "enumerable": true, "configurable": false }, - BUFFER_SIZE: { "value": 34660, "writable": false, "enumerable": true, "configurable": false }, - BUFFER_USAGE: { "value": 34661, "writable": false, "enumerable": true, "configurable": false }, - CURRENT_VERTEX_ATTRIB: { "value": 34342, "writable": false, "enumerable": true, "configurable": false }, - FRONT: { "value": 1028, "writable": false, "enumerable": true, "configurable": false }, - BACK: { "value": 1029, "writable": false, "enumerable": true, "configurable": false }, - FRONT_AND_BACK: { "value": 1032, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_2D: { "value": 3553, "writable": false, "enumerable": true, "configurable": false }, - CULL_FACE: { "value": 2884, "writable": false, "enumerable": true, "configurable": false }, - BLEND: { "value": 3042, "writable": false, "enumerable": true, "configurable": false }, - DITHER: { "value": 3024, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_TEST: { "value": 2960, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_TEST: { "value": 2929, "writable": false, "enumerable": true, "configurable": false }, - SCISSOR_TEST: { "value": 3089, "writable": false, "enumerable": true, "configurable": false }, - POLYGON_OFFSET_FILL: { "value": 32823, "writable": false, "enumerable": true, "configurable": false }, - SAMPLE_ALPHA_TO_COVERAGE: { "value": 32926, "writable": false, "enumerable": true, "configurable": false }, - SAMPLE_COVERAGE: { "value": 32928, "writable": false, "enumerable": true, "configurable": false }, - NO_ERROR: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - INVALID_ENUM: { "value": 1280, "writable": false, "enumerable": true, "configurable": false }, - INVALID_VALUE: { "value": 1281, "writable": false, "enumerable": true, "configurable": false }, - INVALID_OPERATION: { "value": 1282, "writable": false, "enumerable": true, "configurable": false }, - OUT_OF_MEMORY: { "value": 1285, "writable": false, "enumerable": true, "configurable": false }, - CW: { "value": 2304, "writable": false, "enumerable": true, "configurable": false }, - CCW: { "value": 2305, "writable": false, "enumerable": true, "configurable": false }, - LINE_WIDTH: { "value": 2849, "writable": false, "enumerable": true, "configurable": false }, - ALIASED_POINT_SIZE_RANGE: { "value": 33901, "writable": false, "enumerable": true, "configurable": false }, - ALIASED_LINE_WIDTH_RANGE: { "value": 33902, "writable": false, "enumerable": true, "configurable": false }, - CULL_FACE_MODE: { "value": 2885, "writable": false, "enumerable": true, "configurable": false }, - FRONT_FACE: { "value": 2886, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_RANGE: { "value": 2928, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_WRITEMASK: { "value": 2930, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_CLEAR_VALUE: { "value": 2931, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_FUNC: { "value": 2932, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_CLEAR_VALUE: { "value": 2961, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_FUNC: { "value": 2962, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_FAIL: { "value": 2964, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_PASS_DEPTH_FAIL: { "value": 2965, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_PASS_DEPTH_PASS: { "value": 2966, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_REF: { "value": 2967, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_VALUE_MASK: { "value": 2963, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_WRITEMASK: { "value": 2968, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BACK_FUNC: { "value": 34816, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BACK_FAIL: { "value": 34817, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BACK_PASS_DEPTH_FAIL: { "value": 34818, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BACK_PASS_DEPTH_PASS: { "value": 34819, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BACK_REF: { "value": 36003, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BACK_VALUE_MASK: { "value": 36004, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BACK_WRITEMASK: { "value": 36005, "writable": false, "enumerable": true, "configurable": false }, - VIEWPORT: { "value": 2978, "writable": false, "enumerable": true, "configurable": false }, - SCISSOR_BOX: { "value": 3088, "writable": false, "enumerable": true, "configurable": false }, - COLOR_CLEAR_VALUE: { "value": 3106, "writable": false, "enumerable": true, "configurable": false }, - COLOR_WRITEMASK: { "value": 3107, "writable": false, "enumerable": true, "configurable": false }, - UNPACK_ALIGNMENT: { "value": 3317, "writable": false, "enumerable": true, "configurable": false }, - PACK_ALIGNMENT: { "value": 3333, "writable": false, "enumerable": true, "configurable": false }, - MAX_TEXTURE_SIZE: { "value": 3379, "writable": false, "enumerable": true, "configurable": false }, - MAX_VIEWPORT_DIMS: { "value": 3386, "writable": false, "enumerable": true, "configurable": false }, - SUBPIXEL_BITS: { "value": 3408, "writable": false, "enumerable": true, "configurable": false }, - RED_BITS: { "value": 3410, "writable": false, "enumerable": true, "configurable": false }, - GREEN_BITS: { "value": 3411, "writable": false, "enumerable": true, "configurable": false }, - BLUE_BITS: { "value": 3412, "writable": false, "enumerable": true, "configurable": false }, - ALPHA_BITS: { "value": 3413, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_BITS: { "value": 3414, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_BITS: { "value": 3415, "writable": false, "enumerable": true, "configurable": false }, - POLYGON_OFFSET_UNITS: { "value": 10752, "writable": false, "enumerable": true, "configurable": false }, - POLYGON_OFFSET_FACTOR: { "value": 32824, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_BINDING_2D: { "value": 32873, "writable": false, "enumerable": true, "configurable": false }, - SAMPLE_BUFFERS: { "value": 32936, "writable": false, "enumerable": true, "configurable": false }, - SAMPLES: { "value": 32937, "writable": false, "enumerable": true, "configurable": false }, - SAMPLE_COVERAGE_VALUE: { "value": 32938, "writable": false, "enumerable": true, "configurable": false }, - SAMPLE_COVERAGE_INVERT: { "value": 32939, "writable": false, "enumerable": true, "configurable": false }, - COMPRESSED_TEXTURE_FORMATS: { "value": 34467, "writable": false, "enumerable": true, "configurable": false }, - DONT_CARE: { "value": 4352, "writable": false, "enumerable": true, "configurable": false }, - FASTEST: { "value": 4353, "writable": false, "enumerable": true, "configurable": false }, - NICEST: { "value": 4354, "writable": false, "enumerable": true, "configurable": false }, - GENERATE_MIPMAP_HINT: { "value": 33170, "writable": false, "enumerable": true, "configurable": false }, - BYTE: { "value": 5120, "writable": false, "enumerable": true, "configurable": false }, - UNSIGNED_BYTE: { "value": 5121, "writable": false, "enumerable": true, "configurable": false }, - SHORT: { "value": 5122, "writable": false, "enumerable": true, "configurable": false }, - UNSIGNED_SHORT: { "value": 5123, "writable": false, "enumerable": true, "configurable": false }, - INT: { "value": 5124, "writable": false, "enumerable": true, "configurable": false }, - UNSIGNED_INT: { "value": 5125, "writable": false, "enumerable": true, "configurable": false }, - FLOAT: { "value": 5126, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_COMPONENT: { "value": 6402, "writable": false, "enumerable": true, "configurable": false }, - ALPHA: { "value": 6406, "writable": false, "enumerable": true, "configurable": false }, - RGB: { "value": 6407, "writable": false, "enumerable": true, "configurable": false }, - RGBA: { "value": 6408, "writable": false, "enumerable": true, "configurable": false }, - LUMINANCE: { "value": 6409, "writable": false, "enumerable": true, "configurable": false }, - LUMINANCE_ALPHA: { "value": 6410, "writable": false, "enumerable": true, "configurable": false }, - UNSIGNED_SHORT_4_4_4_4: { "value": 32819, "writable": false, "enumerable": true, "configurable": false }, - UNSIGNED_SHORT_5_5_5_1: { "value": 32820, "writable": false, "enumerable": true, "configurable": false }, - UNSIGNED_SHORT_5_6_5: { "value": 33635, "writable": false, "enumerable": true, "configurable": false }, - FRAGMENT_SHADER: { "value": 35632, "writable": false, "enumerable": true, "configurable": false }, - VERTEX_SHADER: { "value": 35633, "writable": false, "enumerable": true, "configurable": false }, - MAX_VERTEX_ATTRIBS: { "value": 34921, "writable": false, "enumerable": true, "configurable": false }, - MAX_VERTEX_UNIFORM_VECTORS: { "value": 36347, "writable": false, "enumerable": true, "configurable": false }, - MAX_VARYING_VECTORS: { "value": 36348, "writable": false, "enumerable": true, "configurable": false }, - MAX_COMBINED_TEXTURE_IMAGE_UNITS: { "value": 35661, "writable": false, "enumerable": true, "configurable": false }, - MAX_VERTEX_TEXTURE_IMAGE_UNITS: { "value": 35660, "writable": false, "enumerable": true, "configurable": false }, - MAX_TEXTURE_IMAGE_UNITS: { "value": 34930, "writable": false, "enumerable": true, "configurable": false }, - MAX_FRAGMENT_UNIFORM_VECTORS: { "value": 36349, "writable": false, "enumerable": true, "configurable": false }, - SHADER_TYPE: { "value": 35663, "writable": false, "enumerable": true, "configurable": false }, - DELETE_STATUS: { "value": 35712, "writable": false, "enumerable": true, "configurable": false }, - LINK_STATUS: { "value": 35714, "writable": false, "enumerable": true, "configurable": false }, - VALIDATE_STATUS: { "value": 35715, "writable": false, "enumerable": true, "configurable": false }, - ATTACHED_SHADERS: { "value": 35717, "writable": false, "enumerable": true, "configurable": false }, - ACTIVE_UNIFORMS: { "value": 35718, "writable": false, "enumerable": true, "configurable": false }, - ACTIVE_ATTRIBUTES: { "value": 35721, "writable": false, "enumerable": true, "configurable": false }, - SHADING_LANGUAGE_VERSION: { "value": 35724, "writable": false, "enumerable": true, "configurable": false }, - CURRENT_PROGRAM: { "value": 35725, "writable": false, "enumerable": true, "configurable": false }, - NEVER: { "value": 512, "writable": false, "enumerable": true, "configurable": false }, - LESS: { "value": 513, "writable": false, "enumerable": true, "configurable": false }, - EQUAL: { "value": 514, "writable": false, "enumerable": true, "configurable": false }, - LEQUAL: { "value": 515, "writable": false, "enumerable": true, "configurable": false }, - GREATER: { "value": 516, "writable": false, "enumerable": true, "configurable": false }, - NOTEQUAL: { "value": 517, "writable": false, "enumerable": true, "configurable": false }, - GEQUAL: { "value": 518, "writable": false, "enumerable": true, "configurable": false }, - ALWAYS: { "value": 519, "writable": false, "enumerable": true, "configurable": false }, - KEEP: { "value": 7680, "writable": false, "enumerable": true, "configurable": false }, - REPLACE: { "value": 7681, "writable": false, "enumerable": true, "configurable": false }, - INCR: { "value": 7682, "writable": false, "enumerable": true, "configurable": false }, - DECR: { "value": 7683, "writable": false, "enumerable": true, "configurable": false }, - INVERT: { "value": 5386, "writable": false, "enumerable": true, "configurable": false }, - INCR_WRAP: { "value": 34055, "writable": false, "enumerable": true, "configurable": false }, - DECR_WRAP: { "value": 34056, "writable": false, "enumerable": true, "configurable": false }, - VENDOR: { "value": 7936, "writable": false, "enumerable": true, "configurable": false }, - RENDERER: { "value": 7937, "writable": false, "enumerable": true, "configurable": false }, - VERSION: { "value": 7938, "writable": false, "enumerable": true, "configurable": false }, - NEAREST: { "value": 9728, "writable": false, "enumerable": true, "configurable": false }, - LINEAR: { "value": 9729, "writable": false, "enumerable": true, "configurable": false }, - NEAREST_MIPMAP_NEAREST: { "value": 9984, "writable": false, "enumerable": true, "configurable": false }, - LINEAR_MIPMAP_NEAREST: { "value": 9985, "writable": false, "enumerable": true, "configurable": false }, - NEAREST_MIPMAP_LINEAR: { "value": 9986, "writable": false, "enumerable": true, "configurable": false }, - LINEAR_MIPMAP_LINEAR: { "value": 9987, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_MAG_FILTER: { "value": 10240, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_MIN_FILTER: { "value": 10241, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_WRAP_S: { "value": 10242, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_WRAP_T: { "value": 10243, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE: { "value": 5890, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_CUBE_MAP: { "value": 34067, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_BINDING_CUBE_MAP: { "value": 34068, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_CUBE_MAP_POSITIVE_X: { "value": 34069, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_CUBE_MAP_NEGATIVE_X: { "value": 34070, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_CUBE_MAP_POSITIVE_Y: { "value": 34071, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_CUBE_MAP_NEGATIVE_Y: { "value": 34072, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_CUBE_MAP_POSITIVE_Z: { "value": 34073, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE_CUBE_MAP_NEGATIVE_Z: { "value": 34074, "writable": false, "enumerable": true, "configurable": false }, - MAX_CUBE_MAP_TEXTURE_SIZE: { "value": 34076, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE0: { "value": 33984, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE1: { "value": 33985, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE2: { "value": 33986, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE3: { "value": 33987, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE4: { "value": 33988, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE5: { "value": 33989, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE6: { "value": 33990, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE7: { "value": 33991, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE8: { "value": 33992, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE9: { "value": 33993, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE10: { "value": 33994, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE11: { "value": 33995, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE12: { "value": 33996, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE13: { "value": 33997, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE14: { "value": 33998, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE15: { "value": 33999, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE16: { "value": 34000, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE17: { "value": 34001, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE18: { "value": 34002, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE19: { "value": 34003, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE20: { "value": 34004, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE21: { "value": 34005, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE22: { "value": 34006, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE23: { "value": 34007, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE24: { "value": 34008, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE25: { "value": 34009, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE26: { "value": 34010, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE27: { "value": 34011, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE28: { "value": 34012, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE29: { "value": 34013, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE30: { "value": 34014, "writable": false, "enumerable": true, "configurable": false }, - TEXTURE31: { "value": 34015, "writable": false, "enumerable": true, "configurable": false }, - ACTIVE_TEXTURE: { "value": 34016, "writable": false, "enumerable": true, "configurable": false }, - REPEAT: { "value": 10497, "writable": false, "enumerable": true, "configurable": false }, - CLAMP_TO_EDGE: { "value": 33071, "writable": false, "enumerable": true, "configurable": false }, - MIRRORED_REPEAT: { "value": 33648, "writable": false, "enumerable": true, "configurable": false }, - FLOAT_VEC2: { "value": 35664, "writable": false, "enumerable": true, "configurable": false }, - FLOAT_VEC3: { "value": 35665, "writable": false, "enumerable": true, "configurable": false }, - FLOAT_VEC4: { "value": 35666, "writable": false, "enumerable": true, "configurable": false }, - INT_VEC2: { "value": 35667, "writable": false, "enumerable": true, "configurable": false }, - INT_VEC3: { "value": 35668, "writable": false, "enumerable": true, "configurable": false }, - INT_VEC4: { "value": 35669, "writable": false, "enumerable": true, "configurable": false }, - BOOL: { "value": 35670, "writable": false, "enumerable": true, "configurable": false }, - BOOL_VEC2: { "value": 35671, "writable": false, "enumerable": true, "configurable": false }, - BOOL_VEC3: { "value": 35672, "writable": false, "enumerable": true, "configurable": false }, - BOOL_VEC4: { "value": 35673, "writable": false, "enumerable": true, "configurable": false }, - FLOAT_MAT2: { "value": 35674, "writable": false, "enumerable": true, "configurable": false }, - FLOAT_MAT3: { "value": 35675, "writable": false, "enumerable": true, "configurable": false }, - FLOAT_MAT4: { "value": 35676, "writable": false, "enumerable": true, "configurable": false }, - SAMPLER_2D: { "value": 35678, "writable": false, "enumerable": true, "configurable": false }, - SAMPLER_CUBE: { "value": 35680, "writable": false, "enumerable": true, "configurable": false }, - VERTEX_ATTRIB_ARRAY_ENABLED: { "value": 34338, "writable": false, "enumerable": true, "configurable": false }, - VERTEX_ATTRIB_ARRAY_SIZE: { "value": 34339, "writable": false, "enumerable": true, "configurable": false }, - VERTEX_ATTRIB_ARRAY_STRIDE: { "value": 34340, "writable": false, "enumerable": true, "configurable": false }, - VERTEX_ATTRIB_ARRAY_TYPE: { "value": 34341, "writable": false, "enumerable": true, "configurable": false }, - VERTEX_ATTRIB_ARRAY_NORMALIZED: { "value": 34922, "writable": false, "enumerable": true, "configurable": false }, - VERTEX_ATTRIB_ARRAY_POINTER: { "value": 34373, "writable": false, "enumerable": true, "configurable": false }, - VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: { "value": 34975, "writable": false, "enumerable": true, "configurable": false }, - IMPLEMENTATION_COLOR_READ_TYPE: { "value": 35738, "writable": false, "enumerable": true, "configurable": false }, - IMPLEMENTATION_COLOR_READ_FORMAT: { "value": 35739, "writable": false, "enumerable": true, "configurable": false }, - COMPILE_STATUS: { "value": 35713, "writable": false, "enumerable": true, "configurable": false }, - LOW_FLOAT: { "value": 36336, "writable": false, "enumerable": true, "configurable": false }, - MEDIUM_FLOAT: { "value": 36337, "writable": false, "enumerable": true, "configurable": false }, - HIGH_FLOAT: { "value": 36338, "writable": false, "enumerable": true, "configurable": false }, - LOW_INT: { "value": 36339, "writable": false, "enumerable": true, "configurable": false }, - MEDIUM_INT: { "value": 36340, "writable": false, "enumerable": true, "configurable": false }, - HIGH_INT: { "value": 36341, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER: { "value": 36160, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER: { "value": 36161, "writable": false, "enumerable": true, "configurable": false }, - RGBA4: { "value": 32854, "writable": false, "enumerable": true, "configurable": false }, - RGB5_A1: { "value": 32855, "writable": false, "enumerable": true, "configurable": false }, - RGB565: { "value": 36194, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_COMPONENT16: { "value": 33189, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_INDEX8: { "value": 36168, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_STENCIL: { "value": 34041, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_WIDTH: { "value": 36162, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_HEIGHT: { "value": 36163, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_INTERNAL_FORMAT: { "value": 36164, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_RED_SIZE: { "value": 36176, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_GREEN_SIZE: { "value": 36177, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_BLUE_SIZE: { "value": 36178, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_ALPHA_SIZE: { "value": 36179, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_DEPTH_SIZE: { "value": 36180, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_STENCIL_SIZE: { "value": 36181, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: { "value": 36048, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: { "value": 36049, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: { "value": 36050, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: { "value": 36051, "writable": false, "enumerable": true, "configurable": false }, - COLOR_ATTACHMENT0: { "value": 36064, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_ATTACHMENT: { "value": 36096, "writable": false, "enumerable": true, "configurable": false }, - STENCIL_ATTACHMENT: { "value": 36128, "writable": false, "enumerable": true, "configurable": false }, - DEPTH_STENCIL_ATTACHMENT: { "value": 33306, "writable": false, "enumerable": true, "configurable": false }, - NONE: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_COMPLETE: { "value": 36053, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_INCOMPLETE_ATTACHMENT: { "value": 36054, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: { "value": 36055, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_INCOMPLETE_DIMENSIONS: { "value": 36057, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_UNSUPPORTED: { "value": 36061, "writable": false, "enumerable": true, "configurable": false }, - FRAMEBUFFER_BINDING: { "value": 36006, "writable": false, "enumerable": true, "configurable": false }, - RENDERBUFFER_BINDING: { "value": 36007, "writable": false, "enumerable": true, "configurable": false }, - MAX_RENDERBUFFER_SIZE: { "value": 34024, "writable": false, "enumerable": true, "configurable": false }, - INVALID_FRAMEBUFFER_OPERATION: { "value": 1286, "writable": false, "enumerable": true, "configurable": false }, - UNPACK_FLIP_Y_WEBGL: { "value": 37440, "writable": false, "enumerable": true, "configurable": false }, - UNPACK_PREMULTIPLY_ALPHA_WEBGL: { "value": 37441, "writable": false, "enumerable": true, "configurable": false }, - CONTEXT_LOST_WEBGL: { "value": 37442, "writable": false, "enumerable": true, "configurable": false }, - UNPACK_COLORSPACE_CONVERSION_WEBGL: { "value": 37443, "writable": false, "enumerable": true, "configurable": false }, - BROWSER_DEFAULT_WEBGL: { "value": 37444, "writable": false, "enumerable": true, "configurable": false }, - RGB8: { "value": 32849, "writable": false, "enumerable": true, "configurable": false }, - RGBA8: { "value": 32856, "writable": false, "enumerable": true, "configurable": false }, - [Symbol.toStringTag]: { value: "WebGLRenderingContext", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(History.prototype, { - state: { get() { v_console_log(" [*] History -> state[get]", {}); return {} } }, - length: { get() { v_console_log(" [*] History -> length[get]", 2); return 2 } }, - replaceState: { value: v_saf(function replaceState() { v_console_log(" [*] History -> replaceState[func]", [].slice.call(arguments)); }) }, - scrollRestoration: { set() { v_console_log(" [*] History -> scrollRestoration[set]", [].slice.call(arguments)); return 2 } }, - [Symbol.toStringTag]: { value: "History", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceObserver.prototype, { - observe: { value: v_saf(function observe() { v_console_log(" [*] PerformanceObserver -> observe[func]", [].slice.call(arguments)); }) }, - disconnect: { value: v_saf(function disconnect() { v_console_log(" [*] PerformanceObserver -> disconnect[func]", [].slice.call(arguments)); }) }, - takeRecords: { value: v_saf(function takeRecords() { v_console_log(" [*] PerformanceObserver -> takeRecords[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "PerformanceObserver", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PluginArray.prototype, { - length: { get() { v_console_log(" [*] PluginArray -> length[get]", 2); return 2 } }, - [Symbol.toStringTag]: { value: "PluginArray", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceObserverEntryList.prototype, { - getEntries: { value: v_saf(function getEntries() { v_console_log(" [*] PerformanceObserverEntryList -> getEntries[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "PerformanceObserverEntryList", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceEntry.prototype, { - name: { get() { v_console_log(" [*] PerformanceEntry -> name[get]", "https://t2.xiaohongshu.com/api/v2/collect"); return "https://t2.xiaohongshu.com/api/v2/collect" } }, - toJSON: { value: v_saf(function toJSON() { v_console_log(" [*] PerformanceEntry -> toJSON[func]", [].slice.call(arguments)); }) }, - startTime: { get() { v_console_log(" [*] PerformanceEntry -> startTime[get]", 53968.5); return 53968.5 } }, - entryType: { get() { v_console_log(" [*] PerformanceEntry -> entryType[get]", "event"); return "event" } }, - duration: { get() { v_console_log(" [*] PerformanceEntry -> duration[get]", 229); return 229 } }, - [Symbol.toStringTag]: { value: "PerformanceEntry", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(CSSStyleDeclaration.prototype, { - setProperty: { value: v_saf(function setProperty() { v_console_log(" [*] CSSStyleDeclaration -> setProperty[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "CSSStyleDeclaration", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(WebKitMutationObserver.prototype, { - observe: { value: v_saf(function observe() { v_console_log(" [*] WebKitMutationObserver -> observe[func]", [].slice.call(arguments)); }) }, - disconnect: { value: v_saf(function disconnect() { v_console_log(" [*] WebKitMutationObserver -> disconnect[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "WebKitMutationObserver", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(MutationObserver.prototype, { - observe: { value: v_saf(function observe() { v_console_log(" [*] MutationObserver -> observe[func]", [].slice.call(arguments)); }) }, - disconnect: { value: v_saf(function disconnect() { v_console_log(" [*] MutationObserver -> disconnect[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "MutationObserver", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(IntersectionObserver.prototype, { - observe: { value: v_saf(function observe() { v_console_log(" [*] IntersectionObserver -> observe[func]", [].slice.call(arguments)); }) }, - disconnect: { value: v_saf(function disconnect() { v_console_log(" [*] IntersectionObserver -> disconnect[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "IntersectionObserver", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(IntersectionObserverEntry.prototype, { - isIntersecting: { get() { v_console_log(" [*] IntersectionObserverEntry -> isIntersecting[get]", false); return false } }, - [Symbol.toStringTag]: { value: "IntersectionObserverEntry", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Plugin.prototype, { - [Symbol.toStringTag]: { value: "Plugin", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(CanvasRenderingContext2D.prototype, { - rect: { value: v_saf(function rect() { v_console_log(" [*] CanvasRenderingContext2D -> rect[func]", [].slice.call(arguments)); }) }, - textBaseline: { set() { v_console_log(" [*] CanvasRenderingContext2D -> textBaseline[set]", [].slice.call(arguments)); } }, - fillStyle: { set() { v_console_log(" [*] CanvasRenderingContext2D -> fillStyle[set]", [].slice.call(arguments)); } }, - fillRect: { value: v_saf(function fillRect() { v_console_log(" [*] CanvasRenderingContext2D -> fillRect[func]", [].slice.call(arguments)); }) }, - font: { set() { v_console_log(" [*] CanvasRenderingContext2D -> font[set]", [].slice.call(arguments)); } }, - fillText: { value: v_saf(function fillText() { v_console_log(" [*] CanvasRenderingContext2D -> fillText[func]", [].slice.call(arguments)); }) }, - globalCompositeOperation: { set() { v_console_log(" [*] CanvasRenderingContext2D -> globalCompositeOperation[set]", [].slice.call(arguments)); } }, - beginPath: { value: v_saf(function beginPath() { v_console_log(" [*] CanvasRenderingContext2D -> beginPath[func]", [].slice.call(arguments)); }) }, - arc: { value: v_saf(function arc() { v_console_log(" [*] CanvasRenderingContext2D -> arc[func]", [].slice.call(arguments)); }) }, - closePath: { value: v_saf(function closePath() { v_console_log(" [*] CanvasRenderingContext2D -> closePath[func]", [].slice.call(arguments)); }) }, - fill: { value: v_saf(function fill() { v_console_log(" [*] CanvasRenderingContext2D -> fill[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "CanvasRenderingContext2D", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(AudioParam.prototype, { - setValueAtTime: { value: v_saf(function setValueAtTime() { v_console_log(" [*] AudioParam -> setValueAtTime[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "AudioParam", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(DOMException.prototype, { - message: { get() { v_console_log(" [*] DOMException -> message[get]", "Failed to execute 'query' on 'Permissions': Push Permission without userVisibleOnly:true isn't supported yet."); return "Failed to execute 'query' on 'Permissions': Push Permission without userVisibleOnly:true isn't supported yet." } }, - INDEX_SIZE_ERR: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - DOMSTRING_SIZE_ERR: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - HIERARCHY_REQUEST_ERR: { "value": 3, "writable": false, "enumerable": true, "configurable": false }, - WRONG_DOCUMENT_ERR: { "value": 4, "writable": false, "enumerable": true, "configurable": false }, - INVALID_CHARACTER_ERR: { "value": 5, "writable": false, "enumerable": true, "configurable": false }, - NO_DATA_ALLOWED_ERR: { "value": 6, "writable": false, "enumerable": true, "configurable": false }, - NO_MODIFICATION_ALLOWED_ERR: { "value": 7, "writable": false, "enumerable": true, "configurable": false }, - NOT_FOUND_ERR: { "value": 8, "writable": false, "enumerable": true, "configurable": false }, - NOT_SUPPORTED_ERR: { "value": 9, "writable": false, "enumerable": true, "configurable": false }, - INUSE_ATTRIBUTE_ERR: { "value": 10, "writable": false, "enumerable": true, "configurable": false }, - INVALID_STATE_ERR: { "value": 11, "writable": false, "enumerable": true, "configurable": false }, - SYNTAX_ERR: { "value": 12, "writable": false, "enumerable": true, "configurable": false }, - INVALID_MODIFICATION_ERR: { "value": 13, "writable": false, "enumerable": true, "configurable": false }, - NAMESPACE_ERR: { "value": 14, "writable": false, "enumerable": true, "configurable": false }, - INVALID_ACCESS_ERR: { "value": 15, "writable": false, "enumerable": true, "configurable": false }, - VALIDATION_ERR: { "value": 16, "writable": false, "enumerable": true, "configurable": false }, - TYPE_MISMATCH_ERR: { "value": 17, "writable": false, "enumerable": true, "configurable": false }, - SECURITY_ERR: { "value": 18, "writable": false, "enumerable": true, "configurable": false }, - NETWORK_ERR: { "value": 19, "writable": false, "enumerable": true, "configurable": false }, - ABORT_ERR: { "value": 20, "writable": false, "enumerable": true, "configurable": false }, - URL_MISMATCH_ERR: { "value": 21, "writable": false, "enumerable": true, "configurable": false }, - QUOTA_EXCEEDED_ERR: { "value": 22, "writable": false, "enumerable": true, "configurable": false }, - TIMEOUT_ERR: { "value": 23, "writable": false, "enumerable": true, "configurable": false }, - INVALID_NODE_TYPE_ERR: { "value": 24, "writable": false, "enumerable": true, "configurable": false }, - DATA_CLONE_ERR: { "value": 25, "writable": false, "enumerable": true, "configurable": false }, - [Symbol.toStringTag]: { value: "DOMException", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(AudioBuffer.prototype, { - getChannelData: { value: v_saf(function getChannelData() { v_console_log(" [*] AudioBuffer -> getChannelData[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "AudioBuffer", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceTiming.prototype, { - toJSON: { value: v_saf(function toJSON() { v_console_log(" [*] PerformanceTiming -> toJSON[func]", [].slice.call(arguments)); }) }, - navigationStart: { get() { v_console_log(" [*] PerformanceTiming -> navigationStart[get]", 1717505435926); return 1717505435926 } }, - [Symbol.toStringTag]: { value: "PerformanceTiming", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(DOMTokenList.prototype, { - length: { get() { v_console_log(" [*] DOMTokenList -> length[get]", 1); return 1 } }, - value: { get() { v_console_log(" [*] DOMTokenList -> value[get]", "header-logo"); return "header-logo" } }, - [Symbol.toStringTag]: { value: "DOMTokenList", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(MimeTypeArray.prototype, { - length: { get() { v_console_log(" [*] MimeTypeArray -> length[get]", 2); return 2 } }, - [Symbol.toStringTag]: { value: "MimeTypeArray", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(MimeType.prototype, { - [Symbol.toStringTag]: { value: "MimeType", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Selection.prototype, { - rangeCount: { get() { v_console_log(" [*] Selection -> rangeCount[get]", 1); return 1 } }, - getRangeAt: { value: v_saf(function getRangeAt() { v_console_log(" [*] Selection -> getRangeAt[func]", [].slice.call(arguments)); }) }, - removeAllRanges: { value: v_saf(function removeAllRanges() { v_console_log(" [*] Selection -> removeAllRanges[func]", [].slice.call(arguments)); }) }, - addRange: { value: v_saf(function addRange() { v_console_log(" [*] Selection -> addRange[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "Selection", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Node.prototype, { - parentNode: { get() { v_console_log(" [*] Node -> parentNode[get]", {}); return {} } }, - removeChild: { value: v_saf(function removeChild() { v_console_log(" [*] Node -> removeChild[func]", [].slice.call(arguments)); }) }, - childNodes: { get() { v_console_log(" [*] Node -> childNodes[get]", {}); return {} } }, - insertBefore: { value: v_saf(function insertBefore() { v_console_log(" [*] Node -> insertBefore[func]", [].slice.call(arguments)); }) }, - appendChild: { value: v_saf(function appendChild() { v_console_log(" [*] Node -> appendChild[func]", [].slice.call(arguments)); }) }, - hasChildNodes: { value: v_saf(function hasChildNodes() { v_console_log(" [*] Node -> hasChildNodes[func]", [].slice.call(arguments)); }) }, - firstChild: { get() { v_console_log(" [*] Node -> firstChild[get]", {}); return {} } }, - nodeType: { get() { v_console_log(" [*] Node -> nodeType[get]", 1); return 1 } }, - nextSibling: { get() { v_console_log(" [*] Node -> nextSibling[get]", {}); return {} } }, - textContent: { get() { v_console_log(" [*] Node -> textContent[get]", "发布"); return "发布" }, set() { v_console_log(" [*] Node -> textContent[set]", [].slice.call(arguments)); return "发布" } }, - contains: { value: v_saf(function contains() { v_console_log(" [*] Node -> contains[func]", [].slice.call(arguments)); }) }, - lastChild: { get() { v_console_log(" [*] Node -> lastChild[get]", {}); return {} } }, - cloneNode: { value: v_saf(function cloneNode() { v_console_log(" [*] Node -> cloneNode[func]", [].slice.call(arguments)); }) }, - nodeName: { get() { v_console_log(" [*] Node -> nodeName[get]", "IMG"); return "IMG" } }, - ELEMENT_NODE: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - ATTRIBUTE_NODE: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - TEXT_NODE: { "value": 3, "writable": false, "enumerable": true, "configurable": false }, - CDATA_SECTION_NODE: { "value": 4, "writable": false, "enumerable": true, "configurable": false }, - ENTITY_REFERENCE_NODE: { "value": 5, "writable": false, "enumerable": true, "configurable": false }, - ENTITY_NODE: { "value": 6, "writable": false, "enumerable": true, "configurable": false }, - PROCESSING_INSTRUCTION_NODE: { "value": 7, "writable": false, "enumerable": true, "configurable": false }, - COMMENT_NODE: { "value": 8, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_NODE: { "value": 9, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_TYPE_NODE: { "value": 10, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_FRAGMENT_NODE: { "value": 11, "writable": false, "enumerable": true, "configurable": false }, - NOTATION_NODE: { "value": 12, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_POSITION_DISCONNECTED: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_POSITION_PRECEDING: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_POSITION_FOLLOWING: { "value": 4, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_POSITION_CONTAINS: { "value": 8, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_POSITION_CONTAINED_BY: { "value": 16, "writable": false, "enumerable": true, "configurable": false }, - DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: { "value": 32, "writable": false, "enumerable": true, "configurable": false }, - [Symbol.toStringTag]: { value: "Node", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Performance.prototype, { - now: { value: v_saf(function now() { v_console_log(" [*] Performance -> now[func]", [].slice.call(arguments)); }) }, - onresourcetimingbufferfull: { set() { v_console_log(" [*] Performance -> onresourcetimingbufferfull[set]", [].slice.call(arguments)); } }, - mark: { value: v_saf(function mark() { v_console_log(" [*] Performance -> mark[func]", [].slice.call(arguments)); }) }, - memory: { get() { v_console_log(" [*] Performance -> memory[get]", {}); return {} } }, - measure: { value: v_saf(function measure() { v_console_log(" [*] Performance -> measure[func]", [].slice.call(arguments)); }) }, - getEntriesByName: { value: v_saf(function getEntriesByName() { v_console_log(" [*] Performance -> getEntriesByName[func]", [].slice.call(arguments)); }) }, - getEntriesByType: { value: v_saf(function getEntriesByType() { v_console_log(" [*] Performance -> getEntriesByType[func]", [].slice.call(arguments)); if (arguments[0] == 'resource') { return v_new(PerformanceResourceTiming) } }) }, - timing: { get() { v_console_log(" [*] Performance -> timing[get]", v_new(PerformanceTiming)); return v_new(PerformanceTiming) } }, - clearResourceTimings: { value: v_saf(function clearResourceTimings() { v_console_log(" [*] Performance -> clearResourceTimings[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "Performance", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(MessagePort.prototype, { - onmessage: { set() { v_console_log(" [*] MessagePort -> onmessage[set]", [].slice.call(arguments)); } }, - [Symbol.toStringTag]: { value: "MessagePort", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(XMLHttpRequestEventTarget.prototype, { - onloadend: { set() { v_console_log(" [*] XMLHttpRequestEventTarget -> onloadend[set]", [].slice.call(arguments)); } }, - onabort: { set() { v_console_log(" [*] XMLHttpRequestEventTarget -> onabort[set]", [].slice.call(arguments)); } }, - onerror: { set() { v_console_log(" [*] XMLHttpRequestEventTarget -> onerror[set]", [].slice.call(arguments)); } }, - ontimeout: { set() { v_console_log(" [*] XMLHttpRequestEventTarget -> ontimeout[set]", [].slice.call(arguments)); } }, - [Symbol.toStringTag]: { value: "XMLHttpRequestEventTarget", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PermissionStatus.prototype, { - state: { get() { v_console_log(" [*] PermissionStatus -> state[get]", "granted"); return "granted" } }, - [Symbol.toStringTag]: { value: "PermissionStatus", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceResourceTiming.prototype, { - initiatorType: { get() { v_console_log(" [*] PerformanceResourceTiming -> initiatorType[get]", "xmlhttprequest"); return "xmlhttprequest" } }, - responseStart: { get() { v_console_log(" [*] PerformanceResourceTiming -> responseStart[get]", 0); return 0 } }, - requestStart: { get() { v_console_log(" [*] PerformanceResourceTiming -> requestStart[get]", 0); return 0 } }, - connectEnd: { get() { v_console_log(" [*] PerformanceResourceTiming -> connectEnd[get]", 0); return 0 } }, - connectStart: { get() { v_console_log(" [*] PerformanceResourceTiming -> connectStart[get]", 0); return 0 } }, - responseEnd: { get() { v_console_log(" [*] PerformanceResourceTiming -> responseEnd[get]", 75028.5); return 75028.5 } }, - transferSize: { get() { v_console_log(" [*] PerformanceResourceTiming -> transferSize[get]", 0); return 0 } }, - toJSON: { value: v_saf(function toJSON() { v_console_log(" [*] PerformanceResourceTiming -> toJSON[func]", [].slice.call(arguments)); }) }, - domainLookupEnd: { get() { v_console_log(" [*] PerformanceResourceTiming -> domainLookupEnd[get]", 115.60000000149012); return 115.60000000149012 } }, - domainLookupStart: { get() { v_console_log(" [*] PerformanceResourceTiming -> domainLookupStart[get]", 15.400000005960464); return 15.400000005960464 } }, - redirectEnd: { get() { v_console_log(" [*] PerformanceResourceTiming -> redirectEnd[get]", 0); return 0 } }, - redirectStart: { get() { v_console_log(" [*] PerformanceResourceTiming -> redirectStart[get]", 0); return 0 } }, - [Symbol.toStringTag]: { value: "PerformanceResourceTiming", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(MediaQueryList.prototype, { - matches: { get() { v_console_log(" [*] MediaQueryList -> matches[get]", false); return false } }, - onchange: { set() { v_console_log(" [*] MediaQueryList -> onchange[set]", [].slice.call(arguments)); return false } }, - [Symbol.toStringTag]: { value: "MediaQueryList", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Screen.prototype, { - colorDepth: { get() { v_console_log(" [*] Screen -> colorDepth[get]", 30); return 30 } }, - pixelDepth: { get() { v_console_log(" [*] Screen -> pixelDepth[get]", 30); return 30 } }, - width: { get() { v_console_log(" [*] Screen -> width[get]", 1512); return 1512 } }, - height: { get() { v_console_log(" [*] Screen -> height[get]", 982); return 982 } }, - availWidth: { get() { v_console_log(" [*] Screen -> availWidth[get]", 1512); return 1512 } }, - availHeight: { get() { v_console_log(" [*] Screen -> availHeight[get]", 950); return 950 } }, - [Symbol.toStringTag]: { value: "Screen", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(BaseAudioContext.prototype, { - createOscillator: { value: v_saf(function createOscillator() { v_console_log(" [*] BaseAudioContext -> createOscillator[func]", [].slice.call(arguments)); }) }, - currentTime: { get() { v_console_log(" [*] BaseAudioContext -> currentTime[get]", 0); return 0 } }, - createDynamicsCompressor: { value: v_saf(function createDynamicsCompressor() { v_console_log(" [*] BaseAudioContext -> createDynamicsCompressor[func]", [].slice.call(arguments)); }) }, - destination: { get() { v_console_log(" [*] BaseAudioContext -> destination[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "BaseAudioContext", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(AudioNode.prototype, { - connect: { value: v_saf(function connect() { v_console_log(" [*] AudioNode -> connect[func]", [].slice.call(arguments)); }) }, - disconnect: { value: v_saf(function disconnect() { v_console_log(" [*] AudioNode -> disconnect[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "AudioNode", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceElementTiming.prototype, { - identifier: { get() { v_console_log(" [*] PerformanceElementTiming -> identifier[get]", "card-exposed"); return "card-exposed" } }, - url: { get() { v_console_log(" [*] PerformanceElementTiming -> url[get]", "https://sns-webpic-qc.xhscdn.com/202406042050/805cd43fe494e914f753dc7602988488/1040g2sg312jn5rkvgg705o6a4peg8m7rp6lb4m8!nc_n_webp_mw_1"); return "https://sns-webpic-qc.xhscdn.com/202406042050/805cd43fe494e914f753dc7602988488/1040g2sg312jn5rkvgg705o6a4peg8m7rp6lb4m8!nc_n_webp_mw_1" } }, - loadTime: { get() { v_console_log(" [*] PerformanceElementTiming -> loadTime[get]", 2252.4000000059605); return 2252.4000000059605 } }, - [Symbol.toStringTag]: { value: "PerformanceElementTiming", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(OfflineAudioCompletionEvent.prototype, { - renderedBuffer: { get() { v_console_log(" [*] OfflineAudioCompletionEvent -> renderedBuffer[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "OfflineAudioCompletionEvent", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PageTransitionEvent.prototype, { - persisted: { get() { v_console_log(" [*] PageTransitionEvent -> persisted[get]", false); return false } }, - [Symbol.toStringTag]: { value: "PageTransitionEvent", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(NetworkInformation.prototype, { - onchange: { get() { v_console_log(" [*] NetworkInformation -> onchange[get]", {}); return {} } }, - effectiveType: { get() { v_console_log(" [*] NetworkInformation -> effectiveType[get]", "4g"); return "4g" } }, - rtt: { get() { v_console_log(" [*] NetworkInformation -> rtt[get]", 150); return 150 } }, - downlink: { get() { v_console_log(" [*] NetworkInformation -> downlink[get]", 10); return 10 } }, - saveData: { get() { v_console_log(" [*] NetworkInformation -> saveData[get]", false); return false } }, - [Symbol.toStringTag]: { value: "NetworkInformation", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(LayoutShift.prototype, { - hadRecentInput: { get() { v_console_log(" [*] LayoutShift -> hadRecentInput[get]", false); return false } }, - value: { get() { v_console_log(" [*] LayoutShift -> value[get]", 0.00025703841069869154); return 0.00025703841069869154 } }, - [Symbol.toStringTag]: { value: "LayoutShift", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceEventTiming.prototype, { - processingStart: { get() { v_console_log(" [*] PerformanceEventTiming -> processingStart[get]", 1565.2000000029802); return 1565.2000000029802 } }, - [Symbol.toStringTag]: { value: "PerformanceEventTiming", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(UIEvent.prototype, { - [Symbol.toStringTag]: { value: "UIEvent", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(LargestContentfulPaint.prototype, { - url: { get() { v_console_log(" [*] LargestContentfulPaint -> url[get]", "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAABgCAYAAAC+PvZZAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAX"); return "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAM0AAABgCAYAAAC+PvZZAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAX" } }, - element: { get() { v_console_log(" [*] LargestContentfulPaint -> element[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "LargestContentfulPaint", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Document.prototype, { - documentElement: { get() { v_console_log(" [*] Document -> documentElement[get]", document); return document } }, - createElement: { value: v_saf(function createElement() { v_console_log(" [*] Document -> createElement[func]", [].slice.call(arguments)); return _createElement(arguments[0]) }) }, - all: { get() { v_console_log(" [*] Document -> all[get]", {}); return {} } }, - readyState: { get() { v_console_log(" [*] Document -> readyState[get]", "complete"); return "complete" } }, - importNode: { value: v_saf(function importNode() { v_console_log(" [*] Document -> importNode[func]", [].slice.call(arguments)); }) }, - referrer: { get() { v_console_log(" [*] Document -> referrer[get]", ""); return "" } }, - title: { set() { v_console_log(" [*] Document -> title[set]", [].slice.call(arguments)); return "" } }, - createComment: { value: v_saf(function createComment() { v_console_log(" [*] Document -> createComment[func]", [].slice.call(arguments)); }) }, - createTextNode: { value: v_saf(function createTextNode() { v_console_log(" [*] Document -> createTextNode[func]", [].slice.call(arguments)); }) }, - createElementNS: { value: v_saf(function createElementNS() { v_console_log(" [*] Document -> createElementNS[func]", [].slice.call(arguments)); }) }, - visibilityState: { get() { v_console_log(" [*] Document -> visibilityState[get]", "visible"); return "visible" } }, - activeElement: { get() { v_console_log(" [*] Document -> activeElement[get]", {}); return {} } }, - createEvent: { value: v_saf(function createEvent() { v_console_log(" [*] Document -> createEvent[func]", [].slice.call(arguments)); }) }, - createDocumentFragment: { value: v_saf(function createDocumentFragment() { v_console_log(" [*] Document -> createDocumentFragment[func]", [].slice.call(arguments)); }) }, - wasDiscarded: { get() { v_console_log(" [*] Document -> wasDiscarded[get]", false); return false } }, - onreadystatechange: { get() { v_console_log(" [*] Document -> onreadystatechange[get]", {}); return {} } }, - onmouseenter: { get() { v_console_log(" [*] Document -> onmouseenter[get]", {}); return {} } }, - onmouseleave: { get() { v_console_log(" [*] Document -> onmouseleave[get]", {}); return {} } }, - getSelection: { value: v_saf(function getSelection() { v_console_log(" [*] Document -> getSelection[func]", [].slice.call(arguments)); }) }, - execCommand: { value: v_saf(function execCommand() { v_console_log(" [*] Document -> execCommand[func]", [].slice.call(arguments)); }) }, - onreadystatechange: { "enumerable": true, "configurable": true }, - onmouseenter: { "enumerable": true, "configurable": true }, - onmouseleave: { "enumerable": true, "configurable": true }, - [Symbol.toStringTag]: { value: "Document", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Element.prototype, { - querySelectorAll: { value: v_saf(function querySelectorAll() { v_console_log(" [*] Element -> querySelectorAll[func]", [].slice.call(arguments)); }) }, - querySelector: { value: v_saf(function querySelector() { v_console_log(" [*] Element -> querySelector[func]", [].slice.call(arguments)); }) }, - clientHeight: { get() { v_console_log(" [*] Element -> clientHeight[get]", 358); return 358 } }, - setAttribute: { value: v_saf(function setAttribute() { v_console_log(" [*] Element -> setAttribute[func]", [].slice.call(arguments)); }) }, - getAttribute: { value: v_saf(function getAttribute() { v_console_log(" [*] Element -> getAttribute[func]", [].slice.call(arguments)); }) }, - remove: { value: v_saf(function remove() { v_console_log(" [*] Element -> remove[func]", [].slice.call(arguments)); }) }, - tagName: { get() { v_console_log(" [*] Element -> tagName[get]", this.v_tagName); return this.v_tagName } }, - namespaceURI: { get() { v_console_log(" [*] Element -> namespaceURI[get]", "http://www.w3.org/1999/xhtml"); return "http://www.w3.org/1999/xhtml" } }, - removeAttribute: { value: v_saf(function removeAttribute() { v_console_log(" [*] Element -> removeAttribute[func]", [].slice.call(arguments)); }) }, - className: { set() { v_console_log(" [*] Element -> className[set]", [].slice.call(arguments)); return "http://www.w3.org/1999/xhtml" } }, - innerHTML: { get() { v_console_log(" [*] Element -> innerHTML[get]", "(e=>{const t=localStorage.getItem(\"xhs-pc-theme\")||\"\",o=null===(e=window.matchMedia(\"(prefers-color-scheme: dark)\"))||void 0===e?void 0:e.matches;var r;(t&&\"system\"!==t?\"dark\"===t:o)&&(null===(r=document)||void 0===r||null===(r=r.querySelector(\"meta[name='theme-color']\"))||void 0===r||r.setAttribute(\"content\",\"rgb(10, 10, 10)\"),document.documentElement.setAttribute(\"dark\",\"\"))})();"); return "(e=>{const t=localStorage.getItem(\"xhs-pc-theme\")||\"\",o=null===(e=window.matchMedia(\"(prefers-color-scheme: dark)\"))||void 0===e?void 0:e.matches;var r;(t&&\"system\"!==t?\"dark\"===t:o)&&(null===(r=document)||void 0===r||null===(r=r.querySelector(\"meta[name='theme-color']\"))||void 0===r||r.setAttribute(\"content\",\"rgb(10, 10, 10)\"),document.documentElement.setAttribute(\"dark\",\"\"))})();" }, set() { v_console_log(" [*] Element -> innerHTML[set]", [].slice.call(arguments)); return "(e=>{const t=localStorage.getItem(\"xhs-pc-theme\")||\"\",o=null===(e=window.matchMedia(\"(prefers-color-scheme: dark)\"))||void 0===e?void 0:e.matches;var r;(t&&\"system\"!==t?\"dark\"===t:o)&&(null===(r=document)||void 0===r||null===(r=r.querySelector(\"meta[name='theme-color']\"))||void 0===r||r.setAttribute(\"content\",\"rgb(10, 10, 10)\"),document.documentElement.setAttribute(\"dark\",\"\"))})();" } }, - setAttributeNS: { value: v_saf(function setAttributeNS() { v_console_log(" [*] Element -> setAttributeNS[func]", [].slice.call(arguments)); }) }, - id: { get() { v_console_log(" [*] Element -> id[get]", "mfContainer"); return "mfContainer" }, set() { v_console_log(" [*] Element -> id[set]", [].slice.call(arguments)); return "mfContainer" } }, - clientWidth: { get() { v_console_log(" [*] Element -> clientWidth[get]", 828); return 828 } }, - scrollWidth: { get() { v_console_log(" [*] Element -> scrollWidth[get]", 828); return 828 } }, - scrollTop: { set() { v_console_log(" [*] Element -> scrollTop[set]", [].slice.call(arguments)); return 828 } }, - children: { get() { v_console_log(" [*] Element -> children[get]", {}); return {} } }, - getAttributeNames: { value: v_saf(function getAttributeNames() { v_console_log(" [*] Element -> getAttributeNames[func]", [].slice.call(arguments)); }) }, - getBoundingClientRect: { value: v_saf(function getBoundingClientRect() { v_console_log(" [*] Element -> getBoundingClientRect[func]", [].slice.call(arguments)); }) }, - classList: { get() { v_console_log(" [*] Element -> classList[get]", {}); return {} } }, - hasAttribute: { value: v_saf(function hasAttribute() { v_console_log(" [*] Element -> hasAttribute[func]", [].slice.call(arguments)); }) }, - scroll: { value: v_saf(function scroll() { v_console_log(" [*] Element -> scroll[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "Element", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(XMLHttpRequest.prototype, { - UNSENT: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - OPENED: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - HEADERS_RECEIVED: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - LOADING: { "value": 3, "writable": false, "enumerable": true, "configurable": false }, - DONE: { "value": 4, "writable": false, "enumerable": true, "configurable": false }, - [Symbol.toStringTag]: { value: "XMLHttpRequest", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(CharacterData.prototype, { - data: { get() { v_console_log(" [*] CharacterData -> data[get]", ""); return "" } }, - [Symbol.toStringTag]: { value: "CharacterData", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(AudioScheduledSourceNode.prototype, { - start: { value: v_saf(function start() { v_console_log(" [*] AudioScheduledSourceNode -> start[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "AudioScheduledSourceNode", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(DynamicsCompressorNode.prototype, { - threshold: { get() { v_console_log(" [*] DynamicsCompressorNode -> threshold[get]", {}); return {} } }, - knee: { get() { v_console_log(" [*] DynamicsCompressorNode -> knee[get]", {}); return {} } }, - ratio: { get() { v_console_log(" [*] DynamicsCompressorNode -> ratio[get]", {}); return {} } }, - reduction: { get() { v_console_log(" [*] DynamicsCompressorNode -> reduction[get]", 0); return 0 } }, - attack: { get() { v_console_log(" [*] DynamicsCompressorNode -> attack[get]", {}); return {} } }, - release: { get() { v_console_log(" [*] DynamicsCompressorNode -> release[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "DynamicsCompressorNode", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(OfflineAudioContext.prototype, { - startRendering: { value: v_saf(function startRendering() { v_console_log(" [*] OfflineAudioContext -> startRendering[func]", [].slice.call(arguments)); }) }, - oncomplete: { set() { v_console_log(" [*] OfflineAudioContext -> oncomplete[set]", [].slice.call(arguments)); } }, - [Symbol.toStringTag]: { value: "OfflineAudioContext", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceNavigationTiming.prototype, { - type: { get() { v_console_log(" [*] PerformanceNavigationTiming -> type[get]", "navigate"); return "navigate" } }, - domInteractive: { get() { v_console_log(" [*] PerformanceNavigationTiming -> domInteractive[get]", 1703.8000000044703); return 1703.8000000044703 } }, - domContentLoadedEventStart: { get() { v_console_log(" [*] PerformanceNavigationTiming -> domContentLoadedEventStart[get]", 1949.3000000044703); return 1949.3000000044703 } }, - loadEventStart: { get() { v_console_log(" [*] PerformanceNavigationTiming -> loadEventStart[get]", 7706.9000000059605); return 7706.9000000059605 } }, - domContentLoadedEventEnd: { get() { v_console_log(" [*] PerformanceNavigationTiming -> domContentLoadedEventEnd[get]", 1950); return 1950 } }, - loadEventEnd: { get() { v_console_log(" [*] PerformanceNavigationTiming -> loadEventEnd[get]", 7711.70000000298); return 7711.70000000298 } }, - [Symbol.toStringTag]: { value: "PerformanceNavigationTiming", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(MouseEvent.prototype, { - [Symbol.toStringTag]: { value: "MouseEvent", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLElement.prototype, { - style: { get() { v_console_log(" [*] HTMLElement -> style[get]", this.v_style); return this.v_style } }, - dataset: { get() { v_console_log(" [*] HTMLElement -> dataset[get]", {}); return {} } }, - onerror: { get() { v_console_log(" [*] HTMLElement -> onerror[get]", {}); return {} }, set() { v_console_log(" [*] HTMLElement -> onerror[set]", [].slice.call(arguments)); return {} } }, - onload: { get() { v_console_log(" [*] HTMLElement -> onload[get]", {}); return {} }, set() { v_console_log(" [*] HTMLElement -> onload[set]", [].slice.call(arguments)); return {} } }, - offsetHeight: { get() { v_console_log(" [*] HTMLElement -> offsetHeight[get]", 20); return 20 } }, - nonce: { get() { v_console_log(" [*] HTMLElement -> nonce[get]", ""); return "" }, set() { v_console_log(" [*] HTMLElement -> nonce[set]", [].slice.call(arguments)); return "" } }, - offsetWidth: { get() { v_console_log(" [*] HTMLElement -> offsetWidth[get]", 624); return 624 } }, - onmouseenter: { get() { v_console_log(" [*] HTMLElement -> onmouseenter[get]", {}); return {} } }, - onmouseleave: { get() { v_console_log(" [*] HTMLElement -> onmouseleave[get]", {}); return {} } }, - onmouseenter: { "enumerable": true, "configurable": true }, - onmouseleave: { "enumerable": true, "configurable": true }, - [Symbol.toStringTag]: { value: "HTMLElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(OscillatorNode.prototype, { - type: { set() { v_console_log(" [*] OscillatorNode -> type[set]", [].slice.call(arguments)); } }, - frequency: { get() { v_console_log(" [*] OscillatorNode -> frequency[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "OscillatorNode", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(SVGElement.prototype, { - style: { get() { v_console_log(" [*] SVGElement -> style[get]",); } }, - onmouseenter: { get() { v_console_log(" [*] SVGElement -> onmouseenter[get]", {}); return {} } }, - onmouseleave: { get() { v_console_log(" [*] SVGElement -> onmouseleave[get]", {}); return {} } }, - onmouseenter: { "enumerable": true, "configurable": true }, - onmouseleave: { "enumerable": true, "configurable": true }, - [Symbol.toStringTag]: { value: "SVGElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLImageElement.prototype, { - src: { get() { v_console_log(" [*] HTMLImageElement -> src[get]", "https://www.xiaohongshu.com/explore"); return "https://www.xiaohongshu.com/explore" }, set() { v_console_log(" [*] HTMLImageElement -> src[set]", [].slice.call(arguments)); return "https://www.xiaohongshu.com/explore" } }, - width: { set() { v_console_log(" [*] HTMLImageElement -> width[set]", [].slice.call(arguments)); return "https://www.xiaohongshu.com/explore" } }, - height: { set() { v_console_log(" [*] HTMLImageElement -> height[set]", [].slice.call(arguments)); return "https://www.xiaohongshu.com/explore" } }, - alt: { get() { v_console_log(" [*] HTMLImageElement -> alt[get]", ""); return "" }, set() { v_console_log(" [*] HTMLImageElement -> alt[set]", [].slice.call(arguments)); return "" } }, - loading: { set() { v_console_log(" [*] HTMLImageElement -> loading[set]", [].slice.call(arguments)); return "" } }, - decoding: { set() { v_console_log(" [*] HTMLImageElement -> decoding[set]", [].slice.call(arguments)); return "" } }, - complete: { get() { v_console_log(" [*] HTMLImageElement -> complete[get]", false); return false } }, - decode: { value: v_saf(function decode() { v_console_log(" [*] HTMLImageElement -> decode[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "HTMLImageElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLCanvasElement.prototype, { - getContext: { value: v_saf(function getContext() { v_console_log(" [*] HTMLCanvasElement -> getContext[func]", [].slice.call(arguments)); if (arguments[0] == '2d') { var r = v_new(CanvasRenderingContext2D); return r }; if (arguments[0] == 'webgl' || arguments[0] == 'experimental-webgl') { var r = v_new(WebGLRenderingContext); r._canvas = this; return r }; return null }) }, - width: { set() { v_console_log(" [*] HTMLCanvasElement -> width[set]", [].slice.call(arguments)); } }, - height: { set() { v_console_log(" [*] HTMLCanvasElement -> height[set]", [].slice.call(arguments)); } }, - [Symbol.toStringTag]: { value: "HTMLCanvasElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLAnchorElement.prototype, { - target: { set() { v_console_log(" [*] HTMLAnchorElement -> target[set]", [].slice.call(arguments)); } }, - [Symbol.toStringTag]: { value: "HTMLAnchorElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLMediaElement.prototype, { - canPlayType: { value: v_saf(function canPlayType() { v_console_log(" [*] HTMLMediaElement -> canPlayType[func]", [].slice.call(arguments)); }) }, - NETWORK_EMPTY: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - NETWORK_IDLE: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - NETWORK_LOADING: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - NETWORK_NO_SOURCE: { "value": 3, "writable": false, "enumerable": true, "configurable": false }, - HAVE_NOTHING: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - HAVE_METADATA: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - HAVE_CURRENT_DATA: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - HAVE_FUTURE_DATA: { "value": 3, "writable": false, "enumerable": true, "configurable": false }, - HAVE_ENOUGH_DATA: { "value": 4, "writable": false, "enumerable": true, "configurable": false }, - [Symbol.toStringTag]: { value: "HTMLMediaElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLScriptElement.prototype, { - charset: { set() { v_console_log(" [*] HTMLScriptElement -> charset[set]", [].slice.call(arguments)); } }, - src: { get() { v_console_log(" [*] HTMLScriptElement -> src[get]", "https://fe-video-qc.xhscdn.com/fe-platform/1408488b6e80ee57d21270bdf1a32a9d9e74fbb0.js"); return "https://fe-video-qc.xhscdn.com/fe-platform/1408488b6e80ee57d21270bdf1a32a9d9e74fbb0.js" }, set() { v_console_log(" [*] HTMLScriptElement -> src[set]", [].slice.call(arguments)); return "https://fe-video-qc.xhscdn.com/fe-platform/1408488b6e80ee57d21270bdf1a32a9d9e74fbb0.js" } }, - type: { set() { v_console_log(" [*] HTMLScriptElement -> type[set]", [].slice.call(arguments)); return "https://fe-video-qc.xhscdn.com/fe-platform/1408488b6e80ee57d21270bdf1a32a9d9e74fbb0.js" } }, - crossOrigin: { set() { v_console_log(" [*] HTMLScriptElement -> crossOrigin[set]", [].slice.call(arguments)); return "https://fe-video-qc.xhscdn.com/fe-platform/1408488b6e80ee57d21270bdf1a32a9d9e74fbb0.js" } }, - [Symbol.toStringTag]: { value: "HTMLScriptElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLLinkElement.prototype, { - rel: { get() { v_console_log(" [*] HTMLLinkElement -> rel[get]", "stylesheet"); return "stylesheet" }, set() { v_console_log(" [*] HTMLLinkElement -> rel[set]", [].slice.call(arguments)); return "stylesheet" } }, - type: { set() { v_console_log(" [*] HTMLLinkElement -> type[set]", [].slice.call(arguments)); return "stylesheet" } }, - href: { set() { v_console_log(" [*] HTMLLinkElement -> href[set]", [].slice.call(arguments)); return "stylesheet" } }, - [Symbol.toStringTag]: { value: "HTMLLinkElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLInputElement.prototype, { - value: { get() { v_console_log(" [*] HTMLInputElement -> value[get]", ""); return "" }, set() { v_console_log(" [*] HTMLInputElement -> value[set]", [].slice.call(arguments)); return "" } }, - [Symbol.toStringTag]: { value: "HTMLInputElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLButtonElement.prototype, { - disabled: { set() { v_console_log(" [*] HTMLButtonElement -> disabled[set]", [].slice.call(arguments)); } }, - [Symbol.toStringTag]: { value: "HTMLButtonElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLIFrameElement.prototype, { - src: { get() { v_console_log(" [*] HTMLIFrameElement -> src[get]", ""); return "" }, set() { v_console_log(" [*] HTMLIFrameElement -> src[set]", [].slice.call(arguments)); return "" } }, - srcdoc: { set() { v_console_log(" [*] HTMLIFrameElement -> srcdoc[set]", [].slice.call(arguments)); return "" } }, - contentWindow: { get() { v_console_log(" [*] HTMLIFrameElement -> contentWindow[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "HTMLIFrameElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLTemplateElement.prototype, { - content: { get() { v_console_log(" [*] HTMLTemplateElement -> content[get]", {}); return {} } }, - [Symbol.toStringTag]: { value: "HTMLTemplateElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLTextAreaElement.prototype, { - value: { set() { v_console_log(" [*] HTMLTextAreaElement -> value[set]", [].slice.call(arguments)); } }, - select: { value: v_saf(function select() { v_console_log(" [*] HTMLTextAreaElement -> select[func]", [].slice.call(arguments)); }) }, - [Symbol.toStringTag]: { value: "HTMLTextAreaElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Window.prototype, { - TEMPORARY: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - PERSISTENT: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - [Symbol.toStringTag]: { value: "Window", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLDocument.prototype, { - [Symbol.toStringTag]: { value: "HTMLDocument", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLHeadElement.prototype, { - [Symbol.toStringTag]: { value: "HTMLHeadElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLBodyElement.prototype, { - [Symbol.toStringTag]: { value: "HTMLBodyElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Location.prototype, { - [Symbol.toStringTag]: { value: "Location", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceLongTaskTiming.prototype, { - [Symbol.toStringTag]: { value: "PerformanceLongTaskTiming", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceMark.prototype, { - [Symbol.toStringTag]: { value: "PerformanceMark", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceMeasure.prototype, { - [Symbol.toStringTag]: { value: "PerformanceMeasure", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceNavigation.prototype, { - TYPE_NAVIGATE: { "value": 0, "writable": false, "enumerable": true, "configurable": false }, - TYPE_RELOAD: { "value": 1, "writable": false, "enumerable": true, "configurable": false }, - TYPE_BACK_FORWARD: { "value": 2, "writable": false, "enumerable": true, "configurable": false }, - TYPE_RESERVED: { "value": 255, "writable": false, "enumerable": true, "configurable": false }, - [Symbol.toStringTag]: { value: "PerformanceNavigation", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformancePaintTiming.prototype, { - [Symbol.toStringTag]: { value: "PerformancePaintTiming", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PerformanceServerTiming.prototype, { - [Symbol.toStringTag]: { value: "PerformanceServerTiming", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLUnknownElement.prototype, { - [Symbol.toStringTag]: { value: "HTMLUnknownElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(Touch.prototype, { - [Symbol.toStringTag]: { value: "Touch", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(TouchEvent.prototype, { - [Symbol.toStringTag]: { value: "TouchEvent", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(PointerEvent.prototype, { - [Symbol.toStringTag]: { value: "PointerEvent", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLDivElement.prototype, { - [Symbol.toStringTag]: { value: "HTMLDivElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLLIElement.prototype, { - [Symbol.toStringTag]: { value: "HTMLLIElement", writable: false, enumerable: false, configurable: true }, - }) - Object.defineProperties(HTMLStyleElement.prototype, { - [Symbol.toStringTag]: { value: "HTMLStyleElement", writable: false, enumerable: false, configurable: true }, - }) + return 'vibrate() { [native code] }' + }, + 'bluetooth': {}, + 'clipboard': {}, + 'credentials': {}, + 'keyboard': {}, + 'managed': {}, + 'mediaDevices': {}, + 'storage': {}, + 'serviceWorker': {}, + 'virtualKeyboard': {}, + 'wakeLock': {}, + 'deviceMemory': 8, // 内存 + 'ink': {}, + 'hid': {}, + 'locks': {}, + 'mediaCapabilities': {}, + 'mediaSession': {}, + 'permissions': {}, + 'presentation': {}, + 'serial': {}, + 'gpu': {}, + 'usb': {}, + 'windowControlsOverlay': {}, + 'xr': {}, + 'clearAppBadge': function () { + return 'clearAppBadge() { [native code] }' + }, + 'getBattery': function () { + return 'getBattery() { [native code] }' + }, + 'getUserMedia': function () { + return 'getUserMedia() { [native code] }' + }, + 'requestMIDIAccess': function () { - if (typeof __dirname != 'undefined') { __dirname = undefined } - if (typeof __filename != 'undefined') { __filename = undefined } - if (typeof require != 'undefined') { require = undefined } - if (typeof exports != 'undefined') { exports = undefined } - if (typeof module != 'undefined') { module = undefined } - if (typeof Buffer != 'undefined') { Buffer = undefined } - var __globalThis__ = typeof global != 'undefined' ? global : this - var window = new Proxy(v_new(Window), { - get(a, b) { if (b == 'global') { return } return a[b] || __globalThis__[b] }, - set(a, b, c) { - if (b == 'onclick' && typeof c == 'function') { window.addEventListener('click', c) } - if (b == 'onmousedown' && typeof c == 'function') { window.addEventListener('mousedown', c) } - if (b == 'onmouseup' && typeof c == 'function') { window.addEventListener('mouseup', c) } - __globalThis__[b] = a[b] = c - return true + return 'requestMIDIAccess() { [native code] }' }, - }) - var v_hasOwnProperty = Object.prototype.hasOwnProperty - Object.prototype.hasOwnProperty = v_saf(function hasOwnProperty() { - if (this == window) { return v_hasOwnProperty.apply(__globalThis__, arguments) } - return v_hasOwnProperty.apply(this, arguments) - }) - Object.defineProperties(__globalThis__, { [Symbol.toStringTag]: { value: 'Window' } }) - Object.defineProperties(__globalThis__, Object.getOwnPropertyDescriptors(window)) - Object.setPrototypeOf(__globalThis__, Object.getPrototypeOf(window)) - window.parent = window - window.top = window - window.frames = window - window.self = window - window["0"] = v_new(Window) - window.document = v_new(HTMLDocument) - window.location = v_new(Location) - window.history = v_new(History) - window.navigator = v_new(Navigator) - window.screen = v_new(Screen) - window.clientInformation = navigator - window.performance = v_new(Performance) - window.sessionStorage = v_new(Storage) - window.localStorage = v_new(Storage) + 'requestMediaKeySystemAccess': function () { - var win = { - window: window, - frames: window, - parent: window, - self: window, - top: window, - } - function v_repair_this() { - win = { - window: __globalThis__, - frames: __globalThis__, - parent: __globalThis__, - self: __globalThis__, - top: __globalThis__, - } - } - Object.defineProperties(window, { - window: { get: function () { return win.window }, set: function (e) { return win.window = e } }, - frames: { get: function () { return win.frames }, set: function (e) { return win.frames = e } }, - parent: { get: function () { return win.parent }, set: function (e) { return win.parent = e } }, - self: { get: function () { return win.self }, set: function (e) { return win.self = e } }, - top: { get: function () { return win.top }, set: function (e) { return win.top = e } }, - }) + return 'requestMediaKeySystemAccess() { [native code] }' + }, + 'setAppBadge': function () { - function _createElement(name) { - var htmlmap = { "HTMLElement": ["abbr", "address", "article", "aside", "b", "bdi", "bdo", "cite", "code", "dd", "dfn", "dt", "em", "figcaption", "figure", "footer", "header", "hgroup", "i", "kbd", "main", "mark", "nav", "noscript", "rp", "rt", "ruby", "s", "samp", "section", "small", "strong", "sub", "summary", "sup", "u", "var", "wbr"], "HTMLImageElement": ["img"], "HTMLCanvasElement": ["canvas"], "HTMLAnchorElement": ["a"], "HTMLMediaElement": [], "HTMLScriptElement": ["script"], "HTMLLinkElement": ["link"], "HTMLInputElement": ["input"], "HTMLButtonElement": ["button"], "HTMLIFrameElement": ["iframe"], "HTMLTemplateElement": ["template"], "HTMLTextAreaElement": ["textarea"], "HTMLHeadElement": ["head"], "HTMLBodyElement": ["body"], "HTMLUnknownElement": [] } - var ret, htmlmapkeys = Object.keys(htmlmap) - name = name.toLocaleLowerCase() - for (var i = 0; i < htmlmapkeys.length; i++) { - if (htmlmap[htmlmapkeys[i]].indexOf(name) != -1) { - ret = v_new(window[htmlmapkeys[i]]) - break - } - } - if (!ret) { ret = v_new(HTMLUnknownElement) } - if (typeof CSSStyleDeclaration != 'undefined') { ret.v_style = v_new(CSSStyleDeclaration) } - ret.v_tagName = name.toUpperCase() - return ret - } - function init_cookie(cookie) { - var cache = (cookie || "").trim(); - if (!cache) { - cache = '' - } else if (cache.charAt(cache.length - 1) != ';') { - cache += '; ' - } else { - cache += ' ' - } - Object.defineProperty(Document.prototype, 'cookie', { - get: function () { - var r = cache.slice(0, cache.length - 2); - v_console_log(' [*] document -> cookie[get]', r) - return r - }, - set: function (c) { - v_console_log(' [*] document -> cookie[set]', c) - var ncookie = c.split(";")[0].split("="); - if (!ncookie.slice(1).join('')) { - return c - } - var key = ncookie[0].trim() - var val = ncookie.slice(1).join('').trim() - var newc = key + '=' + val - var flag = false; - var temp = cache.split("; ").map(function (a) { - if (a.split("=")[0] === key) { - flag = true; - return newc; - } - return a; - }) - cache = temp.join("; "); - if (!flag) { - cache += newc + "; "; - } - return cache; - } - }); + return 'setAppBadge() { [native code] }' + }, + 'webkitGetUserMedia': function () { + + return 'webkitGetUserMedia() { [native code] }' + }, + 'getInstalledRelatedApps': function () { + + return 'getInstalledRelatedApps() { [native code] }' + }, + 'registerProtocolHandler': function () { + + return 'registerProtocolHandler() { [native code] }' + }, + 'unregisterProtocolHandler': function () { + + return 'unregisterProtocolHandler() { [native code] }' + }, + 'appName': 'Netscape' } - function v_hook_href(obj, name, initurl) { - var r = Object.defineProperty(obj, 'href', { - get: function () { - if (!(this.protocol) && !(this.hostname)) { - r = '' - } else { - r = this.protocol + "//" + this.hostname + (this.port ? ":" + this.port : "") + this.pathname + this.search + this.hash; - } - v_console_log(` [*] ${name || obj.constructor.name} -> href[get]:`, JSON.stringify(r)) - return r - }, - set: function (href) { - href = href.trim() - v_console_log(` [*] ${name || obj.constructor.name} -> href[set]:`, JSON.stringify(href)) - if (href.startsWith("http://") || href.startsWith("https://")) {/*ok*/ } - else if (href.startsWith("//")) { href = (this.protocol ? this.protocol : 'http:') + href } - else { href = this.protocol + "//" + this.hostname + (this.port ? ":" + this.port : "") + '/' + ((href[0] == '/') ? href.slice(1) : href) } - var a = href.match(/([^:]+:)\/\/([^/:?#]+):?(\d+)?([^?#]*)?(\?[^#]*)?(#.*)?/); - this.protocol = a[1] ? a[1] : ""; - this.hostname = a[2] ? a[2] : ""; - this.port = a[3] ? a[3] : ""; - this.pathname = a[4] ? a[4] : ""; - this.search = a[5] ? a[5] : ""; - this.hash = a[6] ? a[6] : ""; - this.host = this.hostname + (this.port ? ":" + this.port : ""); - this.origin = this.protocol + "//" + this.hostname + (this.port ? ":" + this.port : ""); - } - }); - if (initurl && initurl.trim()) { var temp = v_new_toggle; v_new_toggle = true; r.href = initurl; v_new_toggle = temp; } - return r + window.external = {} + + + window.CanvasRenderingContext2D = function () { + + return "CanvasRenderingContext2D() { [native code] }" } - function v_hook_storage() { - Storage.prototype.clear = v_saf(function () { v_console_log(` [*] Storage -> clear[func]:`); var self = this; Object.keys(self).forEach(function (key) { delete self[key]; }); }, 'clear') - Storage.prototype.getItem = v_saf(function (key) { v_console_log(` [*] Storage -> getItem[func]:`, key); var r = (this.hasOwnProperty(key) ? String(this[key]) : null); return r }, 'getItem') - Storage.prototype.setItem = v_saf(function (key, val) { v_console_log(` [*] Storage -> setItem[func]:`, key, val); this[key] = (val === undefined) ? null : String(val) }, 'setItem') - Storage.prototype.key = v_saf(function (key) { v_console_log(` [*] Storage -> key[func]:`, key); return Object.keys(this)[key || 0]; }, 'key') - Storage.prototype.removeItem = v_saf(function (key) { v_console_log(` [*] Storage -> removeItem[func]:`, key); delete this[key]; }, 'removeItem') - Object.defineProperty(Storage.prototype, 'length', { - get: function () { - if (this === Storage.prototype) { throw TypeError('Illegal invocation') } return Object.keys(this).length - } - }) - window.sessionStorage = new Proxy(sessionStorage, { set: function (a, b, c) { v_console_log(` [*] Storage -> [set]:`, b, c); return a[b] = String(c) }, get: function (a, b) { v_console_log(` [*] Storage -> [get]:`, b, a[b]); return a[b] }, }) - window.localStorage = new Proxy(localStorage, { set: function (a, b, c) { v_console_log(` [*] Storage -> [set]:`, b, c); return a[b] = String(c) }, get: function (a, b) { v_console_log(` [*] Storage -> [get]:`, b, a[b]); return a[b] }, }) + + window.HTMLCanvasElement = function () { + + return "HTMLCanvasElement() { [native code] }" } - function v_init_document() { - Document.prototype.getElementById = v_saf(function getElementById(name) { var r = v_getele(name, 'getElementById'); v_console_log(' [*] Document -> getElementById', name, r); return r }) - Document.prototype.querySelector = v_saf(function querySelector(name) { var r = v_getele(name, 'querySelector'); v_console_log(' [*] Document -> querySelector', name, r); return r }) - Document.prototype.getElementsByClassName = v_saf(function getElementsByClassName(name) { var r = v_geteles(name, 'getElementsByClassName'); v_console_log(' [*] Document -> getElementsByClassName', name, r); return r }) - Document.prototype.getElementsByName = v_saf(function getElementsByName(name) { var r = v_geteles(name, 'getElementsByName'); v_console_log(' [*] Document -> getElementsByName', name, r); return r }) - Document.prototype.getElementsByTagName = v_saf(function getElementsByTagName(name) { var r = v_geteles(name, 'getElementsByTagName'); v_console_log(' [*] Document -> getElementsByTagName', name, r); return r }) - Document.prototype.getElementsByTagNameNS = v_saf(function getElementsByTagNameNS(name) { var r = v_geteles(name, 'getElementsByTagNameNS'); v_console_log(' [*] Document -> getElementsByTagNameNS', name, r); return r }) - Document.prototype.querySelectorAll = v_saf(function querySelectorAll(name) { var r = v_geteles(name, 'querySelectorAll'); v_console_log(' [*] Document -> querySelectorAll', name, r); return r }) - var v_head = v_new(HTMLHeadElement) - var v_body = v_new(HTMLBodyElement) - Object.defineProperties(Document.prototype, { - head: { get() { v_console_log(" [*] Document -> head[get]", v_head); return v_head } }, - body: { get() { v_console_log(" [*] Document -> body[get]", v_body); return v_body } }, - }) + + window.RegExp = function RegExp() { + + }; + + window.RegExp.prototype.test = function test() { + return false } - function v_init_canvas() { - HTMLCanvasElement.prototype.getContext = function () { if (arguments[0] == '2d') { var r = v_new(CanvasRenderingContext2D); return r }; if (arguments[0] == 'webgl' || arguments[0] == 'experimental-webgl') { var r = v_new(WebGLRenderingContext); r._canvas = this; return r }; return null } - HTMLCanvasElement.prototype.toDataURL = function () { return "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAACWCAYAAABkW7XSAAAEYklEQVR4Xu3UAQkAAAwCwdm/9HI83BLIOdw5AgQIRAQWySkmAQIEzmB5AgIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlAABg+UHCBDICBisTFWCEiBgsPwAAQIZAYOVqUpQAgQMlh8gQCAjYLAyVQlKgIDB8gMECGQEDFamKkEJEDBYfoAAgYyAwcpUJSgBAgbLDxAgkBEwWJmqBCVAwGD5AQIEMgIGK1OVoAQIGCw/QIBARsBgZaoSlACBB1YxAJfjJb2jAAAAAElFTkSuQmCC" } + + window.devicePixelRatio = 2 + window.openDatabase = undefined + window.AudioContext = function () { + + return "AudioContext() { [native code] }" } - var v_start_stamp = +new Date - var v_fake_stamp = +new Date - function v_init_event_target() { - v_events = {} - function add_event(_this, x) { - if (!v_events[x[0]]) { - v_events[x[0]] = [] - } - v_events[x[0]].push([_this, x[1].bind(_this)]) - } - function _mk_mouse_event(type, canBubble, cancelable, view, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget) { - if (type == 'click') { - var m = new v_saf(function PointerEvent() { }) - m.pointerType = "mouse" - } else { - var m = new v_saf(function MouseEvent() { }) - } - m.isTrusted = true - m.type = type - m.canBubble = canBubble - m.cancelable = cancelable - m.view = view - m.detail = detail - m.screenX = screenX; m.movementX = screenX - m.screenY = screenY; m.movementY = screenY - m.clientX = clientX; m.layerX = clientX; m.offsetX = clientX; m.pageX = clientX; m.x = clientX; - m.clientY = clientY; m.layerY = clientY; m.offsetY = clientY; m.pageY = clientY; m.y = clientY; - m.ctrlKey = ctrlKey - m.altKey = altKey - m.shiftKey = shiftKey - m.metaKey = metaKey - m.button = button - m.relatedTarget = relatedTarget - return m - } - function make_mouse(type, x, y) { - return _mk_mouse_event(type, true, true, window, 0, 0, 0, x, y, false, false, false, false, 0, null) - } - function mouse_click(x, y) { - for (var i = 0; i < (v_events['click'] || []).length; i++) { v_events['click'][i][1](make_mouse('click', x, y)) } - for (var i = 0; i < (v_events['mousedown'] || []).length; i++) { v_events['mousedown'][i][1](make_mouse('mousedown', x, y)) } - for (var i = 0; i < (v_events['mouseup'] || []).length; i++) { v_events['mouseup'][i][1](make_mouse('mouseup', x, y)) } - } - var offr = Math.random() - function make_touch(_this, type, x, y, timeStamp) { - var offx = Math.random() - var offy = Math.random() - var t = v_new(new v_saf(function Touch() { })) - t = clientX = offx + x - t = clientY = offy + y - t = force = 1 - t = identifier = 0 - t = pageX = offx + x - t = pageY = offy + y - t = radiusX = 28 + offr - t = radiusY = 28 + offr - t = rotationAngle = 0 - t = screenX = 0 - t = screenY = 0 - var e = v_new(new v_saf(function TouchEvent() { })) - e.isTrusted = true - e.altKey = false - e.bubbles = true - e.cancelBubble = false - e.cancelable = false - e.changedTouches = e.targetTouches = e.touches = [t] - e.composed = true - e.ctrlKey = false - e.currentTarget = null - e.defaultPrevented = false - e.detail = 0 - e.eventPhase = 0 - e.metaKey = false - e.path = _this == window ? [window] : [_this, window] - e.returnValue = true - e.shiftKey = false - e.sourceCapabilities = new v_saf(function InputDeviceCapabilities() { this.firesTouchEvents = true }) - e.srcElement = _this - e.target = _this - e.type = type - e.timeStamp = timeStamp == undefined ? (new Date - v_start_stamp) : ((v_fake_stamp += Math.random() * 20) - v_start_stamp) - e.view = window - e.which = 0 - return e - } - function make_trace(x1, y1, x2, y2) { - // 贝塞尔曲线 - function step_len(x1, y1, x2, y2) { - var ln = ((x2 - x1) ** 2 + (y2 - y1) ** 2) ** 0.5 - return (ln / 10) ^ 0 - } - var slen = step_len(x1, y1, x2, y2) - if (slen < 3) { - return [] - } - function factorial(x) { - for (var y = 1; x > 1; x--) { - y *= x - } - return y; - } - var lp = Math.random() - var rp = Math.random() - var xx1 = (x1 + (x2 - x1) / 12 * (4 - lp * 4)) ^ 0 - var yy1 = (y1 + (y2 - y1) / 12 * (8 + lp * 4)) ^ 0 - var xx2 = (x1 + (x2 - x1) / 12 * (8 + rp * 4)) ^ 0 - var yy2 = (y1 + (y2 - y1) / 12 * (4 - rp * 4)) ^ 0 - var points = [[x1, y1], [xx1, yy1], [xx2, yy2], [x2, y2]] - var N = points.length - var n = N - 1 - var traces = [] - var step = slen - for (var T = 0; T < step + 1; T++) { - var t = T * (1 / step) - var x = 0 - var y = 0 - for (var i = 0; i < N; i++) { - var B = factorial(n) * t ** i * (1 - t) ** (n - i) / (factorial(i) * factorial(n - i)) - x += points[i][0] * B - y += points[i][1] * B + window.webkitAudioContext = undefined + + document.createElement = function createElement(name) { + let element; + element = new (function () { }) + element.getContext = function getContext(ctx) { + if (ctx == 'webgl') { + return { + 'getExtension': function () { + return { + 'UNMASKED_VENDOR_WEBGL': 37446, + 'UNMASKED_VENDOR_WEBGL': 37445 + } + }, + 'getParameter': function () { + return 'Google Inc. (Apple)' + } } - traces.push([x ^ 0, y ^ 0]) } - return traces + return {} } - function touch(x1, y1, x2, y2) { - if (x2 == undefined && y2 == undefined) { - x2 = x1 - y2 = y1 + element.style = { 'height': '20px' } + element.tagName = 'DIV' + element.appendChild = function (child) { + if (this === child) { + throw new dom.window.DOMException("Failed to execute 'appendChild' on 'Node': The new child element contains the parent.", "HierarchyRequestError"); } - var traces = make_trace(x1, y1, x2, y2) - console.log('traces:', traces) - for (var i = 0; i < (v_events['touchstart'] || []).length; i++) { v_events['touchstart'][i][1](make_touch(v_events['touchstart'][i][0], 'touchstart', x1, y1)) } - for (var j = 0; j < traces.length; j++) { - var x = traces[j][0] - var y = traces[j][0] - for (var i = 0; i < (v_events['touchmove'] || []).length; i++) { v_events['touchmove'][i][1](make_touch(v_events['touchmove'][i][0], 'touchmove', x, y)) } - } - for (var i = 0; i < (v_events['touchend'] || []).length; i++) { v_events['touchend'][i][1](make_touch(v_events['touchend'][i][0], 'touchend', x2, y2)) } + return {}; } - function mouse_move(x1, y1, x2, y2) { - if (x2 == undefined && y2 == undefined) { - x2 = x1 - y2 = y1 - } - var traces = make_trace(x1, y1, x2, y2) - console.log('traces:', traces) - for (var j = 0; j < traces.length; j++) { - var x = traces[j][0] - var y = traces[j][0] - for (var i = 0; i < (v_events['mousemove'] || []).length; i++) { v_events['mousemove'][i][1](make_touch(v_events['mousemove'][i][0], 'mousemove', x, y)) } - } + element.remove = function () { + return } - window.make_mouse = make_mouse - window.mouse_click = mouse_click - window.mouse_move = mouse_move - window.touch = touch - EventTarget.prototype.addEventListener = function () { v_console_log(' [*] EventTarget -> addEventListener[func]', this === window ? '[Window]' : this === document ? '[Document]' : this, [].slice.call(arguments)); add_event(this, [].slice.call(arguments)); return null } - EventTarget.prototype.dispatchEvent = function () { v_console_log(' [*] EventTarget -> dispatchEvent[func]', this === window ? '[Window]' : this === document ? '[Document]' : this, [].slice.call(arguments)); add_event(this, [].slice.call(arguments)); return null } - EventTarget.prototype.removeEventListener = function () { v_console_log(' [*] EventTarget -> removeEventListener[func]', this === window ? '[Window]' : this === document ? '[Document]' : this, [].slice.call(arguments)); add_event(this, [].slice.call(arguments)); return null } - } - function v_init_Element_prototype() { - Element.prototype.getAnimations = Element.prototype.getAnimations || v_saf(function getAnimations() { v_console_log(" [*] Element -> getAnimations[func]", [].slice.call(arguments)); }) - Element.prototype.getAttribute = Element.prototype.getAttribute || v_saf(function getAttribute() { v_console_log(" [*] Element -> getAttribute[func]", [].slice.call(arguments)); }) - Element.prototype.getAttributeNS = Element.prototype.getAttributeNS || v_saf(function getAttributeNS() { v_console_log(" [*] Element -> getAttributeNS[func]", [].slice.call(arguments)); }) - Element.prototype.getAttributeNames = Element.prototype.getAttributeNames || v_saf(function getAttributeNames() { v_console_log(" [*] Element -> getAttributeNames[func]", [].slice.call(arguments)); }) - Element.prototype.getAttributeNode = Element.prototype.getAttributeNode || v_saf(function getAttributeNode() { v_console_log(" [*] Element -> getAttributeNode[func]", [].slice.call(arguments)); }) - Element.prototype.getAttributeNodeNS = Element.prototype.getAttributeNodeNS || v_saf(function getAttributeNodeNS() { v_console_log(" [*] Element -> getAttributeNodeNS[func]", [].slice.call(arguments)); }) - Element.prototype.getBoundingClientRect = Element.prototype.getBoundingClientRect || v_saf(function getBoundingClientRect() { v_console_log(" [*] Element -> getBoundingClientRect[func]", [].slice.call(arguments)); }) - Element.prototype.getClientRects = Element.prototype.getClientRects || v_saf(function getClientRects() { v_console_log(" [*] Element -> getClientRects[func]", [].slice.call(arguments)); }) - Element.prototype.getElementsByClassName = Element.prototype.getElementsByClassName || v_saf(function getElementsByClassName() { v_console_log(" [*] Element -> getElementsByClassName[func]", [].slice.call(arguments)); }) - Element.prototype.getElementsByTagName = Element.prototype.getElementsByTagName || v_saf(function getElementsByTagName() { v_console_log(" [*] Element -> getElementsByTagName[func]", [].slice.call(arguments)); }) - Element.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS || v_saf(function getElementsByTagNameNS() { v_console_log(" [*] Element -> getElementsByTagNameNS[func]", [].slice.call(arguments)); }) - Element.prototype.getInnerHTML = Element.prototype.getInnerHTML || v_saf(function getInnerHTML() { v_console_log(" [*] Element -> getInnerHTML[func]", [].slice.call(arguments)); }) - Element.prototype.hasAttribute = Element.prototype.hasAttribute || v_saf(function hasAttribute() { v_console_log(" [*] Element -> hasAttribute[func]", [].slice.call(arguments)); }) - Element.prototype.hasAttributeNS = Element.prototype.hasAttributeNS || v_saf(function hasAttributeNS() { v_console_log(" [*] Element -> hasAttributeNS[func]", [].slice.call(arguments)); }) - Element.prototype.hasAttributes = Element.prototype.hasAttributes || v_saf(function hasAttributes() { v_console_log(" [*] Element -> hasAttributes[func]", [].slice.call(arguments)); }) - Element.prototype.hasPointerCapture = Element.prototype.hasPointerCapture || v_saf(function hasPointerCapture() { v_console_log(" [*] Element -> hasPointerCapture[func]", [].slice.call(arguments)); }) - Element.prototype.webkitMatchesSelector = Element.prototype.webkitMatchesSelector || v_saf(function webkitMatchesSelector() { v_console_log(" [*] Element -> webkitMatchesSelector[func]", [].slice.call(arguments)); }) - } - function v_init_DOMTokenList_prototype() { - DOMTokenList.prototype.add = DOMTokenList.prototype.add || v_saf(function add() { v_console_log(" [*] DOMTokenList -> add[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.contains = DOMTokenList.prototype.contains || v_saf(function contains() { v_console_log(" [*] DOMTokenList -> contains[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.entries = DOMTokenList.prototype.entries || v_saf(function entries() { v_console_log(" [*] DOMTokenList -> entries[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.forEach = DOMTokenList.prototype.forEach || v_saf(function forEach() { v_console_log(" [*] DOMTokenList -> forEach[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.item = DOMTokenList.prototype.item || v_saf(function item() { v_console_log(" [*] DOMTokenList -> item[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.keys = DOMTokenList.prototype.keys || v_saf(function keys() { v_console_log(" [*] DOMTokenList -> keys[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.length = DOMTokenList.prototype.length || v_saf(function length() { v_console_log(" [*] DOMTokenList -> length[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.remove = DOMTokenList.prototype.remove || v_saf(function remove() { v_console_log(" [*] DOMTokenList -> remove[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.replace = DOMTokenList.prototype.replace || v_saf(function replace() { v_console_log(" [*] DOMTokenList -> replace[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.supports = DOMTokenList.prototype.supports || v_saf(function supports() { v_console_log(" [*] DOMTokenList -> supports[func]", [].slice.call(arguments)); }) - DOMTokenList.prototype.toggle = DOMTokenList.prototype.toggle || v_saf(function toggle() { v_console_log(" [*] DOMTokenList -> toggle[func]", [].slice.call(arguments)); }) - } - function v_init_CSSStyleDeclaration_prototype() { - CSSStyleDeclaration.prototype["zoom"] = '' - CSSStyleDeclaration.prototype["resize"] = '' - CSSStyleDeclaration.prototype["text-rendering"] = '' - CSSStyleDeclaration.prototype["text-align-last"] = '' - } - function v_init_PointerEvent_prototype() { - PointerEvent.prototype.getCoalescedEvents = v_saf(function getCoalescedEvents() { v_console_log(" [*] PointerEvent -> getCoalescedEvents[func]", [].slice.call(arguments)); }) - PointerEvent.prototype.getPredictedEvents = v_saf(function getPredictedEvents() { v_console_log(" [*] PointerEvent -> getPredictedEvents[func]", [].slice.call(arguments)); }) + element.offsetHeight = 0 + console.log('createElement', name, "type", typeof (name)) + + return element } - function v_init_PerformanceTiming_prototype() { - try { - Object.defineProperties(PerformanceTiming.prototype, { - connectEnd: { set: undefined, enumerable: true, configurable: true, get: v_saf(function connectEnd() { v_console_log(" [*] PerformanceTiming -> connectEnd[get]", [].slice.call(arguments)); }) }, - connectStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function connectStart() { v_console_log(" [*] PerformanceTiming -> connectStart[get]", [].slice.call(arguments)); }) }, - domComplete: { set: undefined, enumerable: true, configurable: true, get: v_saf(function domComplete() { v_console_log(" [*] PerformanceTiming -> domComplete[get]", [].slice.call(arguments)); }) }, - domContentLoadedEventEnd: { set: undefined, enumerable: true, configurable: true, get: v_saf(function domContentLoadedEventEnd() { v_console_log(" [*] PerformanceTiming -> domContentLoadedEventEnd[get]", [].slice.call(arguments)); }) }, - domContentLoadedEventStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function domContentLoadedEventStart() { v_console_log(" [*] PerformanceTiming -> domContentLoadedEventStart[get]", [].slice.call(arguments)); }) }, - domInteractive: { set: undefined, enumerable: true, configurable: true, get: v_saf(function domInteractive() { v_console_log(" [*] PerformanceTiming -> domInteractive[get]", [].slice.call(arguments)); }) }, - domLoading: { set: undefined, enumerable: true, configurable: true, get: v_saf(function domLoading() { v_console_log(" [*] PerformanceTiming -> domLoading[get]", [].slice.call(arguments)); }) }, - domainLookupEnd: { set: undefined, enumerable: true, configurable: true, get: v_saf(function domainLookupEnd() { v_console_log(" [*] PerformanceTiming -> domainLookupEnd[get]", [].slice.call(arguments)); }) }, - domainLookupStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function domainLookupStart() { v_console_log(" [*] PerformanceTiming -> domainLookupStart[get]", [].slice.call(arguments)); }) }, - fetchStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function fetchStart() { v_console_log(" [*] PerformanceTiming -> fetchStart[get]", [].slice.call(arguments)); }) }, - loadEventEnd: { set: undefined, enumerable: true, configurable: true, get: v_saf(function loadEventEnd() { v_console_log(" [*] PerformanceTiming -> loadEventEnd[get]", [].slice.call(arguments)); }) }, - loadEventStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function loadEventStart() { v_console_log(" [*] PerformanceTiming -> loadEventStart[get]", [].slice.call(arguments)); }) }, - navigationStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function navigationStart() { v_console_log(" [*] PerformanceTiming -> navigationStart[get]", [].slice.call(arguments)); }) }, - redirectEnd: { set: undefined, enumerable: true, configurable: true, get: v_saf(function redirectEnd() { v_console_log(" [*] PerformanceTiming -> redirectEnd[get]", [].slice.call(arguments)); }) }, - redirectStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function redirectStart() { v_console_log(" [*] PerformanceTiming -> redirectStart[get]", [].slice.call(arguments)); }) }, - requestStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function requestStart() { v_console_log(" [*] PerformanceTiming -> requestStart[get]", [].slice.call(arguments)); }) }, - responseEnd: { set: undefined, enumerable: true, configurable: true, get: v_saf(function responseEnd() { v_console_log(" [*] PerformanceTiming -> responseEnd[get]", [].slice.call(arguments)); }) }, - responseStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function responseStart() { v_console_log(" [*] PerformanceTiming -> responseStart[get]", [].slice.call(arguments)); }) }, - secureConnectionStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function secureConnectionStart() { v_console_log(" [*] PerformanceTiming -> secureConnectionStart[get]", [].slice.call(arguments)); }) }, - unloadEventEnd: { set: undefined, enumerable: true, configurable: true, get: v_saf(function unloadEventEnd() { v_console_log(" [*] PerformanceTiming -> unloadEventEnd[get]", [].slice.call(arguments)); }) }, - unloadEventStart: { set: undefined, enumerable: true, configurable: true, get: v_saf(function unloadEventStart() { v_console_log(" [*] PerformanceTiming -> unloadEventStart[get]", [].slice.call(arguments)); }) }, - }) - } catch (e) { } + + + document.documentElement = {} + document.documentElement.style = {}; + document.body = {} + document.body.appendChild = function (child) { + if (this === child) { + throw new dom.window.DOMException("Failed to execute 'appendChild' on 'Node': The new child element contains the parent.", "HierarchyRequestError"); + } + return {}; } - function mk_atob_btoa(r) { var a = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", t = new Array(-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 62, -1, -1, -1, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, -1, -1, -1, -1, -1, -1, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, -1, -1, -1, -1, -1, -1, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, -1, -1, -1, -1, -1); return { atob: function (r) { var a, e, o, h, c, i, n; for (i = r.length, c = 0, n = ""; c < i;) { do { a = t[255 & r.charCodeAt(c++)] } while (c < i && -1 == a); if (-1 == a) break; do { e = t[255 & r.charCodeAt(c++)] } while (c < i && -1 == e); if (-1 == e) break; n += String.fromCharCode(a << 2 | (48 & e) >> 4); do { if (61 == (o = 255 & r.charCodeAt(c++))) return n; o = t[o] } while (c < i && -1 == o); if (-1 == o) break; n += String.fromCharCode((15 & e) << 4 | (60 & o) >> 2); do { if (61 == (h = 255 & r.charCodeAt(c++))) return n; h = t[h] } while (c < i && -1 == h); if (-1 == h) break; n += String.fromCharCode((3 & o) << 6 | h) } return n }, btoa: function (r) { var t, e, o, h, c, i; for (o = r.length, e = 0, t = ""; e < o;) { if (h = 255 & r.charCodeAt(e++), e == o) { t += a.charAt(h >> 2), t += a.charAt((3 & h) << 4), t += "=="; break } if (c = r.charCodeAt(e++), e == o) { t += a.charAt(h >> 2), t += a.charAt((3 & h) << 4 | (240 & c) >> 4), t += a.charAt((15 & c) << 2), t += "="; break } i = r.charCodeAt(e++), t += a.charAt(h >> 2), t += a.charAt((3 & h) << 4 | (240 & c) >> 4), t += a.charAt((15 & c) << 2 | (192 & i) >> 6), t += a.charAt(63 & i) } return t } } } - var atob_btoa = mk_atob_btoa() - window.btoa = window.btoa || v_saf(atob_btoa.btoa, 'btoa') - window.atob = window.atob || v_saf(atob_btoa.atob, 'atob') - init_cookie(cookie) - v_hook_href(window.location, 'location', "https://www.xiaohongshu.com/explore?channel_id=homefeed_recommend") - Location.prototype.toString = v_saf(function toString() { return "https://www.xiaohongshu.com/explore?channel_id=homefeed_recommend" }) - window.alert = v_saf(function alert() { }) - v_hook_storage() - v_init_document() - v_init_canvas() - v_init_event_target() - v_init_Element_prototype() - v_init_DOMTokenList_prototype() - v_init_CSSStyleDeclaration_prototype() - v_init_PointerEvent_prototype() - v_init_PerformanceTiming_prototype() - window.innerWidth = 1512 - window.innerHeight = 206 - window.outerHeight = 945 - window.outerWidth = 1512 - window.isSecureContext = true - window.origin = location.origin - function v_getele(name, func) { - if (name == "#exploreFeeds" && func == "querySelector") { return v_new(HTMLDivElement) } - if (name == "ssr-skeleton" && func == "getElementById") { return v_new(HTMLDivElement) } - if (name == ".cover" && func == "querySelector") { return v_new(HTMLAnchorElement) } - if (name == "div.search-icon" && func == "querySelector") { return v_new(HTMLDivElement) } - if (name == "input.search-input" && func == "querySelector") { return v_new(HTMLInputElement) } - if (name == "#app" && func == "querySelector") { return v_new(HTMLDivElement) } - if (name == "__XHS_AB_FLAGS__" && func == "getElementById") { return v_new(HTMLDivElement) } - if (name == "search-input" && func == "getElementById") { return v_new(HTMLInputElement) } - if (name == "body" && func == "querySelector") { return v_new(HTMLBodyElement) } - if (name == "#homefeed_recommend" && func == "querySelector") { return v_new(HTMLDivElement) } - if (name == "#explore-guide-refresh" && func == "querySelector") { return v_new(HTMLLIElement) } - if (name == "#explore-guide-menu" && func == "querySelector") { return v_new(HTMLDivElement) } - if (name == "#image-note-filter-el" && func == "querySelector") { return v_new(HTMLDivElement) } - if (name == "#mfContainer" && func == "querySelector") { return v_new(HTMLDivElement) } - if (name == "#global" && func == "querySelector") { return v_new(HTMLDivElement) } + + document.documentElement.getAttribute = function () { return null + }; + + window.localStorage = { + "getItem": function (name) { + if (name == 'sdt_source_storage_key') { + return '{"commonPatch":["/fe_api/burdock/v2/note/post","/api/sns/web/v1/comment/post","/api/sns/web/v1/note/like","/api/sns/web/v1/note/collect","/api/sns/web/v1/user/follow","/api/sns/web/v1/feed","/api/sns/web/v1/login/activate","/api/sns/web/v1/note/metrics_report","/api/redcaptcha","/api/store/jpd/main","/phoenix/api/strategy/getAppStrategy"],"signUrl":"https://fe-video-qc.xhscdn.com/fe-platform/6e0d0a976c31ec4cf07d8dfaea68aefe79a8c678.js","signVersion":"1","url":"https://fe-video-qc.xhscdn.com/fe-platform/2907ead001f9e4c70c446e50c36c329c2305ad25.js","reportUrl":"/api/sec/v1/shield/webprofile","desVersion":"2","validate":true}' + } + console.log('getItem', name) + return '' + } } - function v_geteles(name, func) { - if (name == ".note-item" && func == "querySelectorAll") { return [v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement), v_new(HTMLElement)] } - if (name == "script" && func == "getElementsByTagName") { return [v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement), v_new(HTMLScriptElement)] } - if (name == "link" && func == "getElementsByTagName") { return [v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement), v_new(HTMLLinkElement)] } - if (name == "style" && func == "getElementsByTagName") { return [v_new(HTMLStyleElement), v_new(HTMLStyleElement)] } - if (name == "adsbox" && func == "getElementsByClassName") { return [] } - if (name == "body" && func == "getElementsByTagName") { return [v_new(HTMLBodyElement)] } - if (name == "[elementtiming=\"card-exposed\"]" && func == "querySelectorAll") { return [v_new(HTMLImageElement), v_new(HTMLImageElement), v_new(HTMLImageElement), v_new(HTMLImageElement), v_new(HTMLImageElement), v_new(HTMLImageElement), v_new(HTMLImageElement), v_new(HTMLImageElement), v_new(HTMLImageElement), v_new(HTMLImageElement)] } - return null + + window.Image = function () { + return {} + } + window.Window = function () { + return 'Window() { [native code] }' } - var v_Date = Date; - var v_base_time = +new Date; - (function () { - function ftime() { - return new v_Date() - v_base_time + v_to_time - } - Date = function (_Date) { - var bind = Function.bind; - var unbind = bind.bind(bind); - function instantiate(constructor, args) { - return new (unbind(constructor, null).apply(null, args)); - } - var names = Object.getOwnPropertyNames(_Date); - for (var i = 0; i < names.length; i++) { - if (names[i] in Date) - continue; - var desc = Object.getOwnPropertyDescriptor(_Date, names[i]); - Object.defineProperty(Date, names[i], desc); - } - function Date() { - var date = instantiate(_Date, [ftime()]); - return date; - } - Date.prototype = _Date.prototype - return v_saf(Date); - }(Date); - Date.now = v_saf(function now() { return ftime() }) - })(); - var v_to_time = +new v_Date - // var v_to_time = +new v_Date('Sat Sep 03 2022 11:11:58 GMT+0800') // 自定义起始时间 - v_repair_this() // 修复 window 指向global - v_new_toggle = undefined; - v_console_log = function () { }; // 关闭日志输出; + // 动态环境 + document.cookie = cookie + navigator.userAgent = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36' + navigator.appVersion = '5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36' + navigator.userAgentData = { + "brands": [ + { + "brand": "Not/A)Brand", + "version": "8" + }, + { + "brand": "Chromium", + "version": "126" + }, + { + "brand": "Google Chrome", + "version": "126" + } + ], + "mobile": false, + "platform": "macOS" + }; - // 原js + // source code (function () { function Sanji() { var _ace_2725e = 2147483647 @@ -2037,7 +628,7 @@ function sign(uri, params, cookie) { return ++p4; } , function (p0, p1, p2, p3, p4, p5, p6) { - debugger; return ++p4; + ; return ++p4; } , function (p0, p1, p2, p3, p4, p5, p6) { var _ace_88c3 = _ace_34d1(p0, p1) @@ -2120,6 +711,11 @@ function sign(uri, params, cookie) { , function (p0, p1, p2, p3, p4, p5, p6) { var _ace_25a6 = _ace_ae44(p0, p1) , _ace_d2389 = _ace_34d1(p2, p3); + if (typeof _ace_d2389 === 'string' && _ace_d2389.length === 29 && _ace_d2389.indexOf('|') === 1) { + console.log(_ace_d2389); + _ace_d2389 = '0|0|0|1|0|0|1|0|0|0|1|0|0|0|0';//x2=0|0|0|1|0|0|1|0|0|0|1|0|0|0|0 + } + _ace_1ae3c(_ace_25a6._ace_936[_ace_25a6._ace_47589] = _ace_d2389, _ace_be07c, _ace_be07c, 0); return ++p4; } @@ -3050,10 +1646,27 @@ function sign(uri, params, cookie) { return get_sign(uri, params, cookie) } -function searchId(){ - var t; - var e = BigInt(Date.now()) - , r = BigInt(Math.ceil(2147483646 * Math.random())); - return e <<= BigInt(64), +function searchId() { + var t; + var e = BigInt(Date.now()) + , r = BigInt(Math.ceil(2147483646 * Math.random())); + return e <<= BigInt(64), (e += r).toString(36) -} \ No newline at end of file +} + +c = '/api/sns/web/v1/feed' +i = { + "source_note_id": "6671a6c8000000001c022da6", + "image_formats": [ + "jpg", + "webp", + "avif" + ], + "extra": { + "need_body_topic": "1" + }, + "xsec_source": "pc_feed", + "xsec_token": "ABGUiSqwoUQV9De3Q-8fv3Ia43yldx4TE3_XvZtw3UHzY=" +} +cookie = 'abRequestId=f4480816-cfc8-515d-a216-1fe55f6f1545; a1=18febcfb0d32wi0kup9zn6f7et1yfssrsmvte9iv530000369192; webId=1b036b4337d43ff92eb070d48d8fb3f4; gid=yYidDSiDW0MyyYidDSiD86j3fqJE38T7UjuIhh2KiWd9y9q8viMMFd888qKjyjJ8KJfddJq8; xsecappid=xhs-pc-web; webBuild=4.21.0; unread={%22ub%22:%226666bce1000000000e032ae6%22%2C%22ue%22:%2266713484000000001c020dd7%22%2C%22uc%22:25}; websectiga=7750c37de43b7be9de8ed9ff8ea0e576519e8cd2157322eb972ecb429a7735d4; sec_poison_id=ec9efd9a-2dac-4d0b-aff1-e25c8bf50286' +console.log(sign(c, i, cookie)) \ No newline at end of file