sindresorhus/refined-github



The issue has been closed
Move "Security" and "Insights" repository tab to `more-dropdown` #3354
fregante posted onGitHub
https://github.com/sindresorhus/refined-github/pull/3346 restored more-dropdown
but now we also need to move the Security and Insights tabs to it, like it was before the "Repository refresh"
Possible way to do it:
- remove tabs from dom and show/enable the items in the dropdown
Gotchas:
- the DOM order of the menu matters, so you probably need to also move them at the end of the dropdown, after "Settings"