thieman / github-selfies

Everything is better with selfies. Yes, even pull requests. Trust me.
MIT License
1.14k stars 76 forks source link

Handle GitHub's tricky site loading behavior better #15

Closed thieman closed 8 years ago

thieman commented 10 years ago

This flow almost always works:

  1. Click on Pull Requests in the right bar
  2. Click on New pull request, go from there

This doesn't:

  1. Click on green shortcut button on the repo home page, middle-ish left
  2. Click on a branch, keep going but script never fires

Instead of relying on Chrome to load us on certain paths, we should instead load on every GitHub page load and then fire relevant parts of the extension when we detect that the URL is a match.

bhollis commented 8 years ago

I have this working on my own local refactoring branch. :-)

thieman commented 8 years ago

Are you a wizard