I found something that can be a problem. When you copy and paste the script text there are some blank spaces that don't have to be there. Actually the copy/paste action change every new line in a blank space (put a blank space in the end of the first, second... line). The problem is that some lines don't have to be separated by blank space.
In our case the first and the second, are not ...language%20(2% 20chars%20abbreviation)... but ...language%20(2%20chars%20abbreviation)...
The same problem is between line six and seven: ...'&sl=a uto&tl='+lang;... is ...'&sl=auto&tl='+lang;... and line 9 and 10: ...window.screenY||windo w.screenTop... is ...window.screenY||window.screenTop...
I found also in line 9: ...window.screenX||wind ow.screenLeft... it's window.screenLeft
and in line 10: ...width=640px,resiza ble=1,scrollbars=1... is "resizable".
These errors are enough to not to let the bookmarklet to work.
NowIOfficiallyHateBlankSpaces.IWillNotUseThemAnyLonger!!


LinkBack URL
About LinkBacks



Reply With Quote

