Mephiles / torntools_extension

A browser extension for Torn.com
GNU General Public License v3.0
106 stars 60 forks source link

Show more cooldown end time #747

Closed RicoloveFeng closed 1 year ago

RicoloveFeng commented 1 year ago

So far there are only 5 cooldown have their end time shown in sidebar.

if (
  ["Education", "Racing", "Drug Cooldown", "Booster Cooldown", "Medical Cooldown"].includes(
      tooltip.getElementsByTagName("b")[0]?.textContent
  )
) {

Can we have more support for timers?

Sashank999 commented 1 year ago

Added in 27ba616e51562db63e6ea75a982d1061b79b3adf .