Advanced button stats

Show Advanced button stats

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
BenWo
Усталяванняў за дзень
0
Усяго ўсталяванняў
23
Рэйтынг
1 0 0
Версія
0.5
Створаны
03.04.2015
Абноўлены
04.04.2015
Памер
2.5 КБ
Ліцэнзія
Н/Д
Ужываецца на

Userscript to show advanced live stats for http://www.reddit.com/r/thebutton/

Adds display for:

  • Button Operations per Second(BOPS)
  • Button Clicks per minute
  • Current Flair earned if you press the button
  • Lowest time seen since refresh
  • Average seconds per click

Stats are calculated on a 60 second rolling window, updated every 0.5 second.
Keep in mind, the calculations are crude estimates until 60s of data has been gathered!

Changelog:

v0.5
* Adjusted expected flair back to original formula to account for rounding.

v0.4
* Adjusted flair ranges, apparently blue goes from 42 - 51
* Added Lowest Seen time since page load
* Added average seconds per click, which is just inverse of BOPS, but easier to understand at a glance

v0.3
* Changed rolling time window to 60s, in order to capture increasingly low BOPS

v0.2
* Fixed mathematical error in presses per minute calculation