Google-chrome – is there chrome extension that restricts javascript execution to the tab in focus

google-chromejavascript

Often I have lots of tabs open.

Often, these tabs can be seen cheerfully burbling away, doing whatever snake stuff Google thinks it should be doing on my system.

I then check my IDS to see what happened. This process gets a bit tiresome, and during my thoughts on this general topic it occurred to me to ask:

Is there a way to have javascript only work for the tab in focus?

For example, on this page we are looking at, javascript would be working, but on all other tabs, nada.

Is this even possible?

Best Answer

No. The current Chromium Extensions API is very restrictive which leads to poor extensions for Chrome (Compared to Firefox). The solution is to use Firefox4 or Waterfox4

Related Question