Skip to content Skip to sidebar Skip to footer

How to Install Adblock Killer in Blogger

How to Install Adblock Killer on Blogger

Maybe some of the bloggers earn through advertising. Not only from adsense, but there are many sites that can make money by advertising on your website. However, it cannot be denied that Adsense is indeed more profitable than other advertiser sites.

However, being a blogger who only relies on income from advertising, of course all bloggers want ads to always appear on their blogs. But, it may all be just the wishes of the bloggers. What about visitors? Not all visitors like the ads on your blog. Especially if the ad annoys the visitors, causing them to be uncomfortable.

Therefore, many visitors are looking for ways to be able to access the internet so that it is free of advertisements. Of course this is detrimental to publishers who only rely on revenue through advertising. One of the examples they have done is accessing the internet using the UC Browser. There are some UC browsers which, if used, will be free of advertisements, thus making them free to use the internet without disturbing anyone.

The reason blog visitors don't like ads on your blog.


There are many reasons why they don't like ads. Here are some examples of why many use ad-free browsers.

1. Ads Cover Blog Articles


If this is their reason for using an ad-free browser, then of course not everyone wants to feel the same way. Blog visitors will feel very disturbed if the ads on your blog block the article, thus making the article difficult to read.

Solution: Place the ad in a good position so as not to disturb your blog visitors. It's okay to place ads in the middle of the post, but give it a distance so it doesn't blend with the text.

2. There are Many Ads between articles


It's the same as the points above, placing a lot of ads between articles must be very disturbing to readers. For that, put a maximum of 3 si ads between articles. Place it above the title, middle of the article & at the end of the article.

3. Pop-up Ads


Maybe not only them, I really hate it if there are pop-up ads that redirect to different pages. Just a little click in the article area, it will immediately be taken to another page, that's what makes me hate ads like this.

Usually, ads like this are not from the Google Adsense site, but from sites that provide ads such as paid shortlinks. Therefore, my advice is to use a friendly ad provider site, such as Google Adsense, Mgid, etc.

How to optimize ads on blogs?


If you want visitors to feel more comfortable reading your articles, I hope you follow the 3 points above. If you have complied with the 3 commands above, you can install an adblock killer script on your blog.

What is Adblock Killer?


Adblock Killer is an anti-visitor script that uses adblock. By installing Adblock killer, they cannot visit your website before they use another browser.

How to Install a Blogger Adblock Killer Script


  • Go to Blogspot Dashboard
  • Select Theme > Edit HTML
  • Press CTRL + F key to bring up the search field.
  • Look for the code </head>. 
  • Take the script code below, then save it just above the </head> code.

<style>
/* Say Hi to Adblock */
@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}
@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}
#arlinablock ::-webkit-scrollbar{-webkit-appearance:none;width:4px;height:5px}#arlinablock ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.15);border-radius:10px}#arlinablock ::-webkit-scrollbar-track{background-color:transparent}#arlinablock ::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.25)}
#arlinablock{background:rgba(34,47,62,0.67);position:fixed;margin:auto;left:0;right:0;top:0;bottom:0;overflow:auto;z-index:999999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
#arlinablock .header{margin:10px 0 20px 0;position:relative;top:initial;left:initial}
#arlinablock .header h2{color:#222;font-size:1.8rem}
#arlinablock .inner{background:#fff;border-radius:12px;color:#222;box-shadow:0 0 2rem -1rem rgba(0,0,0,0.5);text-align:center;width:100%;max-width:640px;padding:30px;margin:7% auto 2% auto;animation:flipInX 1s}
#arlinablock button{position:relative;overflow:hidden;padding:6px 20px;background:#f5aa33;color:#fff;margin:20px 5px;cursor:pointer;border-radius:99em;font-size:13px;font-weight:500;border:2px solid #f5aa33;transition:initial;box-shadow:0 1px 0 rgba(0,0,0,0.01),0 5px 10px rgba(0,0,0,0.1)}
#arlinablock button:hover{background:#fff;color:#f5aa33;outline:none;border-color:#f5aa33}
#arlinablock button.active,#arlinablock button:hover.active{background:#ee5253;color:#fff;border-color:#ee5253;outline:none}
#arlinablock .fixblock{background:#f7f9f8;text-align:left;color:#000;padding:20px;height:250px;overflow:auto;line-height:30px;border-radius:8px;border:1px solid rgba(0,0,0,0.05)}
#arlinablock .fixblock div{display:none}
#arlinablock .fixblock div.active{display:block;animation:fadeInUp .5s}
#arlinablock ol{margin-left:20px}
#arlinablock button:after,#arlinablock button:before{content:'';display:block;position:absolute;bottom:0;right:0;left:0;height:50%;background:rgba(0,0,0,0.05);background-repeat:no-repeat;transition:all .3s}
#arlinablock button:before{height:0;top:0;bottom:initial}
#arlinablock button:hover:after{height:0}
#arlinablock button:hover:before{height:50%}
@media(max-width:768px){#arlinablock .inner{width:calc(100% - 20px);margin:10px auto;padding:15px}}
</style>

  • Then, look for the code </body>.
  • Copy the script below, paste it just above the </body> code.

<script>
//<![CDATA[
// Say Hi to Adblock
function downloadJSAtOnload(){var e=document.createElement("script");e.src="https://cdn.jsdelivr.net/gh/Arlina-Design/quasar@master/arlinablock.js",document.body.appendChild(e)}window.addEventListener?window.addEventListener("load",downloadJSAtOnload,!1):window.attachEvent?window.attachEvent("onload",downloadJSAtOnload):window.onload=downloadJSAtOnload;
//]]>
</script>

Note: If you have previously installed the adsense JS code in the html, you can just delete it. Because in the script code that I have given above, there is already an Adsense JS code.

What does Adsense JS code look like? Adsense JS code is as below.

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

Or this adsense JS code,

<script>
//<![CDATA[
(function() { var ad = document.createElement('script'); ad.type = 'text/javascript'; ad.async = true; ad.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'; var sc = document.getElementsByTagName('script')[0]; sc.parentNode.insertBefore(ad, sc); })();
//]]>
</script>

Delete the code because it will only slow down the loading of your blog.

If you have done all of the above, blog visitors who use adblock will automatically get a notification telling them to turn off adblock. If they don't turn off adblock, they won't be able to enter your blog. This way they will use another browser to visit your blog.

Maybe that's the only way to install or add an adblock killer on blogspot easily. Hopefully this way, you can maximize revenue from advertising.

Post a Comment for "How to Install Adblock Killer in Blogger"