Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footsen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
86c7647c
authored
2 years ago
by
agan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1a6fdb3c
master
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
13 deletions
b/download.html
b/downloadIos.html
b/download.html
View file @
86c7647c
...
@@ -27,9 +27,10 @@
...
@@ -27,9 +27,10 @@
</script>
</script>
<script>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
var
nJumpArr
=
[
'31184'
,
'11134'
,
'31179'
,
'31183'
,
'21144'
,
'11125'
,
'1116'
,
'31147'
,
'31186'
,
'11159'
]
//
var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
if
(
!
((
/iphone|ipad|ipod/
.
test
(
ua
))
||
(
/android/
.
test
(
ua
))))
{
if
(
!
((
/iphone|ipad|ipod/
.
test
(
ua
))
||
(
/android/
.
test
(
ua
))))
{
if
(
nJumpArr
.
indexOf
(
url_get_params
().
icid
)
>
-
1
)
{
// if (nJumpArr.indexOf(url_get_params().icid) > -1) {
if
(
url_get_params
().
icid
!=
'31187'
)
{
if
(
url_get_params
().
from
!=
'pc'
)
{
if
(
url_get_params
().
from
!=
'pc'
)
{
window
.
location
.
href
=
"https://www.footseen.xyz?go=footseen&pmt=https://"
+
url_get_params
().
mrefer
;
window
.
location
.
href
=
"https://www.footseen.xyz?go=footseen&pmt=https://"
+
url_get_params
().
mrefer
;
}
else
{
}
else
{
...
@@ -45,11 +46,12 @@
...
@@ -45,11 +46,12 @@
}
}
})
})
}
}
}
else
{
if
(
url_get_params
().
icid
!=
'31187'
)
{
window
.
location
.
href
=
"https://www.footseen.xyz?go=footseen"
;
}
}
}
// } else {
// if (url_get_params().icid != '31187') {
// window.location.href = "https://www.footseen.xyz?go=footseen";
// }
// }
}
}
</script>
</script>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
...
...
This diff is collapsed.
Click to expand it.
b/downloadIos.html
View file @
86c7647c
...
@@ -25,9 +25,10 @@
...
@@ -25,9 +25,10 @@
</script>
</script>
<script>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
var
nJumpArr
=
[
'31184'
,
'11134'
,
'31179'
,
'31183'
,
'21144'
,
'11125'
,
'1116'
,
'31147'
,
'31186'
,
'11159'
]
//
var nJumpArr = ['31184', '11134', '31179', '31183', '21144', '11125', '1116', '31147', '31186', '11159']
if
(
!
((
/iphone|ipad|ipod/
.
test
(
ua
))
||
(
/android/
.
test
(
ua
))))
{
if
(
!
((
/iphone|ipad|ipod/
.
test
(
ua
))
||
(
/android/
.
test
(
ua
))))
{
if
(
nJumpArr
.
indexOf
(
url_get_params
().
icid
)
>
-
1
)
{
// if (nJumpArr.indexOf(url_get_params().icid) > -1) {
if
(
url_get_params
().
icid
!=
'31187'
)
{
if
(
url_get_params
().
from
!=
'pc'
)
{
if
(
url_get_params
().
from
!=
'pc'
)
{
window
.
location
.
href
=
"https://www.footseen.xyz?go=footseen&pmt=https://"
+
url_get_params
().
mrefer
;
window
.
location
.
href
=
"https://www.footseen.xyz?go=footseen&pmt=https://"
+
url_get_params
().
mrefer
;
}
else
{
}
else
{
...
@@ -43,12 +44,13 @@
...
@@ -43,12 +44,13 @@
}
}
})
})
}
}
}
else
{
if
(
url_get_params
().
icid
!=
'31187'
)
{
window
.
location
.
href
=
"https://www.footseen.xyz?go=footseen"
;
}
}
}
}
// } else {
// if (url_get_params().icid != '31187') {
// window.location.href = "https://www.footseen.xyz?go=footseen";
// }
// }
}
</script>
</script>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"renderer"
content=
"webkit"
>
...
...
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