Armanddw / CategoryTree

// ==UserScript==
// @name            CategoryTree
// @description     CategoryTree
// @author          Armand
// @oujs:author     Armand

// @run-at          document-start
// @grant           GM_xmlhttpRequest
// @version         1.0.0
// @license MIT
// ==/UserScript==
 $('#categoryTree').on('ready.jstree', function() {
     $("#categoryTree").jstree("open_all");           
});