From 6c6f001fe846efdfea36ba9c19934c4b44d88c15 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Fri, 1 Jul 2022 20:35:06 -0500 Subject: Fixed ads filter and added new “suggested posts” filter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt') diff --git a/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt b/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt index 187e7d4e..10a2cf6f 100644 --- a/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt +++ b/app/src/main/kotlin/com/pitchedapps/frost/web/DebugWebView.kt @@ -120,6 +120,7 @@ class DebugWebView @JvmOverloads constructor( CssHider.STORIES.maybe(!prefs.showStories), CssHider.PEOPLE_YOU_MAY_KNOW.maybe(!prefs.showSuggestedFriends), CssHider.SUGGESTED_GROUPS.maybe(!prefs.showSuggestedGroups), + CssHider.SUGGESTED_POSTS.maybe(!prefs.showSuggestedPosts), themeProvider.injector(ThemeCategory.FACEBOOK), CssHider.NON_RECENT.maybe( (url?.contains("?sk=h_chr") ?: false) && -- cgit v1.2.3