Current feed URL: https://github.com/feed
https://github.com/dashboard-feed still works, but it's clearly a leftover.
What are these URLs?
|
'https://github.com/?tab=repositories', // Gotcha for `isUserProfileRepoTab` |
|
'https://github.com/?tab=stars', // Gotcha for `isUserProfileStarsTab` |
|
'https://github.com/?tab=followers', // Gotcha for `isUserProfileFollowersTab` |
|
'https://github.com/?tab=following', // Gotcha for `isUserProfileFollowingTab` |
|
'https://github.com/?tab=overview', // Gotcha for `isUserProfileMainTab` |
|
'https://github.com?search=1', // Gotcha for `isRepoTree` |
#4 and #34 don't explain anything. Were they added just because you can add any query params to github.com and they will be ignored? Or did those params used to work?
Current feed URL: https://github.com/feed
https://github.com/dashboard-feed still works, but it's clearly a leftover.
What are these URLs?
github-url-detection/index.ts
Lines 78 to 83 in 6f5d835
#4 and #34 don't explain anything. Were they added just because you can add any query params to github.com and they will be ignored? Or did those params used to work?