Block Yourself from Analytics - Change Log for Opera

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 Opera v50 (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 Opera v35

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 Opera
  • added error logger (this will help me catch errors sooner)
  • other small fixes

v2.5.0

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

v2.4.1

  • updated icons
  • code rewrite

v2.3.0

  • import and export functionality

v2.2.3

  • support for Opera v15

v2.2.2

  • improved detection and blocking of custom or minified Analytics scripts

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
  • updated share links in options

v2.1.2

  • fix: fixed small bug on Opera 12

v2.1.1

  • new: apply button in options
  • code cleanup
  • some changes for Opera 12

v2.0.3

  • fix: bug when using Opera's private window
  • fix: error on browser startup because extension options were loading too late

v2.0.2

  • small internal change

v2.0.1

  • fixed twitter share link in extension options

v2.0.0

  • change: method of blocking analytics script without turning on User JS Storage (script storage) has become very ineffective so I have removed it from extension, from now on you must have script storage turned on for extension to work
  • improvement: more reliable data syncing between extension and script storage (this resolves previous known issue with obsolete script storage data if user changes User JS Storage Quota to zero and then back to higher value)
  • improvement: added more icons/tooltips to show extension status in toolbar
  • fix: removed scrollbar in popup menu on Mac
  • fix: suggestions in options didn't work
  • fix: popup menu checkmark on Windows 2000

v1.2.2

  • new: option to hide "Hide Icon" and "Close" items in popup menu
  • fix: extension popup had scrollbars in Linux

v1.2.1

  • fix: Bug introduced in version 1.2, domains that user entered with * wild char would not block analytics at all while script storage was turned on. I apologize for this.

v1.2.0

  • new: implemented wildchar for domains, now you can input *example.com to block Analytics on example.com and all subdomains of example.com
  • new: block analytics more easily from popup menu option "Block Analytics for this website"
  • new: option to hide icon
  • improved: I removed options from popup window, you can now access options from new popup menu or from extension manager in opera
  • fix: suggestions dropdown included widget:// urls
  • fix: suggestions dropdown was showing duplicate website entries

v1.1.0

  • new: suggests currently opened websites below URL textbox in popup window
  • new: adds website on return key in popup
  • fix: now removes port number from user input
  • fix: spell error

v1.0.1

  • improved website input in popup

v1.0.0

  • first public release