summary refs log tree commit diff
AgeCommit message (Collapse)Author
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.