summary refs log tree commit diff
path: root/content.js
AgeCommit message (Collapse)Author
2023-10-07Improve commentsV
2023-10-06Fix extension not running beyond first page loadV
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
2022-05-17Fix not loading when navigating from other pages on GitHub v0.2V
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
2022-05-17Root commit v0.1V
Here we go again! The initial release of a new extension.