 |
glbscripts.myfreeforum.org Forum dedicated to Greasemonkey Scripts made for Goal Line Blitz online game.
|
| View previous topic :: View next topic |
| Author |
Message |
GG
Joined: 26 Sep 2008 Posts: 8 Location: In every girl's wet dream
|
Posted: Sat Nov 01, 2008 5:47 am Post subject: Opera Compatibility |
|
|
I use firefox, but I actually prefer using Opera more, and greasemonkey is built into Opera....but not all of these GLB scripts work on Opera. Im not sure why exactly, especially as a bunch of other scripts do work on Opera---so the developer must've done something good there.
But can we get the developers here to implement Opera compatible scripts, please?
Either...have two installs----one for Firefox, and one for Opera side by side on the install page. Or...develop all scripts and test them that they work on both if there's just one install on the install page.
_________________ Look into my eyes and hate me |
|
| Back to top |
|
 |
pabst Developer
Joined: 23 Jun 2008 Posts: 235
|
Posted: Sat Nov 01, 2008 6:00 pm Post subject: Re: Opera Compatibility |
|
|
| GG wrote: | | Im not sure why exactly, especially as a bunch of other scripts do work on Opera---so the developer must've done something good there. |
There are some minor problems like the procedure for console output needing to be changed, the lazy for-loop structure not being available, and changing to xmlHttpRequest rather than gm_xmlHttpRequest. But the biggies are:
1) No support for multiple files (which eliminates probably half of my scripts). You can try copy/pasting all the required code into one file; simpler scripts might work, complicated ones might not.
2) No support for setValue/getValue. Some scripts use these to store data. If the data being saved overflows a cookie, then there's probably not a way around this.
3) There are differences in event handling between opera & mozilla which I haven't figure out yet (which eliminates probably half of my scripts which weren't eliminated already).
I haven't figured out which of my scripts will work in Opera, but I can assure you, it isn't many.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|