In Dynamics 365 Customer Engagement and Dynamics CRM, you can navigate directly to the solution list with the following bookmarklet.
javascript: (function () { var form = $("iframe").filter(function () { return $(this).css("visibility") == "visible" })[0].contentWindow; window.open(form.Xrm.Page.context.getClientUrl() + "/tools/Solution/home_solution.aspx?etn=solution"); })();
The solution list displays all solutions in the instance without any extra navigation items.
*This post is locked for comments