Skip to content

Reddit Untagged Content App Popup Block by endernon

Screenshot of Reddit Untagged Content App Popup Block

Details

Authorendernon

LicenseMIT

Categoryreddit.com

Created

Updated

Code size463 B

Code checksuma67b7573

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reddit introduced a new irritating popup for open in app "untaggrd content". This blocks it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       ballingReddit
@version    20241124.09.54
@namespace  ?
==/UserStyle== */

@-moz-document domain("reddit.com") {






shreddit-async-loader[bundlename~="untagged_content_blocking"] {
    display: none;
    filter:blur(0px)!important;
}

xpromo-untagged-content-blocking-modal {

    display: none;

}

body div[style*="position: fixed; inset: 0px; backdrop-filter: blur(4px);"] {

    backdrop-filter: blur(0px) !important;

}






}

Reviews

No reviews yet.