aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-02 00:11:54 -0700
committerAllan Wang <me@allanwang.ca>2019-07-02 00:11:54 -0700
commita351e432036417e33575abffe4d5450ac86798da (patch)
tree8f8e569d95cf2de36f817e57f0785edf2e575370 /app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt
parent1c0b03492c7df1677ddc48d47b47eacfc0f41cb8 (diff)
downloadfrost-a351e432036417e33575abffe4d5450ac86798da.tar.gz
frost-a351e432036417e33575abffe4d5450ac86798da.tar.bz2
frost-a351e432036417e33575abffe4d5450ac86798da.zip
Revert aggressive story hider, #1452
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt b/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt
index 18fd0673..a8cd13ae 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt
@@ -40,8 +40,6 @@ enum class CssHider(vararg val items: String) : InjectorContract {
NON_RECENT("article:not([data-store*=actor_name])"),
STORIES(
"#MStoriesTray",
- // Main article wrapper; this may end up excluding more than just stories
- "article:not([data-store-id])",
// Sub element with just the tray; title is not a part of this
"[data-testid=story_tray]"
)