Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* directv.com.co - Browser is not supported message
*
* directv.com.co is showing a "This browser is not supported" message in
* Firefox. Our tests indicated that everything is working just fine, and our
* previous contact attempts have not been successful. This intervention
* hides the large red unsupported banner.
*/
.browser-compatible.compatible.incompatible {
display: none;
}