homerchen19 / github-file-icons

🌈 🗂 A browser extension which gives different filetypes different icons to GitHub, GitLab, gitea and gogs.
https://chrome.google.com/webstore/detail/file-icon-for-github-and/ficfmibkjjnpogdcfhfokmihanoldbfe
MIT License
1.43k stars 69 forks source link

feat: support github file tree view #146

Closed gabrielecanepa closed 1 year ago

gabrielecanepa commented 1 year ago

Adds support for the new GitHub code view (currently in beta):

Compared to #144, it uses separate logic from the one used on PR files pages by checking the existence of the #repos-file-tree element.

Warning It doesn't yet support dynamically loaded files (when opening a folder) as the whole extension logic is based on static pages:

homerchen19 commented 1 year ago

Thanks!