Skip to content

Wikipedia Full Width by flyingsixtysix

Screenshot of Wikipedia Full Width

Details

Authorflyingsixtysix

LicenseNo License

Categorywikipedia.org

Created

Updated

Size458 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Expands the width of Wikipedia articles after the January 18th, 2023 change.

Notes

Issues should be submitted in the GitHub repository.

Source code

/* ==UserStyle==
@name        Wikipedia Full Width
@namespace   wikipedia.org
@version     1.0.0
@description Expands the width of Wikipedia articles after the January 18th, 2023 change.
@author      FlyingSixtySix
==/UserStyle== */

@-moz-document domain("wikipedia.org") {
    .vector-feature-page-tools-disabled .mw-content-container,
    .vector-feature-page-tools-disabled .mw-table-of-contents-container {
        max-width: 100vw;
    }
}

Reviews

No reviews yet.