Re: find the time of page load
Jorge Villalobos <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
On 11/21/11 10:17 AM, paniz alipour wrote: > Hello, > > I want to do some action in my extension,after the web page loaded > completely. > > How can I do it? > > I would be thankful if you guide me > > Regards > There's this: https://developer.mozilla.org/en/XUL_School/Intercepting_Page_Loads For Add-ons SDK extensions, you can use page-mod. Otherwise, you can use Scriptish or GreaseMonkey scripts. - Jorge