Country Code

ISO 3166-1 alpha-2

Dette script bør ikke installeres direkte. Det er et bibliotek, som andre scripts kan inkludere med metadirektivet // @require https://update.greasyforks.org/scripts/465957/1188611/Country%20Code.js

Skaber
Schimon
Version
23.04
Oprettet
10.05.2023
Opdateret
10.05.2023
Size
6,16 kB
Licens
MIT

Usage:

countryCode["DE"] // "Germany"

Example:

nationCode = "de"
countryCode[nationCode] // undefined

Solution:

nationCode = nationCode.toUpperCase()
countryCode[nationCode] // "Germany"
长期地址
遇到问题?请前往 GitHub 提 Issues。