The issue has been closed

@fregante are we going to accept 2 API requests for this?
If someone wants to reverse engineer the request it does not look too hard.
https://github.com/sindresorhus/refined-github/commits/checks-statuses-rollups
We have all the DOM (after the first fetchDom) needed for the second request.
posted by yakov116 almost 4 years ago
I disabled the feature for everyone via hotfix
To fix this I think we only need to update the selector to use the new batch-deferred-content
element. If I copy-paste that HTML it works as usual, so no further code should be required.
posted by fregante almost 4 years ago