Skip to content

Instantly share code, notes, and snippets.

@kenglxn
Last active May 28, 2018 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenglxn/73eb8ed05df6e1776f5df78b846b9ffc to your computer and use it in GitHub Desktop.
Save kenglxn/73eb8ed05df6e1776f5df78b846b9ffc to your computer and use it in GitHub Desktop.
bookmarklet for hacking aoc layout
javascript:(function () { document.querySelectorAll('.console-table tr th:first-child,.console-table tr td:first-child').forEach(e => e.style = 'position: sticky; left: 0; min-width: 200px; background-color:white;');}())
@kenglxn
Copy link
Author

kenglxn commented Apr 12, 2018

just create bookmark with the gist as the uri content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment