
GitHub PR File Randomizer bởi Toby Crawley
Randomly sorts files on GitHub PR pages
1 người dùng1 người dùng
Siêu dữ liệu mở rộng
Về tiện ích mở rộng này
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.
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệuTìm hiểu thêm
Quyền hạn bắt buộc:
- Truy cập dữ liệu của bạn cho github.com
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 1.1
- Kích cỡ
- 8,49 KB
- Cập nhật gần nhất
- 2 tháng trước (30 Thg 07 2025)
- Thể loại có liên quan
- Giấy phép
- Giấy phép MIT
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
Ghi chú phát hành cho phiên bản 1.1
This fixes randomization to work if the file loading takes more than a few milliseconds, as they are loaded asynchronously.