sindresorhus/refined-github

The issue has been closed
`releases-tab` sometimes doesn't flow into overflow hamburger menu #3347
fregante posted onGitHub
This is due to a race condition
- Be on any (responsive) page
- Resize the window
Sometimes it disappears, sometimes it doesn't:
This might be due to the tab being added after GitHub looks for the tabs, so the DOM element should probably be added before the API call, hidden, and then unhidden/removed as necessary.