Skip to content

Instantly share code, notes, and snippets.

@mvark
Created March 3, 2020 18:13
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 mvark/10298300eabc2965e039a4a02b69faab to your computer and use it in GitHub Desktop.
Save mvark/10298300eabc2965e039a4a02b69faab to your computer and use it in GitHub Desktop.
Reading View Bookmarklet for Microsoft Edge
javascript:(function(){a=document.getElementsByTagName('a');for(i=0;i<a.length;i++){a[i].href='read:'+a[i].href;a[i].target='_blank';a[i].style.backgroundColor='#f0f0f0';}}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment