Hides comments on Pinterest, creating a less distracting browsing experience.
REMOVE Comments on Pinterest by zestyghost
Details
Authorzestyghost
LicenseNo License
Categorypinterest
Created
Updated
Size402 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 ? - Mar 2024
@version 20240323.15.25
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.pinterest.") {
/* This theme hides comments on Pinterest, to make your browsing experience less distracting. */
div.comments-section {
display: none !important;
}
[data-test-id="aggregated-comment-list"] {
display: none !important;
}
}