-
-
Notifications
You must be signed in to change notification settings - Fork 169
GitHub sort content
Rob Garrison edited this page Jul 29, 2016
·
49 revisions
A userscript that makes some lists & markdown tables sortable
- This userscript makes the following content sortable, and examples
- Any tables inside of markdown - https://github.com/Mottie/GitHub-userscripts
- The repos you contribute to & your repos list - https://github.com/
- Organization repos - https://github.com/jquery
- Organization members - https://github.com/orgs/jquery/people
- Pinned repos - https://github.com/addyosmani
- User repos - https://github.com/addyosmani?tab=repositories
- Stars list - https://github.com/stars & https://github.com/stars/sindresorhus
- Followers, Following and "You Know" pages - https://github.com/sindresorhus/followers & https://github.com/sindresorhus/following
- The script uses tinysort, so only a ascending or descending sort of the list can be applied.
- The only way to reset the sort is to reload the page.
- The sort only applies to the elements on the current page; lists that continue on to other pages are not included.
- Click this link to install from GitHub, or install from GreasyFork.
Markdown table
Organization repos/people (only the current page)
Following/You Know
- Prevent JS error when clicking on the TOC userscript arrows.
- Add following/follower list sort.
- Add missing !important flag & screenshot.
- Initial commit.