Bookmarklet to expand Gaia WebUI's routes list.
Copy the script below into a new bookmark and click it to enjoy an expanded routes list.
javascript: (function() { document.getElementById('dest_btnsbar').style.height = '0px'; document.getElementById('dest_btnsbar').style.visibility = 'hidden'; document.getElementById('centerPanel').style.height = null; document.getElementById('centerPanel-body').style.height = null; document.getElementById('config-tab').style.height = null; document.getElementById('config-tab-body').style.height = null; document.getElementById('tab-panel').style.height = null; document.getElementById('tab-panel-body').style.height = null; document.getElementById('static_configPanel').style.height = "100%"; document.getElementById('static_configPanel-body').style.height = "100%"; document.getElementById('dest_grid').style.height = null; document.getElementById('dest_grid').style.paddingBottom = "52px"; document.getElementById('dest_grid-body').style.height = null; document.getElementById('dest_grid-body').children[0].style.height = null; document.getElementById('static_dest_paging_toolbar').style.top = null; document.getElementById('static_dest_paging_toolbar').style.bottom = "0px"; document.getElementById('static_dest_paging_toolbar').style.marginTop = null; document.getElementById('static_dest_paging_toolbar').nextElementSibling.nextElementSibling.style.height = 'calc(100% - 52px)'; document.getElementById('static_dest_paging_toolbar').nextElementSibling.nextElementSibling.children[0].style.height = null; document.getElementById('static_dest_paging_toolbar').nextElementSibling.nextElementSibling.nextElementSibling.style.visibility = 'hidden'; document.getElementById('static_dest_paging_toolbar').nextElementSibling.nextElementSibling.nextElementSibling.children[0].style.visibility = 'hidden'; })();