🏠 

Greasy Fork is available in English.

Background tab setTimeout muffler

Defers setTimeout calls if no user input has been received for 15 seconds. Useful for stopping background tabs from continuing to use CPU cycles.


安装此脚本?

作者
BinarySplit
日安装量
0
总安装量
175
评分
3 0 0
版本
1
创建于
2014-06-12
更新于
2014-06-12
大小
4.9 KB
许可证
暂无
适用于
所有网站

Defers setTimeout calls if no user input has been received for 15 seconds. Useful for stopping background tabs from continuing to use CPU cycles. Only tested on Firefox.

This only handles the most common classes of background tab CPU abuse. It's still possible to use XMLHttpRequests, requestAnimationFrame, browser plugins, and possibly other tricks to continue to use the CPU while in the background.