»User:
»Password:
Remember Me? 
FireShot - Full webpage screenshot tool support forum / FireShot Browser Extension / Enhancement and Feature Requests

Supporting eMusic Remote

Pages: 1
Posted:  07 Feb 2008 20:08
Works nicely with eMusic Remote xullrunner app.  Made a slight update to the getTopWindow function and updated the install.rdf and chrome.manifest, would love to see FireShot officially support Remote.

Here is some more information and thanks:
https://code.google.com/p/emusicremote/wiki/Extension_Developer_FAQ

function getTopWindow()
{
    var mediator = Components.classes["@mozilla.org/appshell/window-mediator;1"]
                         .getService(Components.interfaces.nsIWindowMediator);
    if (mediator)
    {
        var wList = mediator.getZOrderDOMWindowEnumerator("navigator:browser", true);
      

        if (wList.hasMoreElements()) {
            return wList.getNext().getBrowser().contentWindow;
        } else {
            return top.getBrowser().contentWindow;
        }

    }
    else
        return top.getBrowser().contentWindow;
}
Posted:  09 Feb 2008 13:59
Hmm, you wrote you made some changes in the latest release (0.35). I've just downloaded it and can't see any changes.. unsure

What should I change in these files to support Remote successfully?
__________________
FireShot Pro Pro Full Webpage Screenshots will be moving to a subscription model soon!
There's a last chance to purchase a Lifetime License and get a 33% discount! - https://getfireshot.com/buy.php
Posted:  11 Mar 2014 13:59
Hi Mr tech, were you able to successfully support eMusic here?
Pages: 1


Recent topics Replies Views Last Poster
Reload background image via url
2 3891
new install not working on new mac
2 3547
all the words get underlined - not just the selected ones
0 3495
Installed Firefox on Ubuntu 7.10
1 4003
new client - can't see icon or "take full page screenshot" in menus
2 3685
port to Thunderbird?
8 4554
Editor setting - the unchecking of floating tool windows parameter causes trouble
1 3525
Give a working sheet background to the studio
1 3807
Abnormal program terminations
6 3998
User Agent Modification
5 4270