The TOS say that we're not allowed to modify the adsense code. What about if I only want a Firefox referral button to appear in non-Firefox browsers? I assume that if I wrap the supplied javascript in an if statement then that's not modifying it, but I can't get javascript to do a conditional <script type="text/javascript" src="..."> However, using document.write('<script type="text/javascript" src="...">') I can get it to work.
Would this be legal? Or more generally, does modifying the adsense code as mentioned in the TOS refer to the code generated on the adsense site, or does it refer to the .js file that's downloaded from the google server?
Thanks in advance.