Skip to content

Instantly share code, notes, and snippets.

@BurgerZ
BurgerZ / MiuiHome
Created November 22, 2014 08:31
Hide hotseats icons labels in MIUI v5 (maybe v6 too) with Xposed/WSM
private static void hideHotSeatsLabels() {
try {
Class.forName("com.miui.home.launcher.ShortcutIcon", false, mClassLoader);
XposedHelpers.findAndHookMethod("com.miui.home.launcher.ShortcutIcon", mClassLoader,
"onFinishInflate", new XC_MethodHook() {
@Override
protected void afterHookedMethod(MethodHookParam param) throws Throwable {
hide(param);
}
});
@BurgerZ
BurgerZ / gist:7045186
Created October 18, 2013 17:43
KMPlayer (Windows) ads removal
%WINDOWS%\Syatem32\drivers\ets\hosts
add this line:
127.0.0.1 player.kmpmedia.net