Skip to content

Instantly share code, notes, and snippets.

@kenglxn
Last active May 28, 2018 06:01
Embed
What would you like to do?
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