Removes 3 review limit.
Unpaywall Commonsense Media by phocks
Details
Authorphocks
LicenseCreative Commons
Categorycommonsensemedia.org
Created
Updated
Size428 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 Unpaywall Commonsense Media
@version 20240209.00.22
@namespace https://userstyles.world/user/phocks
@description Removes 3 review limit.
@author phocks
@license Creative Commons
==/UserStyle== */
@-moz-document domain("commonsensemedia.org") {
body {
position: unset !important;
overflow: unset !important;
}
.gate-overlay, .full-gate-wrapper {
display: none;
}
}