
GitHub PR File Randomizer από Toby Crawley
Randomly sorts files on GitHub PR pages
1 χρήστης1 χρήστης
Μεταδεδομένα επέκτασης
Σχετικά με την επέκταση
The extension will automatically run on GitHub PR files pages
(https://github.com//pull//files) and randomly shuffle the file order each
time you load or refresh the page.
Rationale
Files on pull requests are always sorted alphabetically, and reviewers typically
review from top to bottom. I posit that later files may not get as thorough of a
review as earlier ones, especially for large PRs. This aims to help with that.
(https://github.com//pull//files) and randomly shuffle the file order each
time you load or refresh the page.
Rationale
Files on pull requests are always sorted alphabetically, and reviewers typically
review from top to bottom. I posit that later files may not get as thorough of a
review as earlier ones, especially for large PRs. This aims to help with that.
Βαθμολογήθηκε με 0 από 0 αξιολογητές
Δικαιώματα και δεδομέναΜάθετε περισσότερα
Απαιτούμενα δικαιώματα:
- Πρόσβαση στα δεδομένα σας για github.com
Περισσότερες πληροφορίες
- Σύνδεσμοι προσθέτου
- Έκδοση
- 1.1
- Μέγεθος
- 8,49 KB
- Τελευταία ενημέρωση
- 3 μήνες πριν (30 Ιουλ 2025)
- Σχετικές κατηγορίες
- Άδεια
- Άδεια MIT
- Ιστορικό εκδόσεων
- Προσθήκη σε συλλογή
Σημειώσεις έκδοσης του 1.1
This fixes randomization to work if the file loading takes more than a few milliseconds, as they are loaded asynchronously.