@media all ("at-media all") (Lower-Case "A") CSS Filter

If the background color of this paragraph is green (a darker green than this page's background) then the hack was applied.

Example Code

p.test {
  background-color: #f66;
}

@media all {
  p.test {
    background-color: #6f6;
  }
}

List of browsers that apply this

List of browsers that do not apply this