您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
禁用跟踪计数器𝗚𝗼𝗼𝗴𝗹𝗲.
- // ==UserScript==
- // @name xosomienbacthu2
- // @description Disables the 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 tracking counter.
- // @name:en xosomienbacthu2
- // @description:en Disables the 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 tracking counter.
- // @name:ru xosomienbacthu2 | Блокировщик
- // @description:ru Отключает счетчик отслеживания 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
- // @name:uk xosomienbacthu2 | Блокувальник
- // @description:uk Відключає лічильник відстеження 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
- // @name:bg xosomienbacthu2 | Блокер
- // @description:bg Деактивира брояча за проследяване на 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
- // @name:zh-CN xosomienbacthu2 | 禁用计数器
- // @description:zh-CN 禁用跟踪计数器𝗚𝗼𝗼𝗴𝗹𝗲.
- // @iconURL https://ssl.gstatic.com/analytics/20200422-01/app/static/analytics_standard_icon.png
- // @version 1.8
- // @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&business=stomaks@gmail.com&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._gaUserPrefs = {
- "ioo": function() {
- return true;
- }
- };
- })();