(function () {
function injectTracker() {
const MAX_TRACKS = 10;
// To add the tracker as a first block on the right sidebar, change "false" to "true"
const insertAsFirstBlock = false;
// set "true" if you want to tract articles only with unseen comments
const onlyWithUnseenComments = false;
// styling
const trackerBlockCss = ``;
const deleteSvg = '';
const refeshSvg = '';
const oldTrackerBlock = animateRefreshIcon();
fetch('https://habr.com/ru/tracker/')
.then(response => response.text())
.then(response => processTracker(response));
function processTracker(response) {
const m = response.match(/