/* ==UserStyle==
@name           MyHeritage: no country flags
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes the country flag icon on top of person profiles.
@author         ciricuervo
@downloadURL https://update.greasyfork.org/scripts/540797/MyHeritage%3A%20no%20country%20flags.user.css
@updateURL https://update.greasyfork.org/scripts/540797/MyHeritage%3A%20no%20country%20flags.meta.css
==/UserStyle== */

/*
  To display country flags you need a JS browser extension (Tampermonkey, Greasemonkey or Violentmonkey)
  and to install this script: https://greasyfork.org/en/scripts/540788-myheritage-flag-injector-with-country-detection
*/

@-moz-document domain("myheritage.com"), domain("myheritage.es") {

    g > image.country-flag {
        display: none;
    }

}
