diff --git a/better-xcloud.user.js b/better-xcloud.user.js index bf2309b..10c4736 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -3870,6 +3870,10 @@ function updateIceCandidates(candidates) { function interceptHttpRequests() { var BLOCKED_URLS = []; if (PREFS.get(Preferences.BLOCK_TRACKING)) { + // Clear Analytics Insight buffers + window.sessionStorage.removeItem('AI_buffer'); + window.sessionStorage.removeItem('AI_sentBuffer'); + BLOCKED_URLS = BLOCKED_URLS.concat([ 'https://arc.msn.com', 'https://browser.events.data.microsoft.com',