Skip to content

Instantly share code, notes, and snippets.

@lgazo
Created October 5, 2020 09:54
Show Gist options
  • Save lgazo/42b4f4e373dba0ef39e72a069165934b to your computer and use it in GitHub Desktop.
Save lgazo/42b4f4e373dba0ef39e72a069165934b to your computer and use it in GitHub Desktop.
show xwiki left panel bookmarklet
javascript:(function(){main = document.querySelector('#contentcolumn > div');main.style.left = null;main.style.width = null;left = document.querySelector('#leftPanels');left.style.right = null;left.style.display = null;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment