From a59c6f880cd0d54ac694c1b10ee796bbb2ff38f3 Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Thu, 25 Apr 2024 09:17:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=93=20=D0=97=D0=B0=D0=B3=D0=BE=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=D0=BE=D0=BA=20https://rg.ru/2024/04/24/pod-kontrol?= =?UTF-8?q?em-prezidentov.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news_parser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/news_parser.js b/news_parser.js index b4e3405..7f5b58c 100644 --- a/news_parser.js +++ b/news_parser.js @@ -1,7 +1,7 @@ // ==UserScript== // @name News parser // @namespace http://zakonvremeni.ru -// @version 0.3.10 +// @version 0.3.11 // @description Parse news // @author AlexeiBv+mirocod@narod.ru // @match https://tass.ru/* @@ -367,7 +367,7 @@ document, document, base_element_text, - '.*Content_title.*', + '.*(Content_title|PageArticleCommonTitle_title).*', '.*(Content_image|RgPhotoreportClassic|PageArticleContent_image).*', '(PageContentCommonStyling_text|.*Content_lead).*', ElementCheckerTrue,