====== About the script ====== * Purpose : This script will toggle the Visibility of all shortcuts in the App Drawer. So on first run you only see the hidden Shortcuts, on the second run you have all your visible shortcuts back * Author : F43nd1r * Current Version : 1.1 * Link : https://plus.google.com/115366157037831519359/posts/YubDRu2LRLj ====== Changelog ====== * Version 1.0 (14/9/2014): initial release in wiki * Version 1.1 (16/9/2014): use of JSON to reduce and simplify code, probably reduces Runtime ====== How to use the script ====== * Run from anywhere ====== Issues and Hints ====== * The launcher gets restarted in the process //please report all bugs in the g+ community!// ====== Script ====== //import java classes LL.bindClass("java.io.FileReader"); LL.bindClass("java.io.BufferedReader"); LL.bindClass("java.io.FileWriter"); LL.bindClass("java.io.File"); LL.bindClass("java.lang.System"); //check the app drawer var containers=["99"]; for(var y=0;y