Skip to content

Instantly share code, notes, and snippets.

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