Skip to content

speedrun.com : swap columns around by rybak

Screenshot of speedrun.com : swap columns around

Details

Authorrybak

LicenseWTFPL http://www.wtfpl.net/

Categoryspeedrun, columns

Created

Updated

Size568 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This user style swaps the left and right columns on speedrun.com leaderboards to restore column order prior to redesign on 2021-10-04.

Notes

Current screenshot is of page https://www.speedrun.com/ae2

CHANGELOG

Version 3

  • speedrun.com overhauled the HTML

Version 2

  • speedrun.com changed the class of element that holds the columns

Source code

/* ==UserStyle==
@name           speedrun.com : swap columns around
@namespace      userstyles.world
@version        3
@license        WTFPL http://www.wtfpl.net/
@description    This user style changes swaps the left and right columns on leaderboards of speedrun.com
@author         andrybak
==/UserStyle== */
@-moz-document domain("speedrun.com") {
    .sidebar-layout {
        flex-direction: row-reverse;
    }

    main#app-main .space-y-4 .relative.flex.w-full.max-w-full.flex-col.flex-nowrap.gap-4 {
        flex-direction: row-reverse;
    }
}

Reviews

No reviews yet.