12:17 am
drwho
Difficulty score 25. No green.
2:48 pm
K M
finished ... no greens ... nice and easy
10:35 pm
Marc
Does anyone have the javascript to put in the numbers in the sqaures in red and green?
11:33 pm
UnikeTheHunter
Javascript from the URL box doesn't work on Firefox anymore.
11:41 pm
Adr41n
I've got my Javascript as a bookmark, works fine in firefox 8.0
11:42 pm
UnikeTheHunter
How do I get Firefox 8.0 and prevent it from being automatically updated?
11:45 pm
UnikeTheHunter
Really? Well maybe mine works again then. Anybody can get the Autogreens script from my profile.
11:46 pm
Adr41n
I don't use it that much but used them today for my wife ( teaching her )
11:48 pm
Adr41n
Will try the ones I use and yours when new puzzle comes oline
11:49 pm
Adr41n
Mine doesn't use the js.src etc etc
11:51 pm
Adr41n
It's importing some of the script from brittlefish.com, maybe that's the bit that doesn't work
11:52 pm
Adr41n
The script I have will follow this msg, I'm sure it works on FF 8
11:52 pm
Adr41n
javascript:for%20(i=1;%20i<=9;%20i++)%20{for%
20(j=1;%20j<=9;%20j++)%20{if%20(master_grid[i
][j].value%20!=%20'')%20{var%20tmp_value%20
=%20master_grid[i][j].value;for%20(k=1;%20k<=
9;%20k++)%20{for%20(l=1;%20l<=9;%20l++)%20{if
%20(master_grid[k][l].value%20==%20'')%20{i
f%20((Math.ceil(i/3)%20==%20Math.ceil(k/3)%20
&&%20Math.ceil(j/3)%20==%20Math.ceil(l/3))%20
||%20i%20==%20k%20||%20j%20==%20l)%20{grid[k]
[l]['mini'][tmp_value]%20=%20-1;}}}}}}}for%
20(i=1;%20i<=9;%20i++)%20{%20for%20(j=1;%20j<
=9;%20j++)%20{%20if%20(master_grid[i][j].valu
e%20==%20'')%20{%20for%20(k=1;%20k<=9;%20k+
+)%20{%20if%20(grid[i][j]['mini'][k]%20!=%2
0-1)%20grid[i][j]['mini'][k]%20=%201;%20}}}
}for%20(i=1;%20i<=9;%20i++)%20{for%20(j=1;%20
j<=9;%20j++)%20{if%20(master_grid[i][j].value
%20==%20'')%20{for%20(k=1;%20k<=9;%20k++)%2
0{if%20(grid[i][j]['mini'][k]%20!=%201)%20g
rid[i][j]['mini'][k]%20=%200;}}}}PopulatePu
zzle(grid);void(0);
11:52 pm
UnikeTheHunter
Well, I'll try mine right now. I'm on archives.
11:53 pm
Adr41n
I'll test yours in approx 7 mins
11:54 pm
UnikeTheHunter
Yep, mine doesn't work. It's a lot shorter. It looks like it references routines already in place.
11:54 pm
Adr41n
As I said it's prob the external reference it doesn't like. Try my one
11:54 pm
UnikeTheHunter
Oh, yours doesn't work either. Maybe I don't have Firefox 8.0.
11:57 pm
Adr41n
Options, content, Enable Javascript ?
11:58 pm
Adr41n
Actually Options, Options, Content, Enable Javascript
11:59 pm
UnikeTheHunter
Mine has enable Javascript box already checked.
11:59 pm
UnikeTheHunter
I looked for About. I couldn't find my version.