Browse Source

ТАСС отрезатеся на /ТАСС/.

master
Alexei 1 year ago
parent
commit
8cfd0a8b72
  1. 4
      news_parser.js

4
news_parser.js

@ -1,7 +1,7 @@
// ==UserScript==
// @name News parser
// @namespace http://zakonvremeni.ru
// @version 0.2
// @version 0.3
// @description Parse news
// @author AlexeiBv+mirocod@narod.ru
// @match https://tass.ru/*
@ -318,7 +318,7 @@
'(Paragraph_paragraph|Title_title).*',
ElementCheckerTrue,
ElementCheckerFalse,
['. ']
['/ТАСС/. ']
);
}
else if (location.hostname == 'ria.ru') {

Loading…
Cancel
Save