Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abrahamjuliot/creepjs
/ functions
Functions
779 in github.com/abrahamjuliot/creepjs
⨍
Functions
779
◇
Types & classes
21
↓ 2 callers
Function
getRectDimensions
(span, range)
docs/tests/fonts.js:509
↓ 2 callers
Function
getRectSum
(rect: Record<string, number>)
src/domrect/index.ts:7
↓ 2 callers
Function
getRectSum
(rect)
docs/creep.js:3919
↓ 2 callers
Function
getReportedPlatform
(userAgent, platform)
docs/creep.js:153
↓ 2 callers
Function
getSVGDimensions
docs/tests/fonts.js:294
↓ 2 callers
Function
getScreen
(log = true)
src/screen/index.ts:14
↓ 2 callers
Function
getScreen
(log = true)
docs/creep.js:7079
↓ 2 callers
Function
getShaderData
(name, shader)
src/webgl/index.ts:293
↓ 2 callers
Function
getShaderData
(name, shader)
docs/creep.js:8610
↓ 2 callers
Function
getShaderPrecisionFormat
(gl, shaderType)
src/webgl/index.ts:277
↓ 2 callers
Function
getShaderPrecisionFormat
(gl, shaderType)
docs/creep.js:8595
↓ 2 callers
Function
getStableFeatures
()
src/features/index.ts:15
↓ 2 callers
Function
getStableFeatures
()
docs/creep.js:4360
↓ 2 callers
Function
getStorage
()
src/status/index.ts:91
↓ 2 callers
Function
getStorage
()
docs/creep.js:7488
↓ 2 callers
Function
getStyles
(el)
src/css/index.ts:147
↓ 2 callers
Function
getStyles
(el)
docs/creep.js:3613
↓ 2 callers
Function
getSupportedExtensions
(gl)
src/webgl/index.ts:344
↓ 2 callers
Function
getSupportedExtensions
(gl)
docs/creep.js:8656
↓ 2 callers
Function
getTextMetrics
(context, font)
docs/tests/fonts.js:109
↓ 2 callers
Function
getTextMetricsFonts
({ context, baseFonts, families })
docs/tests/fonts.js:123
↓ 2 callers
Function
getTooMuchRecursionLie
({ apiFunction, method = 'setPrototypeOf' })
docs/tests/prototype.js:428
↓ 2 callers
Function
getUnmasked
(gl)
src/webgl/index.ts:336
↓ 2 callers
Function
getUnmasked
(gl)
docs/creep.js:8649
↓ 2 callers
Function
getUserAgentData
(navigator)
docs/creep.js:1779
↓ 2 callers
Function
getUserAgentPlatform
({ userAgent, excludeBuild = true })
src/utils/helpers.ts:242
↓ 2 callers
Function
getUserAgentPlatform
({ userAgent, excludeBuild = true })
docs/creep.js:219
↓ 2 callers
Function
getVersion
(x)
src/worker/index.ts:423
↓ 2 callers
Function
getVersion
(x)
docs/creep.js:2088
↓ 2 callers
Function
getWebGLData
(gl, contextType)
src/webgl/index.ts:355
↓ 2 callers
Function
getWebGLData
(gl, contextType)
docs/creep.js:8666
↓ 2 callers
Function
getWebGLRendererConfidence
(x)
src/trash/index.ts:164
↓ 2 callers
Function
getWebGLRendererConfidence
(x)
docs/creep.js:1624
↓ 2 callers
Function
getWebGLRendererParts
(x)
src/trash/index.ts:91
↓ 2 callers
Function
ghost
()
docs/tests/iframes.js:98
↓ 2 callers
Function
hardenGPU
(canvasWebgl)
src/creep.ts:409
↓ 2 callers
Function
hardenGPU
(canvasWebgl)
docs/creep.js:9419
↓ 2 callers
Function
hasKnownToString
(name: string)
src/lies/index.ts:107
↓ 2 callers
Function
hasKnownToString
(name)
docs/creep.js:748
↓ 2 callers
Function
hasValidError
docs/tests/prototype.js:413
↓ 2 callers
Function
hasValidStack
(error, type = 'Function')
docs/tests/prototype.js:357
↓ 2 callers
Function
hashMini
docs/tests/domrect.js:3
↓ 2 callers
Function
hashMini
docs/tests/window.js:3
↓ 2 callers
Function
html
(str, ...expressionSet)
docs/tests/machine.js:23
↓ 2 callers
Function
html
(str, ...expressionSet)
docs/tests/emojis.js:23
↓ 2 callers
Function
html
(str, ...expressionSet)
docs/tests/domrect.js:14
↓ 2 callers
Function
isFontOSBad
(userAgentOS: string, fonts: string[])
src/utils/fonts.ts:3
↓ 2 callers
Function
isUAPostReduction
(userAgent)
src/utils/helpers.ts:411
↓ 2 callers
Function
isUAPostReduction
(userAgent)
docs/creep.js:365
↓ 2 callers
Function
match
({ type, rangeStart, rangeLen })
docs/tests/screen.js:36
↓ 2 callers
Function
measureText
(context, font)
docs/tests/worker_service.js:13
↓ 2 callers
Function
measureText
(context, font)
docs/tests/workers.js:31
↓ 2 callers
Function
modal
(name, result, linkname = 'details')
docs/tests/fonts.js:30
↓ 2 callers
Function
onEvent
(eventType, fn)
src/worker/index.ts:240
↓ 2 callers
Function
onEvent
(eventType, fn)
docs/creep.js:1930
↓ 2 callers
Function
patch
(oldEl, newEl)
docs/tests/machine.js:22
↓ 2 callers
Function
patch
(oldEl, newEl)
docs/tests/emojis.js:22
↓ 2 callers
Function
patch
(oldEl, newEl)
docs/tests/domrect.js:13
↓ 2 callers
Function
pluralify
(len, options)
docs/tests/prototype.js:788
↓ 2 callers
Function
queryLies
({ scope, apiFunction, proto, obj, lieProps, }: LiesConfig)
src/lies/index.ts:141
↓ 2 callers
Function
queryLies
({ scope, apiFunction, proto, obj, lieProps, })
docs/creep.js:768
↓ 2 callers
Function
rand
(min: number, max: number)
src/creep.ts:724
↓ 2 callers
Function
rand
(min, max)
docs/creep.js:9699
↓ 2 callers
Function
regex
(n)
src/resistance/index.ts:23
↓ 2 callers
Function
regex
(n)
docs/creep.js:6602
↓ 2 callers
Function
regex
docs/tests/timezone.js:543
↓ 2 callers
Function
removeChromium
(brands)
src/worker/index.ts:72
↓ 2 callers
Function
removeChromium
(brands)
src/navigator/index.ts:298
↓ 2 callers
Function
resizeHTML
({ data, $hash, perf, paintScreen })
src/screen/index.ts:113
↓ 2 callers
Function
resizeHTML
({ data, $hash, perf, paintScreen })
docs/creep.js:7155
↓ 2 callers
Function
spawnError
(apiFunction, method)
docs/tests/prototype.js:405
↓ 2 callers
Function
styleWarn
docs/tests/timezone.js:705
↓ 2 callers
Function
testMobile
(n, system, limit = 10)
docs/tests/machine.js:328
↓ 2 callers
Function
toFix
(n, nFix)
src/screen/index.ts:153
↓ 2 callers
Function
toFix
(n, nFix)
docs/creep.js:7178
↓ 2 callers
Function
trust
docs/tests/prototype.js:222
↓ 1 callers
Function
Z
()
src/utils/exile.ts:5
↓ 1 callers
Function
addRandomCanvasGradient
(context, offset, area, colors, getNextSeed)
src/canvas/index.ts:172
↓ 1 callers
Function
addRandomCanvasGradient
(context, offset, area, colors, getNextSeed)
docs/creep.js:3031
↓ 1 callers
Function
appendChildHasValidClassExtendsError
()
docs/tests/iframes.js:421
↓ 1 callers
Function
appendChildHasValidNewError
()
docs/tests/iframes.js:408
↓ 1 callers
Function
audioHTML
(fp: any)
src/audio/index.ts:457
↓ 1 callers
Function
audioHTML
(fp)
docs/creep.js:2863
↓ 1 callers
Function
binarySearch
(list, fn)
src/timezone/index.ts:509
↓ 1 callers
Function
binarySearch
(list, fn)
docs/creep.js:8271
↓ 1 callers
Function
cant
()
docs/tests/prototype.js:296
↓ 1 callers
Function
canvasHTML
(fp)
src/canvas/index.ts:551
↓ 1 callers
Function
canvasHTML
(fp)
docs/creep.js:3317
↓ 1 callers
Function
checkFonts
(fonts)
docs/tests/worker_service.js:152
↓ 1 callers
Function
checkFonts
(fonts)
docs/tests/workers.js:170
↓ 1 callers
Function
clientRectsHTML
(fp: any)
src/domrect/index.ts:351
↓ 1 callers
Function
clientRectsHTML
(fp)
docs/creep.js:4236
↓ 1 callers
Function
computeData
(hash, data)
src/samples/index.ts:49
↓ 1 callers
Function
computeStyle
(type, { require: [captureError] })
src/css/index.ts:8
↓ 1 callers
Function
computeStyle
(type, { require: [captureError] })
docs/creep.js:3476
↓ 1 callers
Function
computeTemplate
({ name, fingerprints, index })
docs/tests/window.js:196
↓ 1 callers
Function
computeTimezoneOffset
()
src/worker/index.ts:106
↓ 1 callers
Function
computeTimezoneOffset
()
docs/creep.js:1815
↓ 1 callers
Function
consoleErrorsHTML
(fp)
src/engine/index.ts:43
↓ 1 callers
Function
consoleErrorsHTML
(fp)
docs/creep.js:4331
← previous
next →
201–300 of 779, ranked by callers