Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
ca90dddc
Commit
ca90dddc
authored
Aug 14, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
反解析第一步成功
parent
34562880
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
303 additions
and
35 deletions
+303
-35
get_userAgentData_getHighEntropyValues.js
env/get_userAgentData_getHighEntropyValues.js
+16
-0
collect.js
env/templates/collect.js
+287
-35
No files found.
env/get_userAgentData_getHighEntropyValues.js
0 → 100644
View file @
ca90dddc
let
a
=
[
'architecture'
,
'bitness'
,
'brands'
,
'mobile'
,
'model'
,
'platform'
,
'platformVersion'
,
'uaFullVersion'
,
'wow64'
,
'fullVersionList'
]
let
res
=
{};
navigator
.
userAgentData
.
getHighEntropyValues
(
a
).
then
(
e
=>
{
res
[
'highValue'
]
=
e
res
[
'brands'
]
=
navigator
.
userAgentData
.
brands
res
[
'mobile'
]
=
navigator
.
userAgentData
.
mobile
res
[
'platform'
]
=
navigator
.
userAgentData
.
platform
console
.
log
(
JSON
.
stringify
(
res
))
})
env/templates/collect.js
View file @
ca90dddc
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment