Yandex.Metrika | Blocker

Disables the 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮 tracking counter.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name                 Yandex.Metrika | Blocker
// @description          Disables the 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮 tracking counter.

// @name:en              Yandex.Metrika | Blocker
// @description:en       Disables the 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮 tracking counter.

// @name:ru              Яндекс.Метрика | Блокировщик
// @description:ru       Отключает счетчик отслеживания 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮.

// @name:uk              Яндекс.Метрика | Блокувальник
// @description:uk       Відключає лічильник відстеження 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮.

// @name:bg              Yandex.Metrika | Блокер
// @description:bg       Деактивира брояча за проследяване на 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮.

// @iconURL              https://yastatic.net/s3/metrika/_/BQoTNR-tROww0upHOLDbSqFzfYE.ico
// @version              1.1
// @match                http://*/*
// @match                https://*/*
// @run-at               document-start
// @grant                unsafeWindow
// @noframes
// @namespace            https://stomaks.me
// @supportURL           https://stomaks.me?feedback
// @contributionURL      https://www.paypal.com/cgi-bin/webscr?cmd=_donations&[email protected]&item_name=Greasy+Fork+donation
// @author               Maxim Stoyanov (stomaks)
// @developer            Maxim Stoyanov (stomaks)
// @license              MIT
// @compatible           chrome
// @compatible           firefox
// @compatible           opera
// @compatible           safari
// ==/UserScript==

(function() {
  'use strict';

  unsafeWindow.Ya = unsafeWindow.Ya || window.Ya || {};
  Ya._metrika = Ya._metrika || {};
  Ya._metrika.oo = true;
})();