no paywall
valor.globo.com no paywall by nilsonsmf
Details
Authornilsonsmf
LicenseNo License
Categoryuserstyles
Created
Updated
Size410 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 valor.globo.com no paywall
@version 20211021.04.54
@namespace userstyles.world/user/nilsonsmf
@description no paywall
@author nilsonsmf
@license No License
==/UserStyle== */
@-moz-document domain("valor.globo.com") {
.paywall-cpt
,.banner-bottom-fixed-cpnt
{
display: none;
}
body {
overflow: scroll !important;
position: relative !important;
}
}