NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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"); });