A Tampermonkey userscript that adds sorting to the Creeper World 2 custom maps page — a feature the site doesn't natively support.
Sort all 2980+ community maps by downloads, scores, or comments across all pages at once.
- Adds a Sort All Maps toolbar directly on the maps page
- Fetches and parses all pages in the background (batched to avoid hammering the server)
- Displays a full sorted results table with clickable map titles
- Click any column header in the results to re-sort on the fly
- Respects active author and best-time filters on the page
- Install the Tampermonkey browser extension
- Make sure userscripts are enabled in the Tampermonkey settings (the toggle on the extension icon)
- Click Install Script — Tampermonkey will prompt you to confirm
- Visit the CW2 custom maps page
The Sort All Maps toolbar will appear near the top of the page.
| Button | What it does |
|---|---|
| Downloads | Sort all maps by total download count (highest first) |
| Scores | Sort by number of score submissions |
| Comments | Sort by number of comments |
A progress counter shows fetch status while loading. Once done, a sortable table replaces the normal paginated view. Click ✕ Close to return to normal browsing.
- Sorting fetches ~125 pages of map data, which takes a few seconds
- The site doesn't have a "Likes" field — Downloads and Scores are the best popularity proxies available
- Results only reflect maps matching any filters currently active on the page (author, best-time range)
MIT