Fire.fm » Discussions

Fire.fm Links (Greasemonkey)

 
    • -sin a dit :...
    • Utilisateur
    • 13 fév. 2009, 14h07m

    Fire.fm Links (Greasemonkey)

    This script replaces all Last.fm radio links with Fire.fm links ("lastfm://" with "firefm://station/"). Fire.fm extension required. "Play music in the Last.fm software" option should be checked.


    "Po trzech dniach bez programowania, życie staje się pozbawione sensu."
    Modifié par -sin le 29 mars 2009, 16h11m
    • B-D_ a dit :...
    • Utilisateur
    • 14 fév. 2009, 2h34m
    Thanks for the good work.


    I updated the script so it works also on tags:

    Please insert this fix into your published code, so others can also benefit.


    for (var i = 0; i < allLinks.snapshotLength; i++) {
    thisLink = allLinks.snapshotItem(i);
    thisLink.href = thisLink.href.replace(/^lastfm:\/\/globaltags\//,"firefm://station/tag/");
    thisLink.href = thisLink.href.replace(/^lastfm:\/\//,"firefm://station/");
    }

    • -sin a dit :...
    • Utilisateur
    • 14 fév. 2009, 12h39m
    Done.

    I'm also considering replacing http::/www.last.fm/listen/ links.

    "Po trzech dniach bez programowania, życie staje się pozbawione sensu."
    • caliaa a dit :...
    • Utilisateur
    • 11 avr. 2009, 20h16m

    What is this for?

    First of all, congratulations on the add-on, I just installed it and I can't get enough of it. Great work! Now, my question: what does this script do? I now that "it replaces all Last.fm radio links with Fire.fm links" but what does that mean?

    And what exactly is a dream?
    And what exactly is a joke?

    • -sin a dit :...
    • Utilisateur
    • 24 avr. 2009, 16h23m
    Every radio station on the site will be played in Fire.fm instead Last.fm client or Flash player.

    "Po trzech dniach bez programowania, życie staje się pozbawione sensu."
    • postdawn a dit :...
    • Utilisateur
    • 29 jui. 2009, 0h09m
    Nice!

    • bruderf a dit :...
    • Utilisateur
    • 17 nov. 2010, 20h01m

    hmm

    it doent work for me (win7, ff 3.6.12, fire.fm 1.4.9).
    firefox doesnt know about the firefm file/application type.
    whats wrong?

Les utilisateurs anonymes ne peuvent pas poster de messages. Merci de vous connecter ou de créer un compte pour pouvoir intervenir dans les forums.