Greasy Fork is available in English.

Country Code

ISO 3166-1 alpha-2

Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta // @require https://update.greasyfork.org/scripts/465957/1188611/Country%20Code.js

Tác giả
schimon
Phiên bản
23.04
Đã tạo
10-05-2023
Đã cập nhật
10-05-2023
Giấy phép
MIT

Usage:

countryCode["DE"] // "Germany"

Example:

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

Solution:

nationCode = nationCode.toUpperCase()
countryCode[nationCode] // "Germany"