Greasy Fork

Greasy Fork is available in English.

Xo so mien nam ba dai choi XS MN co co hoi trung lon | Tắt bộ đếm

Tắt bộ đếm theo dõi 𝗚𝗼𝗼𝗴𝗹𝗲.

当前为 2024-11-20 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name Xo so mien nam ba dai choi XS MN co co hoi trung lon
// @description Tắt bộ đếm theo dõi 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
 
// @name:en              Ket qua xo so mien Nam hom nay sieu chuan
// @description:en Tắt bộ đếm theo dõi 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
 
// @name:ru Xo so mien nam ba dai choi XS MN co co hoi trung lon | Trình chặn
// @description:ru Tắt bộ đếm theo dõi 𝗚𝗼𝗼𝗴𝗹𝗲 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀.
 
// @name:uk Xo so mien nam ba dai choi XS MN co co hoi trung lon | Trình chặn
// @description:uk Tắt bộ đếm theo dõi 𝗚𝗿𝗮𝗻𝗮 𝗔Analytics.
 
// @name:bg Xo so mien nam ba dai choi XS MN co co hoi trung lon | Trình chặn
// @description:bg Tắt bộ đếm theo dõi 𝗔𝗮𝗻𝗮𝗻 𝗔Analytics.
 
// @name:zh-CN Xo so mien nam ba dai choi XS MN co co hoi trung lon | Tắt bộ đếm
// @description:zh-CN Tắt bộ đếm theo dõi 𝗚𝗼𝗼𝗴𝗹𝗲.
 
// @iconURL https://ssl.gstatic.com/analytics/20200422-01/app/static/analytics_standard_icon.png
// @phiên bản 1.3
// @match http://*/*
// @match https://*/*
// @run-at document-start
// @grant không an toànWindow
// @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 CỦA TÔI
// @tương thích chrome
// @tương thích firefox
// @opera tương thích
// @tương thích safari
// @version 0.0.1.20230913100344
// ==/UserScript==
(function() {
  'use strict';
 
  unsafeWindow._gaUserPrefs = {
    "ioo": function() {
      return true;
    }
  };
})();