A style to hide sponsored content on Pixabay
Hide sponsored content in Pixabay by LuisAlfredo92
Details
AuthorLuisAlfredo92
LicenseNo License
CategoryPixabay
Created
Updated
Size394 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 Hide sponsored content in Pixabay
@version 20240425.17.00
@namespace https://userstyles.world/user/LuisAlfredo92
@description A style to hide sponsored content on Pixabay
@author LuisAlfredo92
==/UserStyle== */
@-moz-document domain("pixabay.com") {
[class^="container"] > div[class^="container"]:has(div[class^="title"]) {
display: none;
}
}