Browse Source

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

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

4
news_parser.js

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

Loading…
Cancel
Save