Age | Commit message (Collapse) | Author |
|
|
|
|
|
GitHub seemingly switched from pjax to [Turbo], which understandably
uses differently-named events for signalling content updates. Judging by
the Refined GitHub issue tracker, this happened in mid-2022.[1][2]
[Turbo]: https://github.com/hotwired/turbo
[1]: https://github.com/refined-github/refined-github/pull/5720
[2]: https://github.com/refined-github/refined-github/pull/5742
|
|
GitHub uses pjax to speed up page loads. Since this replaces the native
browser navigation flow, it breaks content script loading. Fortunately,
pjax makes it easy for us to detect these synthetic load events, so we
can just process them ourselves.
Link: https://github.com/defunkt/jquery-pjax#reinitializing-pluginswidget-on-new-page-content
|
|
Here we go again! The initial release of a new extension.
|