|
|
|
@ -259,7 +259,7 @@
|
|
|
|
|
else if (location.hostname == 'ria.ru') { |
|
|
|
|
const base_element = document.getElementsByClassName('article__header')[0]; |
|
|
|
|
const base_element_text = document.getElementsByClassName('article__body')[0]; |
|
|
|
|
const tire = ['–', '—', '‒', '―', '⸺', '⸻']; |
|
|
|
|
const tire = ['-', '–', '—', '‒', '―', '⸺', '⸻']; |
|
|
|
|
let clear_text = []; |
|
|
|
|
for (let i in tire) { |
|
|
|
|
let t = tire[i]; |
|
|
|
|