Hi all, As we all know fire fox has an extension which will block google ads on web pages. Is there any way to show alternative ads if adsense ads are blocked? Is there any scripts available for that? Thanks in advance.
You can customize the adblock plus(firefox plugin) so that it can show other ads except adsense ads or vice versa.
You can use a browser detector script (search on google, there are many available) to determine the user's browser. Use an if else statement to display the ads similar to: if(browser_is_firefox){ //display script for google ads }else{ //display script for other ads }