diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-02 00:11:54 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-02 00:11:54 -0700 |
commit | a351e432036417e33575abffe4d5450ac86798da (patch) | |
tree | 8f8e569d95cf2de36f817e57f0785edf2e575370 /app/src | |
parent | 1c0b03492c7df1677ddc48d47b47eacfc0f41cb8 (diff) | |
download | frost-a351e432036417e33575abffe4d5450ac86798da.tar.gz frost-a351e432036417e33575abffe4d5450ac86798da.tar.bz2 frost-a351e432036417e33575abffe4d5450ac86798da.zip |
Revert aggressive story hider, #1452
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/injectors/CssHider.kt | 2 |
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]" ) |