Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
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
c5250168
authored
Aug 22, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
47a97fec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
79 deletions
mobile/download/download3.html
mobile/download/download3.html
View file @
c5250168
<!DOCTYPE html>
<html
lang=
"en"
>
<script>
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
try
{
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
}
else
if
(
/android/
.
test
(
ua
))
{
}
else
{
// window.location.href="https://www.footseen.xyz/"
}
}
catch
(
e
)
{
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-3V6KZGW418"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-3V6KZGW418'
);
</script>
<head>
<meta
charset=
"utf-8"
/>
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-3V6KZGW418"
></script>
<script>
window
.
dataLayer
=
window
.
dataLayer
||
[];
function
gtag
(){
dataLayer
.
push
(
arguments
);}
gtag
(
'js'
,
new
Date
());
gtag
(
'config'
,
'G-3V6KZGW418'
);
</script>
<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"
>
...
...
@@ -18,80 +33,30 @@
<title>
footseen-腳控足控天堂-超激情美女主播視訊-絲足影片-downTW
</title>
<meta
name=
"keywords"
content=
"footseen,foot live,激情美女視訊,激情美女影片,腳控足控,絲足,裸足,美腿,絲襪,黑絲,台灣UU聊天室,swag,視訊聊天室,live173,uplive,vklive,nonolive,foot rub,foot fetish"
>
<meta
name=
"description"
content=
"footseen,腳控足控天堂,絲足美腿視訊影片,台灣足控第一高效約會軟體,免費影片立即觀看,在線美女激情互動,成人視訊線上體驗,徹底釋放你的慾望。"
>
<script
src=
"../lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"../css/base.css"
>
<link
rel=
"stylesheet"
href=
"../css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=2022060208"
>
<style>
.new-bg
{
background
:
url(images/bg-new3.png)
no-repeat
;
background-size
:
100%
100%
;
background-position-y
:
-0.7rem
;
}
.down-webp
{
position
:
relative
;
z-index
:
2
;
}
</style>
<script
src=
"lib/fsize.js"
></script>
<link
rel=
"stylesheet"
href=
"css/base.css"
>
<link
rel=
"stylesheet"
href=
"css/layer.css"
>
<link
rel=
"stylesheet"
href=
"css/index.css?v=2022081201"
>
</head>
<body
style=
"background: #EFEBEF"
>
<div
class=
"new-bg"
>
<img
class=
"video-bg"
src=
"images/video-bg.png"
alt=
""
>
<div
class=
"down-webp-box"
></div>
<!-- -->
</div>
<div
class=
"down-btn2 down-Go"
></div>
<body>
<div
class=
"bg"
>
<video
class=
"video"
loop
muted
autoplay
x5-video-player-type=
"h5"
x5-playsinline=
"true"
playsinline=
"true"
webkit-playsinline=
"true"
x5-video-player-fullscreen=
"true"
src=
"images/video.mp4?v=20220812"
></video>
<div
class=
"shadow1"
></div>
<div
class=
"shadow"
></div>
<div
class=
"banner"
></div>
<div
class=
"down"
></div>
<div
class=
"bottom-bg"
></div>
</div>
</body>
<script
src=
"
../
lib/jquery-3.1.1.min.js"
></script>
<script
src=
"
../
lib/default.js?v='20220407'"
></script>
<script
src=
"
../
layer-v3.1.0/layer/layer.js"
></script>
<script
src=
"lib/jquery-3.1.1.min.js"
></script>
<script
src=
"lib/default.js?v='20220407'"
></script>
<script
src=
"layer-v3.1.0/layer/layer.js"
></script>
<script>
$
(
function
(){
var
browserLang
=
navigator
.
language
if
(
browserLang
.
indexOf
(
"zh"
)
==-
1
){
$
(
".new-bg"
).
css
(
"background"
,
'url("images/bg-new3-En.png")0 -0.5rem / 100% 100% no-repeat'
)
$
(
".down-btn2"
).
css
(
"background"
,
'url(images/downBtn2-En.png) 0/ 100% 100% no-repeat'
)
}
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
if
(
browserLang
.
indexOf
(
"zh"
)
==-
1
){
var
videoNum
=
Math
.
ceil
(
Math
.
random
()
*
10
)
var
html
=
[];
html
+=
'
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down'+videoNum+'.png"
alt
=
""
>
'
}else{
var videoNum=Math.ceil(Math.random()*19)
var html=[];
html+='
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down'+videoNum+'.png"
alt
=
""
>
'
}
}
else if (/android/.test(ua)) {
if(browserLang.indexOf("zh")==-1){
var videoNum=Math.ceil(Math.random()*10)
var html=[];
html+='
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down'+videoNum+'.webp"
alt
=
""
>
'
}else{
var videoNum=Math.ceil(Math.random()*19)
var html=[];
html+='
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down'+videoNum+'.webp"
alt
=
""
>
'
}
}else{
if(browserLang.indexOf("zh")==-1){
var videoNum=Math.ceil(Math.random()*10)
var html=[];
html+='
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/En/down'+videoNum+'.webp"
alt
=
""
>
'
}else{
var videoNum=Math.ceil(Math.random()*19)
var html=[];
html+='
<
img
class
=
"down-webp"
src
=
"https://app.ixiulive.com/static/downImg/down'+videoNum+'.webp"
alt
=
""
>
'
}
}
$(".down-webp-box").html(html)
$(".down-webp-box").append('
<
img
style
=
"position: absolute;left:0;top:0;z-index:1"
src
=
"https://app.ixiulive.com/static/downImg/down.jpg"
>
')
$(".down-btn2").on("click",function(){
// var ua = window.navigator.userAgent.toLowerCase();
$
(
".down"
).
on
(
"click"
,
function
(){
var
ua
=
window
.
navigator
.
userAgent
.
toLowerCase
();
if
(
/iphone|ipad|ipod/
.
test
(
ua
))
{
window
.
location
.
href
=
'https://app.footseen.com/download.html'
;
}
else
if
(
/android/
.
test
(
ua
))
{
...
...
@@ -100,7 +65,6 @@ $(function(){
window
.
location
.
href
=
"https://bgps2.yazhai.co/footseexyz/apk/ftsBH5TW.apk"
}
})
})
</script>
</html>
\ No newline at end of file
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