tab-reloader icon indicating copy to clipboard operation
tab-reloader copied to clipboard

Examples in "supported keywords" and other docs have issues.

Open daveola opened this issue 4 years ago • 0 comments

If you click on "Supported Keywords" in options, you see examples like:

dd: Reload after dd days (a number between 0 to 10) (e.g.: dd: 2) But if I use this example, I get a JSON error. Instead I believe it needs to be "dd": 2

Also, there is the code example:

code: "console.log('ok');"

But even fixing this to be "code" and enabling code execution by tab reloader, this still doesn't seem to work.

daveola avatar Feb 19 '21 23:02 daveola