sindresorhus/refined-github


Do you want to work on this issue?
You can request for a bounty in order to promote it!
The user’s CSS is injected before Refined GitHub’s #4731
fregante posted onGitHub
The CSS field in the options is supposed to be used as overrides to Refined GitHub's styles but it's actually injected earlier than RG's, so RG ends up overriding it instead.
We need to find alternative solutions for the injection. For example:
- how does Stylus inject them?
- can it be registered via contentScript.register()? Does the behavior differ in Chrome's polyfill?
- is there any new way to register stylesheets? For example some CSSOM api