sindresorhus/refined-github

The issue has been closed
Custom CSS is injected too late #4312
fregante posted onGitHub
This line is waiting for the tab to be visible before injecting the CSS (via elementReady('body')
)
It should probably be moved to the top of the function, without waiting for any conditions.