Skip to content

Instantly share code, notes, and snippets.

@tomaszalusky
Created March 29, 2018 19:26
Show Gist options
  • Save tomaszalusky/2a80e406ab560701da98f57b189ecc1a to your computer and use it in GitHub Desktop.
Save tomaszalusky/2a80e406ab560701da98f57b189ecc1a to your computer and use it in GitHub Desktop.
Bookmarklet to show all work descriptions for current month
javascript:(function(){Array.from(document.getElementsByTagName("textarea")).forEach(function(el){el.parentNode.style.display='block';el.parentNode.style.position='relative';el.parentNode.parentNode.previousElementSibling.style.width='40px';});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment