tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1610344-directv.com.co-hide-unsupported-message.css (737B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 /**
      6 * directv.com.co - Browser is not supported message
      7 * Bug #1610344 - https://bugzilla.mozilla.org/show_bug.cgi?id=1610344
      8 * WebCompat issue #41822 - https://webcompat.com/issues/41822
      9 *
     10 * directv.com.co is showing a "This browser is not supported" message in
     11 * Firefox. Our tests indicated that everything is working just fine, and our
     12 * previous contact attempts have not been successful. This intervention
     13 * hides the large red unsupported banner.
     14 */
     15 .browser-compatible.compatible.incompatible {
     16  display: none;
     17 }