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 36 forks source link

Deferred list load breaks it #87

Closed fregante closed 4 years ago

fregante commented 4 years ago

It runs on load but then if GitHub updates the list, it resets the changes:

sdf

Maybe this needs an update:

https://github.com/sindresorhus/hide-files-on-github/blob/e31be06fc3e698446bae231032c74ca94f65d335/extension/content.js#L114

fregante commented 4 years ago

Related: https://github.com/sindresorhus/hide-files-on-github/pull/63