How to Hide “Download Now” Ads in Wapkiz Website 2025 [100% Working]

earn how to hide the 'Download Now' ads from your Wapkiz.com website using simple HTML and CSS codes. Step-by-step guide to clean your footer and make

Hide "Download Now" Ads in Wapkiz.com

Hello friends, today I’m going to share the HTML code you can use to hide the "Download Now" ads on your Wapkiz.com website.

Wpakiz-ads-hide

You can copy the code below and follow the step-by-step guide to hide footer ads easily.

1st Code – Wapkiz Footer Ads Hide Code

<script type="text/javascript">
// 0) {
  var clean_uri = uri.substring(0, uri.indexOf("%3D"));
  window.history.replaceState({}, document.title, clean_uri);
}
if (uri.indexOf("%3D%3D") > 0) {
  var clean_uri = uri.substring(0, uri.indexOf("%3D%3D"));
  window.history.replaceState({}, document.title, clean_uri);
}
if (uri.indexOf("&d=1") > 0) {
  var clean_uri = uri.substring(0, uri.indexOf("&d=1"));
  window.history.replaceState({}, document.title, clean_uri);
}
if (uri.indexOf("?d=1") > 0) {
  var clean_uri = uri.substring(0, uri.indexOf("?d=1"));
  window.history.replaceState({}, document.title, clean_uri);
}
//]]>
</script>

<style>
center {
  opacity: 0 !important;
  position: absolute !important;
  z-index: -99999 !important;
  visibility: hidden !important;
}
</style>
<div class="hidden-block"></div>
  

If the first code doesn’t work, try the second code below.

Related Posts

2nd Code – Alternative Ads Hide Code

<do style="Display: none;"><style>#mix_block_1294937123 {display: none;}</style> 

How to Use the Code on Wapkiz.com

  1. Login to your Wapkiz.com account.
  2. Open your website in Panel Mode.
  3. Go to the Footer section and click on Edit.
  4. Select HTML / Tag Code option.
  5. Copy any of the above codes.
  6. Paste the code after all other footer code.
  7. Save the changes and refresh your website.

After following these steps, the “Download Now” ads in your Wapkiz website’s footer should disappear completely.

Note: Always make a backup of your footer code before editing, so you can restore it if something goes wrong.


Enjoy a clean and ad-free Wapkiz website!

About the author

Daud
Hey! I'm Daud, Currently Working in IT Company BD. I always like to learn something new and teach others.

Post a Comment

To avoid SPAM, all comments will be moderated before being displayed.
Don't share any personal or sensitive information.