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.
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
- Login to your Wapkiz.com account.
- Open your website in Panel Mode.
- Go to the Footer section and click on Edit.
- Select HTML / Tag Code option.
- Copy any of the above codes.
- Paste the code after all other footer code.
- 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!