BastianKanaan / GMscripts_MyFreeFarm

GMscripts MyFreeFarm
GNU General Public License v3.0
16 stars 31 forks source link

Adviser: Doesn't work after FF upgrade to version 31 #17

Closed dualsky closed 10 years ago

dualsky commented 10 years ago

After FF upgrade throws a lot of Error: Permission denied to access object errors.

BastianKanaan commented 10 years ago

I know. I figured out that one problem lies in the new security. The technique

unsafeWindow._farmMove=unsafeWindow.farmMove;
unsafeWindow.farmMove = function(b){...

is not working anymore. I have no solution found yet.

dualsky commented 10 years ago

I'm not sure if this is the solution, but I've found a Changes to unsafeWindow for the Add-on SDK post.

BastianKanaan commented 10 years ago

That is the reason - not the solution. I have found a workaround and I am currently changing the scripts.