This feels like a silly question, but I run into it dozens of times every day.
If I'm looking at the upstream repository, i.e. someone else's repository from which I have created a personal fork, what is the easiest/best/fastest/most efficient way to navigate to my own fork? This is important if, e.g., I want to create a new pull request.
The best I've come up with is to directly change the URL in the browser bar, but that's neither a one-click nor a low-effort approach:
https://github.com/upstream/repository -> https://github.com/myusername/repository
I wouldn't be terribly surprised if there's a link that I just overlook every time I open the page.