Leetcode Timer

Start a timer whenever a user loads a problem at Leetcode.com

As of 19.05.2020. See the latest version.

Аўтар
Utsav
Рэйтынг
0 0 0
Версія
1.2
Створаны
18.05.2020
Абноўлены
19.05.2020
Памер
2.4 КБ
Ліцэнзія
Н/Д
Applies to

Modify line number 17 to either var option = 1; or var option = 2;.
option = 1: The time starts from the moment you open a problem url and continues forever.
option = 2: The time starts from 0 every time you open a problem url and continues only till the window is open. Every time you reload the window the timer will restart from 0.