diff --git a/data/SpeedReaderConfig.json b/data/SpeedReaderConfig.json index 8c6416b..070062c 100644 --- a/data/SpeedReaderConfig.json +++ b/data/SpeedReaderConfig.json @@ -333,33 +333,25 @@ ], "declarative_rewrite": { "main_content": [ - "article header", - ".content__article-body" + "a[data-component=series]", + "a[data-component=section]", + "[data-component=meta-byline]", + "div[role=textbox]", + "h1", + "a[rel=author]", + "picture", + "#the-caption figcaption", + "main .article-body-commercial-selector", + "aside", + "p" ], "main_content_cleanup": [ - ".hide-on-mobile", - ".inline-icon", - ".atom__button", - "input", - ".meta__extras", - ".content__headline-showcase-wrapper", - ".fc-container__header", - "figure.element-embed", - ".vjs-control-text" + "aside > span" ], "delazify": true, "fix_embeds": true, - "content_script": "", - "preprocess": [ - { - "selector": ".vjs-big-play-button[style]", - "attribute": [ - "style", - "data-src-background" - ], - "element_name": "img" - } - ] + "content_script": "", + "preprocess": [] } }, {