vendredi 15 janvier 2021

Can't work Javascript auto-bookmarklet for random number input between specific ranges

I am trying to create javascript bookmarklet that it can fill boxes with numbers, range between 55-99 on any random web site. I wrote this but it doesn't work. Please help me ASAP.

var min = 55;
var max = 99;

Math.floor(Math.random() * (max - min + 1)) + min;,

Note: If there is any violation against topic policy please forgive me.




Aucun commentaire:

Enregistrer un commentaire