Skip to content

Instantly share code, notes, and snippets.

@icebay
icebay / index.js
Created July 14, 2021 07:39
找出没有实质内容的的 ClassName(Find Tailwindcss JIT mode not generate really className.
// ==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
@icebay
icebay / country_code.json
Last active November 2, 2019 23:13
生成手机国际拨打区号对应数据
[{"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
@icebay
icebay / country.json
Created June 6, 2018 01:15 — forked from jnlin/country.json
國碼與電話國碼對應表 (JSON)
{
"userinfo_country_code": {
"0": "請選擇",
"US": "美國 (+1)",
"CA": "加拿大 (+1)",
"UK": "英國 (+44)",
"AF": "阿富汗 (+93)",
"AR": "阿根廷 (+54)",
"AT": "奧地利 (+43)",