Last active
December 3, 2024 14:43
-
-
Save plasticmind/663c456bfa3bd0c9a10233b689267eb2 to your computer and use it in GitHub Desktop.
Load GitHub Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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