- Scan ID:
- 919c9971-fae5-4063-bdaf-d560f0a6f244Finished
- Submitted URL:
- https://rga123.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 9 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
showTime | function |
t | number |
browerOS | function |
initModel | function |
loadIframe | function |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<meta charset="utf-8">
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Expires" content="0"><meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,viewport-fit=cover">
<meta name="format-detection" content="telphone=no, email=no">
<meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="320">
<meta name="description" content="ปี 2024: งานที่ง่ายดาย รายได้สูง สร้างรายได้ได้อย่างรวดเร็ว สำหรับเพียงเล็กน้อยเวลา คุณสามารถทำให้เงินเป็นอิสระได้|การทำงาน|การทำเงิน|น">
<link rel="canonical" href="https://rga888.com/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="การรับรองโดยทางบริษัท:ช่วยให้คุณสามารถสร้างรายได้สูงจากบ้านได้อย่างง่ายดาย">
<meta property="og:description" content="ปี 2024: งานที่ง่ายดาย รายได้สูง สร้างรายได้ได้อย่างรวดเร็ว สำหรับเพียงเล็กน้อยเวลา คุณสามารถทำให้เงินเป็นอิสระได้|การทำงาน|การทำเงิน|">
<meta property="og:url" content="https://rga888.com/">
<meta property="og:site_name" content="การรับรองโดยทางบริษัท:ช่วยให้คุณสามารถสร้างรายได้สูงจากบ้านได้อย่างง่ายดาย">
<meta property="article:modified_time" content="2018-05-18T16:59:52+00:00">
<meta property="og:image" content="https://rga666.com/rgath.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@turo">
<meta name="screen-orientation" content="portrait">
<meta name="full-screen" content="yes">
<meta name="x5-orientation" content="portrait">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
<meta name="msapplication-tap-highlight" content="no">
<link rel="icon" href="./favicon.ico">
<title>R/GA</title>
<link rel="icon" href="h5/static/logo.png">
<style type="text/css">
.model-pc {
position: relative;
background-color: #fff;
width: 440px;
height: 100vh;
max-height: 960px;
position: fixed;
z-index: 10;
left:0;
right:0;
top:0;
bottom:0;
margin: auto;
box-sizing: border-box;
overflow: hidden;
background-image: url(images/iPhoneX_model.png);
background-repeat: no-repeat;
background-size: 100% 100%;
overflow: visible;
padding: 12px 20px 12px 20px;
}
.model-iphone-x {
width: 405px;
height: 100vh;
max-height: 910px;
padding: 7px 16px 10px 14px;
}
.model-iphone {
width: 440px;
max-height: 960px;
padding: 12px 16px 12px 14px;
}
.digit-time {
position: absolute;
left: 46px;
top: 28px;
color: #BECDE9;
font-weight:bold;
font-size: 14px;
}
.modal-content {
box-sizing: border-box;
width: 100%;
height: 100%;
border-radius: 60px;
overflow: hidden;
padding-top: 42px;
padding-bottom: 32px;
}
.iframe {
height: 100%;
width: 100%;
}
</style>
<script>
function showTime(){
var date = new Date();
var year = date.getFullYear();/*返回当前年份*/
var month=date.getMonth();/*返回当前月份 0~11*/
var day = date.getDate();/*返回月中的天数 也就是日期*/
var h = date.getHours();
var m = date.getMinutes();
var s = date.getSeconds();
if(h<10){
h = "0"+h;
}
if(m<10){
m = "0"+m;
}
if(s<10){
s = "0"+s;
}
document.getElementById("digit_time").innerHTML = h+":"+m;
}
var t = window.setInterval("showTime()",1000);
function browerOS () {
var ua = navigator.userAgent,
isWindowsPhone = /(?:Windows Phone)/.test(ua),
isSymbian = /(?:SymbianOS)/.test(ua) || isWindowsPhone,
isAndroid = /(?:Android)/.test(ua),
isFireFox = /(?:Firefox)/.test(ua),
isChrome = /(?:Chrome|CriOS)/.test(ua),
isTablet = /(?:iPad|PlayBook)/.test(ua) || (isAndroid && !/(?:Mobile)/.test(ua)) || (isFireFox && /(?:Tablet)/.test(ua)),
isPhone = /(?:iPhone)/.test(ua) && !isTablet,
isPc = !isPhone && !isAndroid && !isSymbian;
return {
isTablet: isTablet,
isPhone: isPhone,
isAndroid : isAndroid,
isPc : isPc
};
}
function initModel() {
showTime();
var os = browerOS();
if(os.isPc) {
var url =window.location.protocol+"//"+window.location.host+"/h5/index.html";
document.getElementById("modal").style.display = "block";
document.getElementById("app-modal").src=url;
//判断页面是否刷新
if(sessionStorage.getItem("isReload")){
if(sessionStorage.getItem("iframe_url")){
var lastUrl = sessionStorage.getItem("iframe_url");
if(lastUrl == "about:blank") {
document.getElementById("app-modal").contentWindow.location = url;
}else{
document.getElementById("app-modal").contentWindow.location = sessionStorage.getItem("iframe_url");
}
}
}else{
sessionStorage.setItem("isReload", true)
}
} else {
sessionStorage.removeItem("isReload");
sessionStorage.removeItem("iframe_url");
window.location.href = "h5";
}
}
function loadIframe() {
var mainFrame=document.getElementById('app-modal');
document.title = mainFrame.contentWindow.document.title;
}
window.onbeforeunload = function () {
var url = document.getElementById("app-modal").contentWindow.location;
if(url != "about:blank") {
sessionStorage.setItem("iframe_url", url);
}
}
</script>
</head>
<body onload="initModel()" onresize="initModel()">
<div id="modal" class="model-pc model-iphone-x" style="display: block;">
<div id="digit_time" class="digit-time">12:25</div>
<div class="modal-content">
<iframe scrolling="auto" frameborder="0" id="app-modal" class="iframe" onload="loadIframe()" src="https://rga123.com/h5/index.html"></iframe>
</div>
</div>
</body></html>