This script will allow you to use angelfire free account without adds. But, it will not give you an annoying error message if you view the page on your computer
1. go to my account, and change the advertisement type to pop-up window, and save advertisement type.
2. Place this in all pages you want add-free
function closePopUp() {if (location.href.indexOf('angelfire') != -1) popup.close();}window.onload=closePopUp;
1. go to my account, and change the advertisement type to pop-up window, and save advertisement type.
2. Place this in all pages you want add-free
function closePopUp() {if (location.href.indexOf('angelfire') != -1) popup.close();}window.onload=closePopUp;