Yandex.Metrika | Blocker

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

目前為 2020-05-11 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name Yandex.Metrika | Blocker
  3. // @description Disables the 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮 tracking counter.
  4.  
  5. // @name:en Yandex.Metrika | Blocker
  6. // @description:en Disables the 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮 tracking counter.
  7.  
  8. // @name:ru Яндекс.Метрика | Блокировщик
  9. // @description:ru Отключает счетчик отслеживания 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮.
  10.  
  11. // @name:uk Яндекс.Метрика | Блокувальник
  12. // @description:uk Відключає лічильник відстеження 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮.
  13.  
  14. // @name:bg Yandex.Metrika | Блокер
  15. // @description:bg Деактивира брояча за проследяване на 𝗬𝗮𝗻𝗱𝗲𝘅.𝗠𝗲𝘁𝗿𝗶𝗸𝗮.
  16.  
  17. // @iconURL https://yastatic.net/s3/metrika/_/BQoTNR-tROww0upHOLDbSqFzfYE.ico
  18. // @version 1.1
  19. // @match http://*/*
  20. // @match https://*/*
  21. // @run-at document-start
  22. // @grant unsafeWindow
  23. // @noframes
  24. // @namespace https://stomaks.me
  25. // @supportURL https://stomaks.me?feedback
  26. // @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=stomaks@gmail.com&item_name=Greasy+Fork+donation
  27. // @author Maxim Stoyanov (stomaks)
  28. // @developer Maxim Stoyanov (stomaks)
  29. // @license MIT
  30. // @compatible chrome
  31. // @compatible firefox
  32. // @compatible opera
  33. // @compatible safari
  34. // ==/UserScript==
  35.  
  36. (function() {
  37. 'use strict';
  38.  
  39. unsafeWindow.Ya = unsafeWindow.Ya || window.Ya || {};
  40. Ya._metrika = Ya._metrika || {};
  41. Ya._metrika.oo = true;
  42. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址