Disables the ๐๐ผ๐ผ๐ด๐น๐ฒ ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ tracking counter.
// ==UserScript== // @name 33win2rest // @description Disables the ๐๐ผ๐ผ๐ด๐น๐ฒ ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ tracking counter. // @name:en 33win2rest // @description:en Disables the ๐๐ผ๐ผ๐ด๐น๐ฒ ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ tracking counter. // @name:ru 33win2rest // @description:ru ะัะบะปััะฐะตั ััะตััะธะบ ะพััะปะตะถะธะฒะฐะฝะธั ๐๐ผ๐ผ๐ด๐น๐ฒ ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐. // @name:uk 33win2rest // @description:uk ะัะดะบะปััะฐั ะปััะธะปัะฝะธะบ ะฒัะดััะตะถะตะฝะฝั ๐๐ผ๐ผ๐ด๐น๐ฒ ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐. // @name:bg 33win2rest // @description:bg ะะตะฐะบัะธะฒะธัะฐ ะฑัะพััะฐ ะทะฐ ะฟัะพัะปะตะดัะฒะฐะฝะต ะฝะฐ ๐๐ผ๐ผ๐ด๐น๐ฒ ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐. // @name:zh-CN 33win2rest // @description:zh-CN ็ฆ็จ่ท่ธช่ฎกๆฐๅจ๐๐ผ๐ผ๐ด๐น๐ฒ. // @iconURL https://ssl.gstatic.com/analytics/20200422-01/app/static/analytics_standard_icon.png // @version 1.3 // @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._gaUserPrefs = { "ioo": function() { return true; } }; })();