This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name New Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @require http://code.jquery.com/jquery-3.4.1.min.js | |
// @author You | |
// @match http://localhost:8000/pricing | |
// @icon https://www.google.com/s2/favicons?domain=undefined.localhost | |
// @grant none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"country_code":247,"region_code":"AC","region_name":"Ascension Island"},{"country_code":376,"region_code":"AD","region_name":"Andorra"},{"country_code":971,"region_code":"AE","region_name":"United Arab Emirates"},{"country_code":93,"region_code":"AF","region_name":"Afghanistan"},{"country_code":1,"region_code":"AG","region_name":"Antigua & Barbuda"},{"country_code":1,"region_code":"AI","region_name":"Anguilla"},{"country_code":355,"region_code":"AL","region_name":"Albania"},{"country_code":374,"region_code":"AM","region_name":"Armenia"},{"country_code":244,"region_code":"AO","region_name":"Angola"},{"country_code":0,"region_code":"AQ","region_name":"Antarctica"},{"country_code":54,"region_code":"AR","region_name":"Argentina"},{"country_code":1,"region_code":"AS","region_name":"American Samoa"},{"country_code":43,"region_code":"AT","region_name":"Austria"},{"country_code":61,"region_code":"AU","region_name":"Australia"},{"country_code":297,"region_code":"AW","region_name":"Aruba"},{"country_code":358,"region |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"userinfo_country_code": { | |
"0": "請選擇", | |
"US": "美國 (+1)", | |
"CA": "加拿大 (+1)", | |
"UK": "英國 (+44)", | |
"AF": "阿富汗 (+93)", | |
"AR": "阿根廷 (+54)", | |
"AT": "奧地利 (+43)", |