id recommend using ublock with this
Pinterest - Images Only + adblock gap remover by Age135
Details
AuthorAge135
LicenseNONE
CategoryPinterest.com
Created
Updated
Size699 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 Pinterest - Images Only
@namespace USO Archive
@author Valacar
@description Hide the descriptions of pins, leaving just the image.
@version 20191010.04.20
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.pinterest.com"), regexp("^https?:\\/\\/(www|[a-z]{2})\\.pinterest\\.(com(\\.(au|mx))?|(co\\.uk)|ca|se|jp|fr|de|es|ch|dk|nz|ch|ie|pt|ru|it)\\/.*") {
.pinWrapper > :last-child,
[data-test-id="pinWrapper"] > :last-child{
[data-test-id="otpp"]{
display: None!important;
}
[class ="hs0 ujU un8 C9i TB_"]{
display: None!important;
}
}
}