This userstyle hides the mimetype, datefrom, dateto, capture count, dupe count and uniques count to make it easier to copy the urls
Archive.org easy url copy tweak by cosmicstar98
Details
Authorcosmicstar98
LicenseNo License
Categoryweb.archive.org
Created
Updated
Size436 B
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.org easy url copy tweak
@namespace https://userstyles.world/user/cosmicstar98
@version 1.0
@author Cosmic
==/UserStyle== */
@-moz-document domain("web.archive.org") {
.mimetype {
display: none;
}
.dateFrom {
display: none;
}
.dateTo {
display: none;
}
.captures {
display: none;
}
.dupes {
display: none;
}
.uniques {
display: none;
}
}