Quite simple, I want to remove customize-support class from \[code\]<body>\[/code\]. I'm searching for a while now, can't find where it's been generated.I want to embed content from one site to another using Ajax Include Script(Dynamic Drive) and CORS, so I need to replace \[code\]<body>\[/code\] and its CSS with something else, otherwise it messes with site's CSS, they merge together.When I replace \[code\]<body>\[/code\] with \[code\]<abody>\[/code\] it creates another \[code\]<body>\[/code\], level above, with only \[code\]"customize-support"\[/code\] class.Maybe there's another solution? Method above was the only one I could come up with.