Removes the right sidebar and scales the middle article to the full width
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
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;
}
}