sindresorhus / hide-files-on-github

Chrome extension - Hide nonessential files from the GitHub file browser
https://chrome.google.com/webstore/detail/hide-files-on-github/lpnakhpaodhdkleejaehlapdhbgjbddp
MIT License
320 stars 35 forks source link

fix selector #30

Closed jacobbearden closed 8 years ago

jacobbearden commented 8 years ago

Within the last day or so the file navigation was changed, making the toggle button not show up anymore, this fixes that.

Before: before After: after

@sindresorhus

radiovisual commented 8 years ago

Nice. Though I think that Github's latest change also means we can remove a lot of stale code that isn't being used any longer. Like, for example, all of this CSS and this function call that is changing parts of the UI that no longer exist.

There may be more stale code in this repo now, so we might need to take a closer look.

jacobbearden commented 8 years ago

I'll see what I can find!

sindresorhus commented 8 years ago

@radiovisual Agreed, but should be a follow-up commit. Want to get this out now.

@jacobbearden Could you do another cleanup PR? :)

jacobbearden commented 8 years ago

@sindresorhus sure can!