Yes, you can do conditional rules in either the search for, or the replace with part of the rule. So if you wanted to change some text only for FireFox you could search for it, and then replace it with something like the following: Search For: [PB: IF( Match("[PB:Request.Browser.Browser]","FireFox") ) { Text that needs to be changed } ] Replace With: Text for FireFox Browser |