On Nov 5, 2010, at 5:57 AM, Kathy Wheeler wrote: > Actually, that and a comment by another poster re css id names > (#advertisement) makes me ask are there names we should avoid using for class > and id identifiers if they are likely to trigger some sort of blocking > mechanism that might wreck havoc on a page by hiding parts of it??
A couple of resources: CSS rules used by Camino's adblocker: http://mxr.mozilla.org/camino/source/camino/resources/application/ad_blocking.css Adblock plus basic rules: https://easylist-downloads.adblockplus.org/easylist.txt you can dig into the glimmerblocker filters: http://glimmerblocker.org/wiki/Filters For all those blockers, there is more logic behind the scenes (regular expressions for url based blocking and so on). Philippe --- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
