A fix for when Pinterest doesn't wanna scroll for some reason.
Pinterest Scroll Fix by Luckbox314
Details
AuthorLuckbox314
LicenseNo License
Categorypinterest
Created
Updated
Size354 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 Scroll Fix
@version 20240901.15.42
@namespace https://userstyles.world/user/Luckcbox314
@description A fix for when Pinterest doesn't wanna scroll for some reason.
@author Luckcbox314
==/UserStyle== */
@-moz-document regexp("http[s]?:\\/\\/[^\\/]*pinterest.*") {
html {
overflow-y: scroll;
}
}