Reclaim CPU

By joeytwiddle Last update Aug 1, 2009 — Installed 491 times. Daily Installs: 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
Script Summary:
Stops Firefox from using up CPU unnecessarily, by removing plugins and disabling javascript timers on tabs which have been left idle. Useful if you have a slow PC, or you like to open 20 tabs and then do something else without closing them.

Script homepage

Recently Updated TopicsPosts
reload every1
or caps?1

this script has 2 topics, 2 posts

Review Summary
5 stars
0 reviews (0)
4 stars
1 reviews (1)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 1 review

What Reclaim CPU does NOT do:

- Reclaim CPU does not disable animated GIFs and PNGs. My recommended solution to this is to set image.animation_mode="once" in about:config

- Reclaim CPU will not stop any addons you have installed from running by themselves. If you want to debug which of your addons is using CPU, I recommend installing the "XUL Profiler" addon.

How idle detection works:

- If your mouse leaves the page body (or never entered it), then the page is marked as idle. After a page is idle for 30 seconds the cleanup is activated. (You can click to re-active individual plugins, but you can't restart the javascript timers.)

Known issues:

- If you Alt-Tab away from the window (under XWindows), idle detection is not triggered (no mouseout event is fired).

- If you do not move the mouse at all after loading the window, idle detection will trigger while you are reading/watching the page. You can prevent this by setting beAggressive=false, but this means idle detection will fail if you moved away from the window before it finished loading (before Greasemonkey ran the userscript).

If you have any suggestions for fixing these, please inform the author.