This removes Wikipedias annoying content width restriction, making reading articles easier.
Wikipedia content width unlocker by ccuser44
Mirrored from https://gist.github.com/ccuser44/f282287055d31df3035ff197739f2a5b/raw/content_width_unlocker.user.css
Details
Authorccuser44
LicenseCC0
Categorywikipedia.org
Created
Updated
Size874 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Changelog:
- Version v1.0.3
- Added mediawiki to the list of sites
- Fixed for all wikipedia sites instead of just en.wikipedia.org
- Changed name to better suit what it does
- Version v1.0.4
- Fix for newer mediawiki versions
Thank you for using this. This extension is under CC0 license.
Source code
/* ==UserStyle==
@name Wikipedia content width unlocker
@namespace wikipedia.org
@version 1.0.4
@date 9.2.2023
@description This removes Wikipedias annoying content width restriction, making reading articles easier.
@author ccuser44
@license CC0
==/UserStyle== */
/*
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
*/
@-moz-document domain("wikipedia.org"), domain("mediawiki.org"), domain("wikimedia.org") {
.mw-page-container-inner, .mw-body {
display: initial !important;
}
}