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
33202b24
authored
Apr 29, 2021
by
dabai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
B包下载
parent
6f836ce0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
159 additions
and
0 deletions
b/download.html
b/download.html
0 → 100644
View file @
33202b24
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<!--<script src="https://res.sharetrace.com/sharetrace.min.js"></script>-->
<meta
charset=
"UTF-8"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"keywords"
content=
"foot fetish,foot worship,foot tickle,Foot Seen,Video streaming"
>
<meta
name=
"description"
content=
""
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<meta
name=
"wap-font-scale"
content=
"no"
>
<meta
name=
"viewport"
content=
"width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"
/>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black-translucent"
>
<meta
content=
"telephone=no"
name=
"format-detection"
>
<script
src=
"https://www.footseen.com/js/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/base2.css"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/css/newIndex.css?v=202104061611111111111111"
>
<link
rel=
"stylesheet"
href=
"https://www.footseen.com/layer-v3.1.0/layer.css"
>
<title>
Footseen
</title>
</head>
<body>
<div
class=
"main"
>
<span
class=
"langTitle"
><img
src=
"https://www.footseen.com/img/down2.png"
/><font></font></span>
<div
class=
"langList"
>
<p
data-lang=
"2"
>
繁體中文
</p>
<p
data-lang=
"1"
>
English
</p>
<p
data-lang=
"7"
>
العربية
</p>
</div>
<a
class=
"topUp"
></a>
<img
src=
"https://footseen.com/img/new/text.png"
class=
"mTextImg"
/>
<div
class=
"iosDown heartbeat"
id=
"iosDown"
></div>
<div
style=
"display: none"
class=
"layer-box"
>
<div
class=
"googleDown"
><img
src=
"https://www.footseen.com/img/googleplay.png"
/><span>
Google play
</span></div>
<div
class=
"apkDown"
><img
src=
"https://www.footseen.com/img/andorid.png"
/><span>
APK
</span></div>
</div>
</div>
</body>
<script
src=
"https://www.footseen.com/js/jquery-3.1.1.min.js"
></script>
<script
src=
"https://www.footseen.com/js/new/lang.js"
></script>
<script
src=
'https://www.footseen.com/layer-v3.1.0/layer/layer.js'
></script>
<script
type=
"text/javascript"
>
function
url_get_params
()
{
var
url
=
location
.
href
;
var
theRequest
=
new
Object
();
if
(
url
.
indexOf
(
"?"
)
!=
-
1
)
{
var
str
=
url
.
substr
(
url
.
indexOf
(
"?"
)
+
1
);
strs
=
str
.
split
(
"&"
);
for
(
var
i
=
0
;
i
<
strs
.
length
;
i
++
)
{
theRequest
[
strs
[
i
].
split
(
"="
)[
0
]]
=
unescape
(
strs
[
i
].
split
(
"="
)[
1
]);
}
}
return
theRequest
;
}
if
(
url_get_params
().
icid
!=
undefined
){
var
params
=
url_get_params
().
icid
.
replace
(
/
(
^
\s
*
)
|
(\s
*$
)
/g
,
""
);
}
else
{
var
params
=
''
;
}
var
iosData
=
''
;
var
andoridData
=
''
;
if
(
params
!=
undefined
&&
params
.
length
>
0
){
//定义设备号
if
(
params
.
indexOf
(
'fts'
)
==-
1
){
if
(
params
.
substring
(
0
,
3
)
==
'ios'
){
iosData
=
'iosfts'
+
params
.
substring
(
3
,
params
.
length
);
andoridData
=
params
.
substring
(
3
,
params
.
length
);
}
else
{
iosData
=
'iosfts'
+
params
;
andoridData
=
params
;
}
}
else
{
if
(
params
.
substring
(
0
,
3
)
==
'ios'
){
iosData
=
'ios'
+
params
.
substring
(
3
,
params
.
length
);
andoridData
=
params
.
substring
(
3
,
params
.
length
);
}
else
{
iosData
=
'ios'
+
params
;
andoridData
=
params
;
}
}
}
else
{
iosData
=
'iosftsB'
;
andoridData
=
'ftsB'
;
}
var
btnType
=
true
;
console
.
log
(
iosData
,
andoridData
)
var
clickFlag
=
true
;
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
)){
var
params
=
{
icid
:
iosData
,
}
var
button
=
document
.
getElementById
(
"iosDown"
);
button
.
onclick
=
function
()
{
if
(
btnType
){
copyText
(
iosData
);
btnType
=
false
;
}
setTimeout
(
function
(){
window
.
location
.
href
=
'https://testflight.apple.com/join/yQuQniSm'
;
btnType
=
true
;
},
1500
)
}
}
else
{
setTimeout
(
function
(){
toDown
();
},
800
)
$
(
'.iosDown'
).
on
(
'click'
,
function
(){
toDown
();
})
}
function
toDown
(){
if
(
andoridData
!==
'ftsB'
){
window
.
location
.
href
=
'https://big.bgp.ourpow.com/apk/nf/Release-'
+
andoridData
+
'.apk'
}
else
{
window
.
location
.
href
=
'https://www.footseen.com/apk'
;
}
}
$
(
'.topUp'
).
on
(
'click'
,
function
(){
window
.
location
.
href
=
'https://www.footseen.com/footseen/phonepay/applepay.html?lang='
+
sessionStorage
.
lang
+
'&gofrom=web'
+
'&gofrom=web&cidStr=h5_footseengw'
;
})
function
add0
(
m
)
{
return
m
<
10
?
'0'
+
m
+
""
:
m
+
""
}
//
function
copyText
(
text
)
{
var
textarea
=
document
.
createElement
(
"textarea"
);
var
currentFocus
=
document
.
activeElement
;
document
.
body
.
appendChild
(
textarea
);
textarea
.
value
=
text
;
textarea
.
focus
();
if
(
textarea
.
setSelectionRange
)
textarea
.
setSelectionRange
(
0
,
textarea
.
value
.
length
);
else
textarea
.
select
();
try
{
var
flag
=
document
.
execCommand
(
"copy"
);
}
catch
(
eo
){
var
flag
=
false
;
}
document
.
body
.
removeChild
(
textarea
);
currentFocus
.
focus
();
return
flag
;
}
</script>
</html>
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