@media all
("at-media all") (Lower-Case "A") CSS FilterIf the background color of this paragraph is green (a darker green than this page's background) then the hack was applied.
p.test {
background-color: #f66;
}
@media all {
p.test {
background-color: #6f6;
}
}