Manipulate the OnBeforeRequest
function using the following syntax:
if (!oSession.HostnameIs("domainIcareabout.com") &&
!oSession.HostnameIs("anotherDomainIcareabout.com"))
{
oSession["ui-hide"] = "Hiding other domains"; // String value not important
}