Hide the sidebar, make the article full screen width
sci-hub sidebar hide by lumotroph
Details
Authorlumotroph
LicenseNo License
CategorySci-hub
Created
Updated
Size374 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 sci-hub sidebar hide
@version 20220224.09.52
@namespace userstyles.world/user/lumotroph
@description Hide the sidebar, make the article full screen width
@author lumotroph
@license No License
==/UserStyle== */
@-moz-document domain("sci-hub.hkvisa.net") {
#menu {
display: none;
}
#article {
margin-left: 0px;
}
}