بحثث بالويب وجدت كود بالنت وعدلته عبر تشاد جي بي تي 4 وضبطت
كود منع اضافة مانع اعلانات للمتصفح
يتم اضافة الكود عبر اعلان ادسنس في جميع صفحات
Java
<style type='text/css'>
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
}
#AntiAdblockcnmu {
background: rgba(0, 0, 0, .7);
position: fixed;
margin: auto;
right: 0;
top: 0;
overflow: auto;
z-index: 999999;
width: 100%;
height: 100%;
}
#OutBlock {
background: #fff;
color: #fff;
box-shadow: 0 2px 4px #000;
text-align: center;
width: 600px;
padding: 5px;
border-radius: 5px;
animation: fadeInDown 1s;
top: 20%;
position: absolute;
right: calc(50% - 300px);
}
#INablcok {
background-color: #f1f1f1;
border-radius: 5px;
color: #000;
}
#HeadBlock {
background-color: #446EAC;
border-radius: 5px 5px 0 0;
padding: 12px 10px;
color: #fff;
}
#BlockContent {
padding: 20px 10px 20px 120px;
background: transparent url(https://dreamsaudi.net/images/ads.png) no-repeat 10px 20px / 100px 100px;
min-height: 140px;
box-sizing: border-box;
}
#Blockclick {
height: 40px;
background-color: #444;
border-radius: 0 0 5px 5px;
overflow: hidden;
}
#Blockclick a {
display: block;
height: inherit;
line-height: 40px;
border-radius: 2px;
color: #fff;
width: 100%;
text-align: center;
cursor: pointer;
overflow: hidden;
}
#Blockclick a:hover {
background-color: #b5120b;
}
@media screen and (max-width: 650px) {
#OutBlock {
width: 340px;
right: calc(50% - 170px);
}
#BlockContent {
padding: 130px 10px 20px 10px;
background-position: center 20px;
}
}
@media screen and (max-width: 360px) {
#OutBlock {
width: 280px;
right: calc(50% - 140px);
}
}
@media screen and (max-width: 300px) {
#OutBlock {
width: 240px;
right: calc(50% - 120px);
}
}
</style>
<script type='text/javascript'>
!function () {
function f() {
var a = document.createElement("div");
a.id = "AntiAdblockcnmu";
a.innerHTML = '<div id="OutBlock"><div id="INablcok"><div id="HeadBlock">تم رصد مانع الإعلانات AdBlock</div><div id="BlockContent">شكراً لك على زيارة موقعنا , موقعنا يعتمد على الإعلانات كوسيلة دعم ومانع الإعلانات يعوق ايصال هذا الدعم الينا فيرجى مساعدتنا على الإستمرار وايقاف مانع الإعلانات من على موقعنا</div><div id="Blockclick"> <a id="Bclik2" onClick="window.**.reload();">تحديث الصفحة</a></div></div></div>';
document.body.append(a);
document.body.style.overflow = "hidden";
}
var b = document.createElement("script");
b.type = "text/javascript";
b.async = !0;
b.src = "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
b.onerror = function () {
f();
window.adblock = !0;
};
var e = document.getElementsByTagName("script")[0];
e.parentNode.insertBefore(b, e);
}();
</script>