Skip to content

Instantly share code, notes, and snippets.

@plasticmind
Last active December 3, 2024 14:43
Show Gist options
  • Save plasticmind/663c456bfa3bd0c9a10233b689267eb2 to your computer and use it in GitHub Desktop.
Save plasticmind/663c456bfa3bd0c9a10233b689267eb2 to your computer and use it in GitHub Desktop.
Load GitHub Page
javascript:(function(){let path=window.location.pathname.split('/');if(path[2]==='blob'){path.splice(2,1);window.location.href=`https://${path[0]}.github.io/${path.slice(3).join('/')}`;}else{alert('Not on a GitHub blob URL!');}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment