Yandex.Metrika | Blocker

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==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;
})();