<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
<title> انتقال دهنده ی لینک مانیستر </title>
<style>
/*
** Designed By Ehsan Abafat
** Copyright 2015 By Monister.ir
** All Rights Reserved .
*/
@font-face{font-family:S Yekan;src:url(http://up.monister.ir/up/eyebrine/Public/SYekan.eot);src:url(http://up.monister.ir/up/eyebrine/Public/SYekan.eot#iefix) format('embedded-opentype'),url(http://up.monister.ir/up/eyebrine/Public/SYekan.woff) format('woff'),url(http://up.monister.ir/up/eyebrine/Public/SYekan.ttf) format('truetype')}
body{
direction:rtl;
margin:0;
padding:0;
font:20px S Yekan;
background:#34495e;
overflow-x:hidden;
}
.wrapper{
width:100%;
padding:10px;
background:#2c3e50;
margin:50px auto;
height:350px;
color:#fff;
text-align:center;
position:absolute;
}
.wrapper:before{
content:"";
background:#2c3e50;
position:absolute;
top:-5px;
z-index:1111;
height:10px;
width:10px;
margin:0 auto;
right:2px;
left:2px;
transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}
img{
margin-bottom:50px;
}
h1{
color:#fff;
font-size:20px;
margin:50px auto;
text-align:center;
text-shadow:1px 1px 3px #111 , 0 0 2px #777, -3px 0 3px #555, -3px 1px 2px #fff;
}
.anim{
animation:makus 1s ease 0s infinite alternate;
width:100px;
height:70px;
text-align:center;
background:#27ae60;
border-radius:100%;
margin:auto;
padding-top:30px;
}
@keyframes makus{
from{transform:scale(.8)}
to{transform:scale(1)}
}
</style>
</head>
<body>
<h1>انتقال دهنده ی لینک مانیستر</h1>
<div class="wrapper">
<button onclick="xxx()">کلیک کنید</button>
<img src="http://up.monister.ir/view/534891/link-icon.png" alt="Link">
<div id="Time"></div>
<div class="loading"></div>
</div>
<script>
// By Ehsan Abafat :)
var Time = 1000, // 1 saniye zamane har shomareshe makus
Numbers = 10; // shomare makus az ?
function timer(){
var element = document.getElementById('Time'),
address = (window.location.href.search(/\#=[\w|\W]+/ig) != -1) ? window.location.href.match(/#=[\w|\W]+/ig).toString().replace('#=','') : null;
if(element.innerHTML >= 0)
element.innerHTML = Numbers--;
if(typeof address != 'object'){
document.querySelector('.loading').innerHTML='شمارش معکوس برای انتقال به : '+address;
element.className='anim';
}
if(element.innerHTML == 0 && typeof address != 'object'){
element.innerHTML = 'انتقال...';
element.style.fontSize='15px;';
window.location = address;
}
if(typeof address == 'object')
element.innerHTML = 'آدرسی برای انتقال یافت نشد !';
}
var SET = setInterval('timer()',Time);
function xxx(){
window.location = address;
}
</script>
</body>
</html>