This removes the content size restriction from archive.today
archive.today content width unlocker by ccuser44
Imported from https://gist.github.com/ccuser44/c10a336d51609b85e0d267619b1e8c32/raw/af4b3a53512be201dcad87e907ef15983db60a10/archiveis_width_unlock.user.css
Mirrored from https://gist.github.com/ccuser44/c10a336d51609b85e0d267619b1e8c32/raw/archiveis_width_unlock.user.css
Details
Authorccuser44
LicenseCC0
Categoryarchive.today
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name archive.today content width unlocker
@namespace archive.today
@version 1.0.2
@date 21.2.2023
@description This removes the content size restriction from archive.today
@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("archive.today"), domain("archive.ph"), domain("archive.is"), domain("archive.li"), domain("archive.vn"), domain("archive.fo"), domain("archive.md"), domain("archiveiya74codqgiixo33q62qlrqtkgmcitqx5u2oeqnmn5bpcbiyd.onion") {
#CONTENT {
width: auto !important;
margin: 0px 2px !important;
}
}