12:08 am
drwho
Difficulty score 14. No green.
6:53 am
Diane
Any suggestions on using autofill with Chrome (I just switched from FF)? Not that it was needed today ;) . . .
8:35 am
spellacked
Diane - look here: http://www.brittlefish.com/2007/12/19/handy-i\nronsudoku-bookmarklets/
8:36 am
spellacked
whoops - get rid of that \n: /handy-ironsudoku-bookmarklets/
9:05 am
norinva
I didn't see anything about Chrome there, just IE and Firefox.
6:28 pm
Gretchen
Here's what I use for Chrome: put this in the URL and create a bookmark. I think that's how I did it anyway. I have it as a bookmark now. javascript:for (i=1; i<=9; i++) {for (j=1; j<=9; j++) {if (grid[i][j].value == '') {ClearTinySquares(i,j);}}}for (i=1; i<=9; i++) {for (j=1; j<=9; j++) {if (grid[i][j].value != '') {var tmp_value = grid[i][j].value;for (k=1; k<=9; k++) {for (l=1; l<=9; l++) {if (grid[k][l].value == '') {if ((Math.ceil(i/3) == Math.ceil(k/3) && Math.ceil(j/3) == Math.ceil(l/3)) || i == k || j == l) {grid[k][l]['mini'][tmp_value] = -1;}}}}}}}for (i=1; i<=9; i++) { for (j=1; j<=9; j++) { if (grid[i][j].value == '') { for (k=1; k<=9; k++) { if (grid[i][j]['mini'][k] != -1) grid[i][j]['mini'][k] = 1; }}}}for (i=1; i<=9; i++) {for (j=1; j<=9; j++) {if (grid[i][j].value == '') {for (k=1; k<=9; k++) {if (grid[i][j]['mini'][k] != 1) grid[i][j]['mini'][k] = 0;}}}}PopulatePuzzle(grid);void(0);
6:44 pm
Adr41n
Yes As Gretchen says, I created a bookmark, In Bookmark manager, select from menu "Bookmarks", "show all bookmarks", then right click on the main panel and "new bookmark" paste in the javascript code ...
7:38 pm
Phil
Maybe the easiest of easy puzzles