Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
px3
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
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangmingming
px3
Commits
ed0ed430
Commit
ed0ed430
authored
Jun 03, 2024
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收集环境
parent
1f998d62
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2151 additions
and
479 deletions
+2151
-479
decodeResult22.js
ast/decodeResult22.js
+2
-1
collect_px.py
collect_env/collect_px.py
+2
-2
index.html
collect_env/templates/index.html
+1
-1
px.js
collect_env/templates/px.js
+554
-475
px2.js
collect_env/templates/px2.js
+1592
-0
No files found.
ast/decodeResult22.js
View file @
ed0ed430
...
...
@@ -6499,7 +6499,8 @@ try {
var
mh
=
Bn
(
"sessionStorage"
);
var
ph
=
"Google"
;
var
gh
=
"Microsoft"
;
var
yh
=
[{
var
yh
=
[
{
name
:
"PX11948"
,
func
:
function
()
{
return
window
.
devicePixelRatio
;
...
...
collect_env/collect_px.py
View file @
ed0ed430
...
...
@@ -7,9 +7,9 @@ app = Flask(__name__)
@
app
.
route
(
'/'
)
def
index
():
return
render_template
(
'index.html'
)
@
app
.
route
(
'/px.js'
)
@
app
.
route
(
'/px
2
.js'
)
def
js
():
return
send_file
(
'templates/px.js'
,
)
return
send_file
(
'templates/px
2
.js'
,
)
@
app
.
route
(
'/collect'
,
methods
=
[
"POST"
])
def
collect
():
print
(
request
.
data
.
decode
())
...
...
collect_env/templates/index.html
View file @
ed0ed430
...
...
@@ -1812,4 +1812,4 @@
<!--<script src="px.js"></script><div><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal;">mmmmmmmmmmlli</span><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal; font-family: test-font;">mmmmmmmmmmlli</span><span style="position: absolute; left: -9999px; font-size: 72px; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: normal; text-transform: none; text-align: left; text-decoration: none; text-shadow: none; white-space: normal; word-break: normal; word-spacing: normal; font-family: ZWAdobeF;">mmmmmmmmmmlli</span></div></body>-->
</html>
<script
src=
"px.js"
></script>
\ No newline at end of file
<script
src=
"px2.js"
></script>
\ No newline at end of file
collect_env/templates/px.js
View file @
ed0ed430
This diff is collapsed.
Click to expand it.
collect_env/templates/px2.js
0 → 100644
View file @
ed0ed430
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