File "index.html"
Full path: /usr/home/mndrn/domains/mndrn.ru/public_html/скамы/Ваше устройство возможно необходимо очистить от мусорных файлов/index.html
File size: 18.18 KiB (18619 bytes)
MIME-type: text/html
Charset: utf-8
<!DOCTYPE html>
<html>
<head>
<base href="">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .67em 0
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}
pre {
overflow: auto
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
</style>
<title> Caution! </title>
<style type="text/css">
html,
body {
margin: 0;
padding: 0;
width: auto;
height: 100%;
}
body {
font-family: -apple-system, "Roboto", Trebuchet MS, sans-serif;
font-size: 0.85em;
line-height: 1.2em;
color: #000;
background-color: #999;
}
a,
img {
border: 0;
outline: none;
}
a {
color: #000;
text-decoration: none;
}
h1,
p {
margin: 0;
padding: 0;
}
h1 {
margin-bottom: 9px;
font-weight: bold;
font-size: 127%;
line-height: 100%;
}
.wrap {
position: relative;
margin: 0 auto;
width: auto;
min-width: 240px;
max-width: 100%;
height: 100%;
min-height: 240px;
overflow: hidden;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.pagelink {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: auto;
height: auto;
}
.description {
position: absolute;
left: 5px;
right: 5px;
top: 5px;
bottom: 5px;
color: #000;
text-align: left;
white-space: normal;
overflow: hidden;
}
.window {
position: absolute;
left: 0;
right: 0;
top: 50%;
width: 84.4%;
min-width: 240px;
max-width: 270px;
margin: auto;
/*text-align: center;*/
border-radius: 12px;
background-color: #f9f9f9;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.text {
margin: 7.6% 7% 8% 7%;
}
.buttons,
.button {
margin: 0;
text-align: center;
}
.buttons {
position: relative;
height: auto;
min-height: 45px;
color: #1275ec;
font-weight: bold;
font-size: 130%;
border-top: 1px solid #b4b4b4;
white-space: nowrap;
}
.buttons:after {
content: "";
display: block;
position: absolute;
left: 50%;
top: 0;
bottom: 0;
width: 0;
height: auto;
font-size: 0;
line-height: 0;
border: 0;
border-left: 1px solid #b4b4b4;
overflow: hidden;
}
.button {
display: inline-block;
margin: 0px auto;
padding: 15px 3%;
width: 43%;
color: #1275ec;
text-align: center;
white-space: normal;
}
@supports (display: -webkit-box) or (display: -moz-box) or (display: -webkit-flex) or (display: flex) {
.buttons,
.button {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
-moz-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-moz-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
-moz-flex-align: stretch;
align-items: stretch;
-webkit-align-content: stretch;
-moz-flex-line-pack: stretch;
align-content: stretch;
-webkit-box-align: stretch;
-moz-box-align: stretch;
box-align: stretch;
-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
-webkit-box-direction: normal;
-moz-box-direction: normal;
box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
}
.button {
-webkit-flex-direction: column;
-moz-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-moz-justify-content: center;
justify-content: center;
}
.button span {
-webkit-box-flex: 0 1 auto;
-moz-box-flex: 0 1 auto;
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-order: 0;
-moz-order: 0;
order: 0;
}
}
/* ************************************************************************* */
@media screen and (orientation: portrait) and (max-width: 450px) {
h1 {
margin-bottom: 2px;
line-height: 106%;
}
.text {
margin: 7.5% 6.7% 8% 6.7%;
}
}
@media screen and (orientation: portrait) and (max-width: 400px) {
h1 {
margin-bottom: 3px;
font-size: 128%;
line-height: 112%;
}
.text {
margin: 7.4% 6.4% 8% 6.4%;
}
}
@media screen and (orientation: portrait) and (max-width: 375px) {
h1 {
margin-bottom: 4px;
line-height: 118%;
}
.text {
margin: 7.3% 6.1% 8% 6.1%;
}
.buttons {
min-height: 49px;
}
}
@media screen and (orientation: portrait) and (max-width: 350px) {
h1 {
margin-bottom: 5px;
font-size: 129%;
line-height: 124%;
}
.text {
margin: 7.2% 5.8% 8% 5.8%;
}
.buttons {
min-height: 46px;
}
}
@media screen and (orientation: portrait) and (max-width: 325px) {
body {
font-size: 0.84em;
}
h1 {
margin-bottom: 6px;
font-size: 130%;
line-height: 130%;
}
.text {
margin: 7% 5.6% 8% 5.6%;
}
.buttons {
min-height: 41px;
}
.button {
line-height: 65%;
}
}
@media screen and (orientation: portrait) and (max-width: 300px) {
body {
font-size: 0.77em;
}
}
@media screen and (orientation: portrait) and (max-width: 275px) {
body {
font-size: 0.7em;
}
}
@media screen and (orientation: portrait) and (max-width: 250px) {
body {
font-size: 0.63em;
}
}
/* ************************************************************************* */
@media screen and (orientation: landscape) and (max-height: 450px) {
h1 {
margin-bottom: 2px;
line-height: 106%;
}
.text {
margin: 6.5% 7% 7% 7%;
}
}
@media screen and (orientation: landscape) and (max-height: 400px) {
h1 {
margin-bottom: 3px;
font-size: 128%;
line-height: 112%;
}
.text {
margin: 5.5% 7% 6% 7%;
}
}
@media screen and (orientation: landscape) and (max-height: 375px) {
h1 {
margin-bottom: 4px;
line-height: 118%;
}
.text {
margin: 4.5% 7% 5% 7%;
}
.buttons {
min-height: 49px;
}
}
@media screen and (orientation: landscape) and (max-height: 350px) {
h1 {
margin-bottom: 5px;
font-size: 129%;
line-height: 124%;
}
.text {
margin: 3.5% 7% 4% 7%;
}
.buttons {
min-height: 46px;
}
}
@media screen and (orientation: landscape) and (max-height: 325px) {
body {
font-size: 0.84em;
}
h1 {
margin-bottom: 6px;
font-size: 130%;
line-height: 130%;
}
.text {
margin: 2.5% 7% 3% 7%;
}
.buttons {
min-height: 41px;
}
.button {
line-height: 65%;
}
}
@media screen and (orientation: landscape) and (max-height: 300px) {
body {
font-size: 0.77em;
}
}
@media screen and (orientation: landscape) and (max-height: 275px) {
body {
font-size: 0.7em;
}
}
@media screen and (orientation: landscape) and (max-height: 250px) {
body {
font-size: 0.63em;
}
}
.blink_me {
animation: blinker 1s linear infinite;
}
@keyframes blinker {
50% {
opacity: 0.3;
color: red;
}
}
</style>
</head>
<body class="en ltr">
<script>
var device_brand = "{device_brand}";
var device_brand = device_brand.replace ("Generic","Android");
var device_brandandmodel = "{device_brand} {device_model}";
var device_brandandmodel = device_brandandmodel.replace("Generic Android 2.0","Android device");
</script>
<div class="wrap">
<div class="window">
<div class="text">
<h1 style="" class="blink_me">
Ваше устройство <script>document.write(device_brand)</script> возможно необходимо очистить от мусорных файлов! </h1>
<p> Рекомендуется установить приложение и выполнить очистку, иначе Ваш телефон может работать медленно и батарея быстро разряжаться. </p>
<br>
<p> Рекомендуем регулярно выполнять очистку памяти Вашего телефона. </p>
<br> <img src="data:image/png;base64,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" style="float: left; padding-right: 10px">
<p> Пожалуйста, скачайте и установите это <strong>бесплатное</strong> приложение.</p>
<br> </div>
<div class="buttons">
<a class="button exitpoint" href="{offer_link}&place=install"> <span>
Установить </span> </a>
<a class="button cancel" href="{offer_link}&place=cancel"> <span>
Позже </span> </a>
</div>
</div>
</div>
<script>
var alertText = "Wait!\n\nYour " + "{device_brand} {device_model}" + " might still be slowed down.\n\nStay on the page and install recommended app to clean your " + "{device_brand}" + " immediately.";
var alertText = alertText.replace("Generic Android 2.0","Android");
var alertText = alertText.replace("Generic", "device");
</script>
<script type="text/javascript">
! function() {
var count = 1;
var t;
try {
for(t = 0; 10 > t; ++t) history.pushState({}, "", "#");
onpopstate = function(t) {
if(count % 2 == 1) {
alert(alertText)
}
count++;
t.state && location.replace("#")
}
} catch(o) {}
}();
</script>
</body>
</html>