Skip to content

IA better borrowing buttons by yellowsink

Screenshot of IA better borrowing buttons

Details

Authoryellowsink

LicenseCC0

Categoryarchive.org

Created

Updated

Size627 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

moves the borrow button on archive.org to make your books that little bit bigger

Notes

Userstyle doesn't have notes.

Source code

/*
 * @name IA better borrowing buttons
 * @namespace https://github.com/yellowsink
 * @version 1.0.0
 */

@-moz-document domain("archive.org") {
/*
 * requires https://greasyfork.org/en/scripts/459799-style-shadowdom
 */

:host #frame > slot[name=header] {
    height: 0 !important;
}

:host .lending-wrapper collapsible-action-group {
    position: absolute;
    top: 1rem;
    left: 4rem;
    z-index: 999;
}

:host .actiongroup .secondary    { display: none; }

:host .lending-wrapper text-group { 
    position: absolute;
    top: 6rem;
    left: 5rem;
    z-index: 999;
    width: 17rem
}
}

Reviews

No reviews yet.