Last active
April 2, 2025 02:11
-
-
Save voidstar0/5343fcd044a4d947e0c245b45cbe44c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const b = function () { | |
let i = true; | |
return function (t, S) { | |
const n = i ? function () { | |
if (S) { | |
const y = S.apply(t, arguments); | |
S = null; | |
return y; | |
} | |
} : function () {}; | |
i = false; | |
return n; | |
}; | |
}(); | |
const V = b(this, function () { | |
return V.toString().search("(((.+)+)+)+$").toString().constructor(V).search("(((.+)+)+)+$"); | |
}); | |
V(); | |
(() => { | |
const t = document.createElement("canvas"); | |
const S = t.getContext('2d'); | |
S.textBaseline = "top"; | |
S.font = "14px Arial"; | |
S.fillStyle = "#f60"; | |
S.fillRect(125, 1, 62, 20); | |
S.fillStyle = "#069"; | |
S.fillText("Hello, world!", 2, 15); | |
S.fillStyle = "rgba(102, 204, 0, 0.7)"; | |
S.fillText("Hello, world!", 4, 17); | |
const n = t.toDataURL(); | |
return n; | |
})(); | |
const b = function () { | |
let i = true; | |
return function (t, S) { | |
const n = i ? function () { | |
if (S) { | |
const y = S.apply(t, arguments); | |
S = null; | |
return y; | |
} | |
} : function () {}; | |
i = false; | |
return n; | |
}; | |
}(); | |
const V = b(this, function () { | |
return V.toString().search("(((.+)+)+)+$").toString().constructor(V).search("(((.+)+)+)+$"); | |
}); | |
V(); | |
(() => { | |
const t = document.createElement("canvas"); | |
const S = t.getContext("webgl") || t.getContext("experimental-webgl"); | |
const n = S.getExtension("WEBGL_debug_renderer_info"); | |
return { | |
'vendor': S.getParameter(n.UNMASKED_VENDOR_WEBGL), | |
'renderer': S.getParameter(n.UNMASKED_RENDERER_WEBGL), | |
'version': S.getParameter(S.VERSION), | |
'shadingLanguageVersion': S.getParameter(S.SHADING_LANGUAGE_VERSION), | |
'maxTextureSize': S.getParameter(S.MAX_TEXTURE_SIZE), | |
'maxCubeMapTextureSize': S.getParameter(S.MAX_CUBE_MAP_TEXTURE_SIZE), | |
'maxVertexTextureImageUnits': S.getParameter(S.MAX_VERTEX_TEXTURE_IMAGE_UNITS), | |
'maxTextureImageUnits': S.getParameter(S.MAX_TEXTURE_IMAGE_UNITS), | |
'maxVaryingVectors': S.getParameter(S.MAX_VARYING_VECTORS), | |
'maxVertexAttribs': S.getParameter(S.MAX_VERTEX_ATTRIBS), | |
'maxVertexUniformVectors': S.getParameter(S.MAX_VERTEX_UNIFORM_VECTORS) | |
}; | |
})(); | |
const b = function () { | |
let i = true; | |
return function (t, S) { | |
const n = i ? function () { | |
if (S) { | |
const y = S.apply(t, arguments); | |
S = null; | |
return y; | |
} | |
} : function () {}; | |
i = false; | |
return n; | |
}; | |
}(); | |
const V = b(this, function () { | |
return V.toString().search("(((.+)+)+)+$").toString().constructor(V).search("(((.+)+)+)+$"); | |
}); | |
V(); | |
String((() => { | |
const S = navigator.webdriver || !navigator.plugins || !navigator.plugins.__proto__ || navigator.plugins.__proto__.toString() !== "[object PluginArray]"; | |
if (S) { | |
return 2.1; | |
} | |
const n = !!window.domAutomation || !!window.domAutomationController || !!window._WEBDRIVER_ELEM_CACHE || !!window.callPhantom || !!window._phantom || !!window.__nightmare || !!window.cdc_adoQpoasnfa76pfcZLmcfl_Array || !!window.cdc_adoQpoasnfa76pfcZLmcfl_Promise || !!window.cdc_adoQpoasnfa76pfcZLmcfl_Symbol; | |
if (n) { | |
return 2.2; | |
} | |
const y = !!window.Buffer; | |
if (y) { | |
return 2.3; | |
} | |
const F = !!window.process; | |
if (F) { | |
return 2.4; | |
} | |
const G = !!window.emit; | |
if (G) { | |
return 2.5; | |
} | |
const W = window.Function.prototype.toString.toString().includes("__puppeteer_evaluation_script__") || window.Function.prototype.toString.toString().includes("__playwright_evaluation_script__"); | |
if (W) { | |
return 2.6; | |
} | |
const Y = !!window.navigator.webdriver; | |
if (Y) { | |
return 2.7; | |
} | |
const P = !!window.navigator.seleniumWebdriver || !!window.navigator.webdriver || !!window.webdriver || !!window.driver || !!window.selenium; | |
if (P) { | |
return 2.8; | |
} | |
const m = navigator.userAgent.toLowerCase(); | |
if (m.includes("headless")) { | |
return 2.9; | |
} | |
if (m.includes("shouldfail")) { | |
return "2.10"; | |
} | |
return '718785d027'; | |
})()); |
Author
voidstar0
commented
Apr 2, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment