// ==UserScript==
// @name         Дзен
// @namespace    [url]http://tampermonkey.net/[/url]
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        [url]https://dzen.ru/[/url]
// @icon         [url]https://www.google.com/s2/favicons?sz=64&domain=dzen.ru[/url]
// @grant        none
// ==/UserScript==
/// Удаляет ленту Дзен.
(function() {
    'use strict';
    document.querySelector("div.feed._is-dzen._column-count_2").replaceWith(document.querySelector("#zen-row-0"));
    document.querySelector("div.feed._is-dzen._column-count_2").remove();
})();
/// Удаляет предложения установить Яндекс Браузер
function containsAll(sel, str) {
            [...document.querySelectorAll(sel)].filter(({
                textContent
            }) => textContent.includes(str)).map(el => el.closest('div[id]')).forEach(div => div.remove())
        }
        containsAll('a', 'Установит');
        containsAll('a', 'Браузер');
Ребзя, трям!
Живота прошу за поднятие некротопика, но челом бью: помогите, с позавчерашнего дня перестало работать. 
