Error in Opera
![]() ![]() |
I get the following error in opera
No idea what this means though. |
![]() ![]() |
Hi, which version of Opera and this script do you use? The script works for me in Opera 10. (The problem here is that unsafeWindow is specific for Greasemonkey, and you need to use window for Opera. The script works around this by testing if it's run in Opera, and if that is the case, it defines unsafeWindow to be window.) |
![]() ![]() |
Using the lastest version of the script. Opera 10.00 build 4585 on ubuntu 9.04. Not sure what you mean by using window for Opera. |
![]() ![]() |
Ok, I suppose the problem is that you configured Opera so that it masks itself as Firefox or IE. The script then doesn't know that it's running in Opera and won't work. Try to change the settings so that Opera either identifies as Opera, or "Identify as Internet Explorer" or "Identify as Firefox". Go here for instructions on how to change the settings. (If you select "Mask as Firefox" or "Mask as IE", the script will not work.) |


