How to Remove Webs.com Footer

by Greg0reo in Circuits > Software

62 Views, 0 Favorites, 0 Comments

How to Remove Webs.com Footer

annoyingAd.png
In this quick and simple inscrutable I will show you how to remove the annoying Webs.com footer on your webs website. The process is extremely easy and I will walk you through it!

Below is the annoying FOOTER!

//////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////

Method 1: Simple and Fast Method

removeFooter.png
If you want to just get over with this as quickly as possible, visit the website below and follow the super quick and easy instructions to getting rid of the footer:

http://removewebsfooter.webs.com


Method 2: DIY

gone.png
To do this yourself you want to create a new HTML module in your webs website:

Do this by going into the "Other" tab

Then copy paste this code below into it and your done!

<html> 
<script>
   function hideFooter(){
document.getElementById("footer").style.visibility = "hidden";
  }
   window.onload = hideFooter;
  </script>
<a href="http://removewebsfooter.webs.com">Learn how to remove the footer! Click here!</a>
</html>



NOW YOUR DONE! 
THE FOOTER IS GONE!
ENJOY!
Every time your page loads you will have removed the footer!