From a8a03abc6daf8a350377927da6dcb8a98ad1ed4f Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Wed, 8 Nov 2023 14:40:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=20=D1=82=D0=B5=D0=B3=D0=B8=20li=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20=D1=84=D0=BE?= =?UTF-8?q?=D1=80=D0=BC=D0=B0=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5?= 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 003c4a2..eac69ae 100644 --- a/news_parser.js +++ b/news_parser.js @@ -1,7 +1,7 @@ // ==UserScript== // @name News parser // @namespace http://zakonvremeni.ru -// @version 0.3.2 +// @version 0.3.3 // @description Parse news // @author AlexeiBv+mirocod@narod.ru // @match https://tass.ru/* @@ -245,7 +245,7 @@ } }); - let tags_to_align = ['p', 'h2']; + let tags_to_align = ['p', 'h2', 'li']; tags_to_align.forEach(function (align_tag_name) { let elements = clear_element.querySelectorAll(align_tag_name);