Skip to content

Archive.org easy url copy tweak by cosmicstar98

Screenshot of Archive.org easy url copy tweak

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

This userstyle hides the mimetype, datefrom, dateto, capture count, dupe count and uniques count to make it easier to copy the urls

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;
}

}

Reviews

No reviews yet.