Posted February 04, 2016
Tallima: I must be doing something fundamentally wrong. I'll spend some more time researching it.
If I try to call the function, my entire script doesn't work at all. So something is very, very goofy compared to how I think it should work.
I have lots of others things to do that are more important than this part, anyway. So I'll work on those while I figure out how this all will work.
Thanks again for all your time!
Well if it can't find the function it might stop the whole script from working (that usually happens to me when I forget a ; or a ) somewhere) If I try to call the function, my entire script doesn't work at all. So something is very, very goofy compared to how I think it should work.
I have lots of others things to do that are more important than this part, anyway. So I'll work on those while I figure out how this all will work.
Thanks again for all your time!
But doing window.nameOfFunction() usually works... or unsafeWindow..
I could be getting it wrong though.
These two pages may help too:
http://wiki.greasespot.net/index.php?title=Content_Script_Injection&oldid=6260
http://wiki.greasespot.net/Content_Script_Injection
Which are about Script injection, the first is the method I use and the second seems to have been recently implemented or something because it's replaced the first page and I haven't seen it before...
Post edited February 04, 2016 by adaliabooks