From 87428c3c35e4617923f9f20c0fbfba07a55df7ad Mon Sep 17 00:00:00 2001 From: Alexei Date: Mon, 6 Nov 2023 10:41:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D1=80=D0=B5=D0=B7=D0=B0=D0=BD?= =?UTF-8?q?=D1=8B=20=D1=84=D0=BE=D1=82=D0=BE=D1=80=D0=B5=D0=BF=D0=BE=D1=80?= =?UTF-8?q?=D1=82=D0=B0=D0=B6=D0=B8=20=D0=B8=D0=B7=20=D0=A0=D0=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news_parser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/news_parser.js b/news_parser.js index fd2fb6f..a0bef4c 100644 --- a/news_parser.js +++ b/news_parser.js @@ -1,7 +1,7 @@ // ==UserScript== // @name News parser // @namespace http://zakonvremeni.ru -// @version 0.3 +// @version 0.3.1 // @description Parse news // @author AlexeiBv+mirocod@narod.ru // @match https://tass.ru/* @@ -354,12 +354,12 @@ document, base_element_text, '.*Content_title.*', - '.*Content_image.*', + '.*(Content_image|RgPhotoreportClassic).*', '(PageContentCommonStyling_text|.*Content_lead).*', ElementCheckerTrue, SubElementCheckerToRemoveTemplate( 'portal|rg-incut|article-img|Section', - 'RG-VIDEO|RG-INCUT' + 'RG-VIDEO|RG-INCUT|RG-PHOTOREPORT' ), [] );