Greasy Fork is available in English.

n666pics

Disables the 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 tracking counter.

  1. // ==UserScript==
  2. // @name n666pics
  3. // @description Disables the 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 tracking counter.
  4. // @name:en n666pics
  5. // @description:en Disables the 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 tracking counter.
  6. // @name:ru n666pics
  7. // @description:ru Отключает счетчик отслеживания 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
  8. // @name:uk n666pics
  9. // @description:uk Відключає лічильник відстеження 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
  10. // @name:bg n666pics
  11. // @description:bg Деактивира брояча за проследяване на 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
  12. // @name:zh-CN n666pics
  13. // @description:zh-CN 禁用跟踪计数器𝗚𝗼𝗼𝗴𝗹𝗲.
  14. // @iconURL https://ssl.gstatic.com/analytics/20200422-01/app/static/analytics_standard_icon.png
  15. // @version 1.3
  16. // @match http://*/*
  17. // @match https://*/*
  18. // @run-at document-start
  19. // @grant unsafeWindow
  20. // @noframes
  21. // @namespace https://stomaks.me
  22. // @supportURL https://stomaks.me?feedback
  23. // @contributionURL https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=stomaks@gmail.com&item_name=Greasy+Fork+donation
  24. // @author Maxim Stoyanov (stomaks)
  25. // @developer Maxim Stoyanov (stomaks)
  26. // @license MIT
  27. // @compatible chrome
  28. // @compatible firefox
  29. // @compatible opera
  30. // @compatible safari
  31. // ==/UserScript==
  32. (function() {
  33. 'use strict';
  34. unsafeWindow._gaUserPrefs = {
  35. "ioo": function() {
  36. return true;
  37. }
  38. };
  39. })();