Skip to content

sciencedirect.com right side remover by deprekate

Details

Authordeprekate

LicenseNo License

Categorysciencedirect

Created

Updated

Size438 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the right sidebar and scales the middle article to the full width

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         sciencedirect.com right side remover
@version      20220525.20.10
@namespace    userstyles.world/user/deprekate
@description  Removes the right sidebar and scales the middle article to the full width
@author       deprekate
@license      No License
==/UserStyle== */

@-moz-document domain("sciencedirect.com") {
.col-lg-12, .row > .col-lg-12{
    width: 75%;
}

.u-show-from-md{
    visibility: hidden;
}
}

Reviews

No reviews yet.