Comments by OptoGeek on scripts
1 comment
|
Comment on: |
I made a slight modification that I think should be included in the script. I like to be prompted when I can finally visit a website. To do that, after this line: alert("You have "+mins+" more minutes until your next surfing break."); add this: setTimeout("alert('You may now browse freely for '+surf_for+' minutes.');",mins*60000); |
