🏠 

Leetcode Timer

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


安装此脚本?

作者
Utsav
日安装量
0
总安装量
133
评分
0 0 0
版本
1.2
创建于
2020-05-18
更新于
2020-05-19
大小
2.4 KB
许可证
暂无
适用于

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.