Skip to content

Instantly share code, notes, and snippets.

@wangcheng
wangcheng / intl_to_cn.js
Last active November 6, 2020 17:03
微博国际版链接切换到微博移动版或者桌面版
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match ://weibointl.api.weibo.com/share/*
// @grant none
// ==/UserScript==
@wangcheng
wangcheng / WeiboUtil.js
Last active November 6, 2020 14:15 — forked from fengmk2/WeiboUtil.js
新浪微博mid与url互转实用工具
/**
* 新浪微博mid与url互转实用工具
* 作者: XiNGRZ (http://weibo.com/xingrz)
*/
// 62进制字典
const str62keys = [
"0",
"1",
"2",
@wangcheng
wangcheng / reset.sh
Created February 4, 2020 06:51
Reset Launchpad
defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
@wangcheng
wangcheng / useful.md
Created December 13, 2019 06:48
useful macos shell commands
xattr -d com.apple.quarantine /Applications/Visual\ Studio\ Code.app

Change Apple OS X Dock size from Apple Terminal

defaults write com.apple.dock tilesize -int 32; killall Dock

32 is icon size

@wangcheng
wangcheng / disable_simsun_msyh.css
Last active December 1, 2015 15:24
Disable hard-coded SimSun & Microsoft Yahei in Browser
@font-face {
font-family: "Simsun";
src: local("Georgia");
}
@font-face {
font-family: "宋体";
src: local("Georgia");
}