We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bba85 commit bd60f97Copy full SHA for bd60f97
1 file changed
Tweak.xm
@@ -179,6 +179,10 @@ static void filterNode(NSMutableDictionary *node) {
179
[NSUserDefaults.standardUserDefaults boolForKey:kRedditFilterPromoted])
180
root[@"commentsPageAds"] = @[];
181
182
+ if (root[@"commentTreeAds"] &&
183
+ [NSUserDefaults.standardUserDefaults boolForKey:kRedditFilterPromoted])
184
+ root[@"commentTreeAds"] = @[];
185
+
186
if (root[@"recommendations"] &&
187
[NSUserDefaults.standardUserDefaults boolForKey:kRedditFilterRecommended])
188
root[@"recommendations"] = @[];
0 commit comments