Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dfkaye
Created September 17, 2020 05:09
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 dfkaye/14afd4a64888c928cab6436da3ec2a7b to your computer and use it in GitHub Desktop.
Save dfkaye/14afd4a64888c928cab6436da3ec2a7b to your computer and use it in GitHub Desktop.
github inactive days bookmarklet
<h1>Github Inactive Days Bookmarklet</h1>
<!-- hat tip to https://codepen.io/lyle/pen/mdPGEKN -->
<!-- all inspired by trolling tweet by Hays Stanford, https://twitter.com/haysstanford/status/1306209477226569729 -->
<p> Drag this bookmark -> <a class="bookmarklet" href="javascript:c=[];m=Math;d=document;q='querySelectorAll';d[q]('.contrib-legend li').forEach(li=>{c.push(li.style.backgroundColor)});d[q]('g rect').forEach(i=>{i.setAttribute('fill', '#ebedf0')});">&lt;100 Hours A Week&gt;</a> to your bookmarks bar.</p>
<p>Then visit your github profile and click that bookmark!</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment