/* ==UserStyle==
@name         Internet Roadtrip - Selectable Location Text
@description  Make the location text on the green sign of neal.fun/internet-roadtrip selectable
@version      1.0.0
@namespace    me.netux.site/user-styles/internet-roadtrip/selectable-location-text
@license      MIT
@downloadURL https://update.greasyfork.org/scripts/543715/Internet%20Roadtrip%20-%20Selectable%20Location%20Text.user.css
@updateURL https://update.greasyfork.org/scripts/543715/Internet%20Roadtrip%20-%20Selectable%20Location%20Text.meta.css
==/UserStyle== */

@-moz-document url-prefix("https://neal.fun/internet-roadtrip/") {
  .location::after {
    pointer-events: none;
  }
}