Disables the display on sponsorized posts on reddit forums.
No sponsorized posts on reddit by nonoreve
Details
Authornonoreve
LicenseNo License
Categoryreddit.com
Created
Updated
Size415 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 No sponsorized posts on reddit
@version 20220707.19.31
@namespace userstyles.world/user/nonoreve
@description Disables the display on sponsorized posts on reddit forums.
@author nonoreve
@license No License
==/UserStyle== */
@-moz-document domain("reddit.com") {
/* Inline #78 | https://www.reddit.com/r/ProgrammerHumor/ */
.promotedlink {
display: none;
}
}