上一页 1 2 3 4 5 6 7 ··· 124 下一页
摘要: r = window["navigator"]["plugins"][0]["name"] window["navigator"]["plugins"][0][0]["enabledPlugin"]["name"], E = window["navigator"]["plugins"][0][0][ 阅读全文
posted @ 2025-08-29 16:04 AngDH 阅读(25) 评论(0) 推荐(0)
摘要: h = "Comic Sans MS"; B = window["document"]["createElement"]("span"); window["document"]["body"]["appendChild"](B); B["style"]["position"] = "absolute 阅读全文
posted @ 2025-08-27 17:03 AngDH 阅读(17) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <title>Detect Chrome DevTools Protocol</title> <script> function genNum(e) { return1000 * e.Math.random() | 0; } functio 阅读全文
posted @ 2025-08-27 14:28 AngDH 阅读(17) 评论(0) 推荐(0)
摘要: ss = 'ZGVidWdnZXIgOzs7DQogICAgICAgICAgICAgICAgO2Z1bmN0aW9uIHQodCwgZSkgew0KICAgIHJldHVybiBmdW5jdGlvbigpIHsNCiAgICAgICAgdmFyIG4gPSBBcnJheS5wcm90b3R5cGUu 阅读全文
posted @ 2025-08-25 17:01 AngDH 阅读(33) 评论(0) 推荐(0)
摘要: std::condition_variable condition; { std::unique_lock<std::mutex> lock(queue_mutex); // 等待直到有任务或线程池停止 condition.wait(lock, [this] { return this->stop 阅读全文
posted @ 2025-08-19 00:41 AngDH 阅读(25) 评论(0) 推荐(0)
摘要: _getChannelData = AudioBuffer.prototype.getChannelData; AudioBuffer.prototype.getChannelData = function() { let o = _getChannelData.apply(this, argume 阅读全文
posted @ 2025-08-14 17:34 AngDH 阅读(8) 评论(0) 推荐(0)
摘要: HTMLElement.prototype.offsetHeight HTMLElement.prototype.offsetWidth 获取的时候 加上个 随机数 (Math.random() * 0.1 - 0.05) 阅读全文
posted @ 2025-08-14 16:43 AngDH 阅读(8) 评论(0) 推荐(0)
摘要: // WebGLRenderingContext.prototype.bufferData _bufferData = WebGL2RenderingContext.prototype.bufferData; WebGL2RenderingContext.prototype.bufferData = 阅读全文
posted @ 2025-08-14 16:00 AngDH 阅读(15) 评论(0) 推荐(0)
摘要: const g = Math.random() * .05 , M = { r: Math.floor(Math.random() * 10), g: Math.floor(Math.random() * 10), b: Math.floor(Math.random() * 10) }; _toDa 阅读全文
posted @ 2025-08-14 14:59 AngDH 阅读(17) 评论(0) 推荐(0)
摘要: navigator.permissions.query({name: 'speaker'}).then(function(t){ debugger;; }).catch(function(c){ debugger;; }) let tstr = Function.prototype.toString 阅读全文
posted @ 2025-07-22 10:41 AngDH 阅读(13) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 124 下一页