Block Yourself from Analytics - Change Log for Chrome

v3.4.0

  • Added support for GA4

v3.3.1

  • Improved Google Analytics script detection

v3.3.0

  • Improved extension icon and tooltip handling
  • Added CSP for better security

v3.2.2

  • Fixed issue with website importer not checking if domain attribute exists

v3.2.1

  • small improvement for options page

v3.2.0

  • fixed a known issue with websites that use service workers
  • updated minimum requirements to Chrome v63 (technical reasons)

v3.1.0

  • support for ga-lite (Google Analytics Lite)
  • support for Beacon API

v3.0.5

  • fixed issue with tab switching in extension options

v3.0.4

  • code cleanup
  • updated minimum requirements to Chrome v29

v3.0.3

  • fixed logger script

v3.0.2

  • improved logger script

v3.0.1

  • fixed an issue where options page would not work if opened before extension has been initialised
  • improved logger script

v3.0.0

  • extension icon will now behave a bit differently, it will not be disabled for "system" pages so you will still be able to access extension's popup menu
  • moved localStorage to storage API (rewrite of extension's storage)
  • changed default message for extension's icon tooltip to avoid confusion
  • enabled chrome_style for options, this should make sure options have more consistent UI with Chrome
  • added error logger (this will help me catch errors sooner)
  • other small fixes
  • minimum browser requirement is now Chrome v22

v2.5.0

  • new: added blocking for Global site tag (gtag.js)
  • fix: blocked more versions of analytics java scripts

v2.4.1

  • fix: "Close" menu item wasn't being shown regardless of the settings

v2.4.0

  • updated icons
  • code rewrite

v2.3.2

  • improved blocking on websites with CloudFlare's implementation of Google Analytics

v2.3.1

  • fixed a typo

v2.3.0

  • import and export functionality

v2.2.2

  • improved detection and blocking of custom or minified Analytics scripts
  • tiny CSS adjustment for options page

v2.2.0

  • new: support for blocking latest Google Analytics tracking code "analytics.js", this tracking code is currently in public beta

v2.1.3

  • now blocks alternative doubleclick tracker

v2.1.1

  • fix: popup menu checkbox wasn't visible on Windows XP
  • code cleanup

v2.1.0

  • new: option to always show extension icon in address bar, this will make it easier to access extension options; red block sign in icons bottom left corner will show when Analytics is blocked

v2.0.1

  • some minor UI changes in options
  • added "Apply" button in options
  • internal code improvements

v2.0.0

  • implemented Analytics script blocking via web request API (new in Chrome v17)

v1.4.2

  • development suspended until Chrome implements synchronous message API for content scripts

v1.4.1

  • improvement: minor HTML changes

v1.4.0

  • new: added popup with various options
  • website List will from now accept:
    - domain names in form: test.com or www.test.com
    - domain names with * wildcard, example: *test.com will block analytics from test.com and all its subdomains
    - and RegEx syntax by checking "Use RegEx" when adding website in the list, this was kept only for compatibility reasons

    This change was made because old system with only RegEx syntax was too complicated for users.

v1.2.0

  • new: auto RegEx option to also include https url
  • new: option "Show icon in address bar when analytics is blocked"

v1.1.0

  • new: auto escape RegEx strings

v1.0.1

  • first public release