I've posted a beta of the next version of Greasemonkey to userscripts.org. You can access it at:
http://userscripts.org/greasemonkey-0.6.2.xpi
This is for Firefox Beta 1.5 only and will not install on other Firefoxes. If you use a version of the browser prior to 1.5, then you should continue using Greasemonkey 0.5.3.
It's a beta, which means that it will likely break some number of your existing, working scripts. Please report these on the mailing list and to the script author. Many breakages will be up to the script author to correct. Typically, the changes required are minor. Authors should consult the Greasemonkey Wiki or mailing list for help.
There is currently no Greasemonkey 0.5.x for Firefox 1.5 beta. It's my hope that user script authors will update their scripts so that such a release is not necessary. So please, bug script authors whose scripts break :-).
What's new?
- Monkey menu: Click the monkey to get quick access to enabling and disabling each of your scripts. You can also see at a glance which scripts ran on the current page.
- New install UI: We no longer pop up two modal dialogs everytime you install a script. Instead, a simple animated status message to the left of the monkey tells you everything went OK.
- New injection system: We now use a much stabler injection system which is only available to Firefox 1.5. This should solve all double-injects or non-injects (except for document.domain issues discussed below).
- New migration system: Greasemonkey no longer tries to migrate the script folder's location on install, which was causing install headaches for some users. Instead, it uses the old location if a previous version was already installed.
- Fastback support: Previous Greasemonkeys interfered with Firefox 1.5's awesome Fastback feature. This release does not.
Known Issues:
- Update: If you install Greasemonkey 0.6.2 without any prior version installed, installing scripts will not work. You'll see a "file not found error. We'll be updating soon to fix this and are sorry for the bug. Meanwhile, the following will fix you up:
- cd <your profile directory>
- mkdir gm_scripts
- Unix: touch gm_scripts/config.xml
- Windows: echo "" > gm_scripts\config.xml
- Greasemonkey 0.6.2 does not inject on websites which use the document.domain javascript property. Notable examples are search.ebay.com and yahoo.com. This is due to a Firefox bug which will be fixed before 1.5 ships.
- Scripts which use any of the properties of the location object fail with NS_ERROR_INVALID_POINTER. This is due to a Firefox bug which will be fixed before 1.5 ships. As a temporary workaround, script authors may wrap code which accesses the location object with a
window.setTimeoutcall. So for instance, instead ofwindow.location.replace('foo'), usewindow.setTimeout(function(){ window.location.replace('foo') });.
XPCNativeWrapper reminders:
The
window and document properties in Greasemonkey 0.6.x are XPCNativeWrapper objects, which have many annoying limitations as compared to the normal DOM objects. You can keep up with all the details as documented on the Greasemonkey wiki.

68 comments:
"Click the monkey to get quick access."
It wasn't so long ago that we were warning friends and relatives not to click any monkeys that appeared in the web browser. This new menu may go unnoticed due to years of Pavlovian training.
It won't be long before some extension author grants the Greasemonkey icon the ability to slide back and forth across the screen.
The link you have posted for 0.6.2 at userscripts.org doesn't work - firefox can't download anything.
Started downloading for me..
http://www.google.com/search?q=greasemonkey-0.6.2.xpi
I don't know if I have to post this here, but...
In the 0.5.3 version, if I have Greasemonkey disabled, it makes JavaScript errors. And if I enable it not. This is the message that appears in the JavaScript console each time I enter a site:
[Exception... "Error: No menu commaner found for URL: http://whatever.com when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "\unknown\" data: no]
With some older versions this didn't happen.
Yay, this is also the only way to get Greasemonkey to work in Seamonkey! :)
Which is the bomb.
Gmail - Conversation Preview doesn't work.
Gmail Delete Button doesn't work either.
Well. It installs and loads in SeaMonkey. But none of the scripts actually work.
I get "this.gmSvc has not properties Line: 175" on every page.
Of course SeaMonkey is Alpha and you don't actually say you support it. But here is hopeing.
I am a Deer park user that is new to Greasemonkey. The official release doesn't work with Deer Park so i installed this beta release.
Some scripts don't work but that is not so bad. The bad news is that this beta makes the browser extremely unstable. And it doesn't depend on the scripts. I have several installed but disabled all and still the browser crashes. I disabled GM with the GM option -> crashes. If i disable the whole extension the crashes are gone and the browser is much more stable. So this is really a GM issue.
But i like the UI and i would really like to have a working G-monkey.
With GreaseMonkey latest version I cannot install any script. It shows me the next error msg:
Could not download user script
[Exception... "Not enough arguments [nslDownloadManager.addDownload]" nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame :: chrome://greasemonkey/content/greasemonkey.js :: anonymous :: line 247" data: no]
So this is really a GM issue.
Have you considered upgrading to Firefox 1.5 beta instead of Deer Park? You know, like the text of the announcement post says?
I cant understand why it only worked once, and as soon as i closed the browser and switched off my pc, i lost it. Now i try to download, but it doesnt work.
i've using a few scripts with last Firefox and GM versions. but when i tried to delete one of them, GM deleted ALL of the listed scripts. By other side, if i try to install them again the next error shows up:
Could not download user script
[Exception... "Not enough arguments [nslDownloadManager.addDownload]" nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame :: chrome://greasemonkey/content/greasemonkey.js :: anonymous :: line 247" data: no]
conclusion: i have no installed-on-GM scripts and i cannot install them again.
is there any way to install them manually ?
Latest Firefox 1.5 beta 2 branch (1.4.1) breaks GM. If GM is enabled, then FF crashes all the time.
hoder,
That was a moz bug which GM triggered, but it's fixed in latest nightlies.
Little off topic question, but didn't know where to ask: What's up with userscripts.org? There are so many features that need to be implemented to make it workable and it just seems to be in a lull right now. What's the timeline for wikified scripts? How about a system to let users identify scripts that are working with the latest builds of things and which scripts arent? Something to determine whether an update has been made to your scripts? just some thoughts (and I already put them on the userscripts.org suggestions, but it's impossible to comment on those anyway...)
Could we set up a userscripts.org forum somewhere?
scripts don't seem to work in Firefox 1.5 Beta 2
what scripts exactly, or is it all scripts?
Greasemonkey causes problems in Firefox 1.5 beta 2 release version.
Even when it's disabled the throbbers often rotate continuously and cannot be stopped - except by pressing refresh and quickly pressing stop. Also some scripts don't work.
I had to uninstall. It works reasonably in 1.6 nightlies and has been for a few weeks.
w00t, awesome!
one suggestion, since right-clicking the monkey doesn't appear to do anything, you could have it do a quick enable/disable like in the older versions so you don't have to open the menu.
great job!
Hi, i have installed Firefox 1.5b2 (es-ES) and GM 0.6.2. I have a lot of scripts, but no one works. If I test the Gm scripts (test in GM extension folder) "linkify" and "ununderline" in a web page in my computer, it works, but if i try to use it in another page (in internet), it doesn't work. I can't live without GM, please, can you fix it?
There used to be a problem that GM was incompatible with the Compact Menu extension. Is this still so?
Thanks to GM developers for an excellent job.
Jim
Error: uncaught exception: [Exception... "Component is not available" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: anonymous :: line 398" data: no]
This is my error. I think it'll help.
Regards
Hmm I got a strange bug in 0.6.2, the URL location bar doesn't update itself if, while a page in a tab is loading I open a new tab (with CTRL-T) and load a new page into it.
The menu should come up by right clicking. Left click should be enable/disable
Anonymous said...
Error: uncaught exception: [Exception... "Component is not available" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: anonymous :: line 398" data: no]
I have been getting that when attempting to use Greasemonkey 0.6.2 on FF 1.5 Beta 2. The bug happens with some websites but not others.
I wrote a simple alert("hello world") script, set the 'include' page to http://www.pvponline.com and then view that page - I got the error.
If I ser the include line to http://www.mows.com and then view that page, then it works.
The script is literally just header comments and alert("hello world") so it should wok on any web page. I can only conclude that there is some bug in how Greasemonkey applies the script to the specified include sites.
You should all check out the new version (0.6.2.1) that can be found on the mailing list. Seems to fix problems with FF 1.5 b2.
Hey quick question I couldnt find an answer for - in the right click list of extensions.. some are bold and others arent.. regardless of being checked or not. Are the bold scripts the ones that are currently at work on the page or the ones that are working at all while the grayed out ones are in need of being updated?
bold scripts are the ones that are currently activated for that specific page. Just because a script is enabled doesn't mean it will run on every page. You can change the pages it will run for just by opening up gm and choosing the script and you will see the pages it will run for and the pages it is set to ignore. (and there are others in between).
The version 0.6.2 doesn't work weel with the Firefox Beta 2... the scripts don't work... :(
Greaseblog is sure collecting the spam. Is boogs okay? Just taking a break?
turn comments off on this & delete all the spam comments. :|
Spam spam spam spam...
spam spam spam spam...
Attack of the comment spam!
Greasemonkey 0.6.2 doesn't work with mozilla firefox Beta 2. All the script don't work in their webpages... -_-'
omg all this spamming sucks.
you should lock out anon comments.
that said, mine is also anon :)
i'm using FF 1.5RC1 with the new greasemonkey .6.2 and omg, all my user scripts are GONE now that I updated. I just looked under tools and all I get are the "new user script" and "install user script" options. "manage user scripts" is gone! eek!
works fine with the gmail delete button script.
like the new features!
why even have comments when you won't look at them, and they just attract spammers?
This doesn't install on Flock 0.5pre. Will the released version do that?
why even have comments when you won't look at them, and they just attract spammers?
They did quite often, until recently. I fear something not-too-good has happened to someone. :(
The GM scene (as far as the extension goes) has appeared to be pretty much in a coma lately. Anyone got any news that doesn't involve penis enlargement or roulette scams?
Please:
(1) Post Greasemonkey 0.6.3 as 0.6.2 doesn't work on the latest Firefox builds (I've got 1.5 RC2 here).
(2) Clear the spam from this blog.
please for browser flock developer
please www.flock.com
We're not dead yet. Thanks for your goodwill deathburger.
I added CAPTCHA to speedbump the spammers.
GM 0.6.3 XPI for 1.5 RC2 is here:
It's not official-like, but it works.
Unless I'm stupid, blogspot doesn't have a way to mass-delete comment spam.
Flock: eh, I have no idea how to install on that. I'll look into it.
Gah, html stripper.
XPI
I'm experiencing problems (it doesn't work) using Greasemonkey 0.6.3 on Firefox 1.5 RC3. Hope there will be a new version soon :) Can't work without it :P
jasper: Can you be more specific? 0.6.3 is working fine with RC3 here.
Problems with particular scripts? Errors in the JS console?
It's the new Google toolbar that is causing the problem... I installed it as well today. After disabling it GM scripts worked again
Uninstalling and reinstalling the Google toolbar fixed this problem :S
I can't get this to work in 1.5RC3. I'm seeing "Component is not available" errors associated with my GM scripts in the JS console.
I'm using Greasemonkey 0.6.2 on Firefox 1.5.0rc3 but every time a script should execute I just get a Javascript error:
Error: Component is not available
Source File: <file name>
Line: 0
Source Code: 0
This happens regardless of what script I use, or whether the script even has anything in it!
Any thoughts? I love Greasemonkey and it's making using 1.5 horrible (which is otherwise lovely).
There's an unofficial build, version 0.6.3, which works with 1.5
See the attachment in this message:
http://www.mozdev.org/pipermail/greasemonkey/2005-October/006356.html
There's also more improvements in CVS; I expect that to become 0.6.4
when 1.5 lands.
Great program...A few requests...
1) Ability to enter and save bookmarklets in the "manage scripts" area!!!!
2) Option to "install this script" or create a new script from the moneky menu.
3) Access to installed scripts (and all other options) from the context menu.
4) Ability to edit and save a script which can be stored and run in place of the built-in wildcard filters (for more sophisticated filtering).
using 1.5 rc3 i cannot get greasemonkey too install... the add extension window pops up (infrequently, even with the extension permission thing turned off), it shows up in the extensions window but then I get a "cannot download error" of some sort...
any ideas?
Hi, on FF1.5rc3 I'm getting an error "Permission denied to get property HTMLDocument.getElementById" when I do a document.getElementById...
Is this firefox, or GM?!
Thanks
firefox 1.5 release out today, i installed it, no version of GM seems to work right on it... waiting for a new release...
I'm Running GM 0.6.3, and none of my scripts are working. Whenever a script runs, it gets: "Config is not defined" as a JavaScript error (greasemonkey.js line 116).
Argh. Help?
I'm on a PowerBook G4, running OS X 10.4.3, FF 1.5, and GM 0.6.4.
First, I was unable to install any scripts because of the problem noted in this post:
Anonymous said...
Error: uncaught exception: [Exception... "Component is not available" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: chrome://greasemonkey/content/utils.js :: anonymous :: line 398" data: no]
This is my error. I think it'll help.
Regards
10 October, 2005 08:37
I was able to fix that through a about:config greasemonkey.version reset
Second, none of the scripts would run.
I was able to fix that based on the posts by Jasper
Jasper said...
It's the new Google toolbar that is causing the problem... I installed it as well today. After disabling it GM scripts worked again
18 November, 2005 06:56
Jasper said...
Uninstalling and reinstalling the Google toolbar fixed this problem :S
18 November, 2005 08:09
But now, FF crashes about 90 seconds after I open it, for no apparent or consistent reason. I really love the power of FF&GM, but I'm getting really frustrated and don't know if it is worth this much hassle.
p.s. the spam is quite annoying
"p.s. the spam is quite annoying"
You have no idea how annoying it is. ;)
ass paradeassparadebait busbaitbusbang busbangbusbig mouthfulsbigmouthfulsbig tit round assbigtitsroundassesboob squadboobsquadbelle brandiadventure bustybustyadventuresmilf lessonmilflessonsmonster cockmonstersofcockcamel mr toemrcameltoeinvasion publicpublicinvasionbow taylortaylorbowtug jobstugjobs40 inch plus40inchplus8th street latinas8thstreetlatinasamateur moviebig naturalbignaturalsboysfirsttimeboy first timecam crushcamcrushcaptain stabbincaptainstabbincum fiestacumfiestadangerousdongsdangerous dongseuro sex partyeurosexpartiesfirst time auditionfirsttimeauditionsinthevipmike in brazilmikeinbrazilmikes apartmentmikesapartmentmilf huntermilf next doormilfhuntermilfnextdoorbrown roundroundandbrownstreet blow jobstreetblowjobstranny surprisetrannysurprisetuna partywe live togetherwelivetogetherbare foot maniacbig league facialbig tit patrolbigtitpatrolblind date bangersbus stop whorecasting couch teencastingcouchteenscoeds need cashcoedsneedcashhorny spanish flieshornyspanishfliesi spy camel toeispycameltoeasian beaver chew mrmrchewsasianbeaverblack pimp teenpimpmyblackteenplease bang my wifepleasebangmywifepump that asspumpthatasssee her squirtseehersquirtbopper club teenyteenybopperclubthe big swallowtinys black adventuretinysblackadventuresxxx proposalxxxproposalasian paradeback seat bangersbackseatbangersbang boatbangboatblack cock white slutsbubble butt galorewild college partycouple seduce teenfirst swallow timegang bang squadgangbangsquadher first big cockanal first her sexher first dpherfirstanalsexherfirstbigcockherfirstdpher first lesbian sexherfirstlesbiansexhousewife bangersmilf seekermilfseekerteensforcashlecteur mp3 fm logiciel a telechargerlogiciel gratuit a telecharger telecharger logiciel logiciel antiviruslogiciel antivirus gratuit antivirus logiciel logiciel architecturelogiciel architecture 3d logiciel 3d architecture logiciel comptabilitelogiciel comptabilite gratuit logiciel ciel comptabilite logiciel dessinlogiciel dessin 3d logiciel dessin gratuit logiciel de gravurelogiciel gravure dvd logiciel de gravure gratuit telechargement logicieltelechargement logiciel gratuit logiciel telechargement logiciel de traductiontraduction logiciel logiciel de traduction gratuit logiciel gratuittelechargement logiciel gratuit visionneuse power point logiciel gratuit logiciellogiciel gratuit logiciel comptabilite nero burning romnero burning nero burning gratuit nero expressnero vision express nero express 6 pack codeccodec pack k lite codec pack ripperripper dvd station ripper serveur emuleliste serveur emule emule serveur shareazatelecharger shareaza shareaza gratuit skypetelecharger skype telephone skype telechargement logiciel gratuitlogiciel de telechargement gratuit telechargement gratuit logiciel telechargement logicieltelechargement logiciel gratuit logiciel de telechargement telechargement p2plogiciel telechargement p2p telechargement p2p gratuit telecharger acrobat readertelecharger acrobat telecharger adobe acrobat telecharger ad awaread aware ad aware 6.0 telecharger antivirustelecharger antivirus gratuit telecharger norton antivirus telecharger avastavast telecharger telecharger avast antivirus telecharger divxdivx a telecharger telecharger divx gratuit telecharger e muletelecharger e mule gratuitement telecharger e mule gratuit telecharger emule gratuitemule telecharger gratuit telecharger gratuit emule telecharger emule gratuitementtelecharger gratuitement emule emule telecharger gratuitement telecharger emuletelecharger emule gratuitement telecharger emule gratuit jeu gratuit a telechargertelecharger jeu gratuit telecharger gratuit telecharger javatelecharger java script java telecharger telecharger kazaa litetelecharger kazaa lite gratuitement kazaa lite telecharger telecharger kazaatelecharger kazaa lite telecharger kazaa gratuit telecharger nero 6telecharger nero 6 gratuit telecharger nero 6 gratuitement telecharger nero 7telecharger nero 7 gratuit nero 7 telecharger telecharger nerotelecharger nero 6 telecharger nero gratuit telecharger real playertelecharger real player gratuit telecharger real player gratuitement telecharger shareazatelecharger shareaza gratuitement telecharger shareaza gratuit telecharger skypeskype telecharger telecharger skype gratuit winamptelecharger winamp skin winamp telecharger winziptelecharger winzip gratuit winzip telecharger telechargertelecharger musique telecharger anime traducteurtraducteur anglais francais traducteur anglais trilliantrillian pro trillian fake winmxtelecharger winmx winmx 3.32 winrartelecharger winrar winrar gratuit winzipwinzip gratuit telecharger winzip zone alarmzone alarm pro zone and alarmastuce jeu videoastuce jeu astuce jeu pc truc et astuceastuce pc astuce console jeujeu console console jeu video console jeuxjeux console console jeux video francaise des jeula francaise des jeu francaise des jeu loto francaise des jeuxla francaise des jeux francaise des jeux loto telecharger jeujeu a telecharger jeu gratuit a telecharger jeu actionjeu d action gratuit jeu d action en ligne jeu adultejeu adulte gratuit jeu gratuit pour adulte jeu arcadejeu arcade gratuit 2000 jeu arcade jeu aventurejeu d aventure gratuit aventure jeu video jeu concoursjeu concours en ligne jeu concours gratuit jeu de billardjeu de billard gratuit jeu de billard en ligne jeu de cartejeu de carte gratuit jeu de carte solitaire jeu de damejeu de dame en ligne jeu de dames gratuit jeu de motojeu de moto cross jeu de moto gratuit jeu de rolejeu de role massivement multijoueur jeu de role en ligne jeu de strategiejeu de strategie gratuit jeu de strategie en ligne jeu de voiturejeu de voiture gratuit jeu video voiture jeu diamantdiamant jeu jeu mine diamant jeu diddldiddl jeu jeu gratuit diddl jeu educatifjeu educatif enfant jeu educatif gratuit jeu enfantjeu gratuit pour enfant jeu enfant gratuit jeu erotiquejeu erotique gratuit jeu de carte erotique jeu flashjeu flash gratuit jeu flash sexy jeu frjeu video fr jeu gratuit fr jeu grattagejeu de grattage gratuit jeu gratuit grattage jeu gratuit pour enfantjeu enfant gratuit jeu gratuit en ligne pour enfant jeu gratuitjeu en ligne gratuit jeu gratuit en ligne jeu javajeu java gratuit jeu java pour mobile jeu en lignejeu en ligne gratuit jeu gratuit en ligne jeu pcjeu video pc jeu pc gratuit jeu sexyjeu sexy online jeu flash sexy jeu simulationjeu de simulation gratuit simulation train jeu video jeu solitairejeu de carte solitaire solitaire jeu jeu videojeu video .com jeu video com jeujeu video jeu gratuit telecharger jeuxjeux a telecharger jeux gratuit a telecharger jeux actionjeux d action gratuit jeux d action en ligne jeux adultejeux adulte gratuit jeux gratuit pour adulte jeux arcadejeux arcade gratuit 2000 jeux arcade jeux aventurejeux d aventure gratuit aventure jeux video jeux concoursjeux concours en ligne jeux concours gratuit jeux de billardjeux de billard gratuit jeux de billard en ligne jeux de cartejeux de carte gratuit jeux de carte solitaire jeux de damejeux de dame en ligne jeux de dames gratuit jeux de motojeux de moto cross jeux de moto gratuit jeux de rolejeux de role massivement multijoueur jeux de role en ligne jeux de strategiejeux de strategie gratuit jeux de strategie en ligne jeux de voiturejeux de voiture gratuit jeux video voiture jeux diamantdiamant jeux jeux mine diamant jeux diddldiddl jeux jeux gratuit diddl jeux educatifjeux educatif enfant jeux educatif gratuit jeux enfantjeux gratuit pour enfant jeux enfant gratuit jeux erotiquejeux erotique gratuit jeux de carte erotique jeux flashjeux flash gratuit jeux flash sexy jeux frjeux video fr jeux gratuit fr jeux grattagejeux de grattage gratuit jeux gratuit grattage jeux gratuit pour enfantjeux enfant gratuit jeux gratuit en ligne pour enfant jeux gratuitjeux en ligne gratuit jeux gratuit en ligne jeux javajeux java gratuit jeux java pour mobile jeux en lignejeux en ligne gratuit jeux gratuit en ligne jeux pcjeux video pc jeux pc gratuit jeux sexyjeux sexy online jeux flash sexy jeux simulationjeux de simulation gratuit simulation train jeux video jeux solitairejeux de carte solitaire solitaire jeux jeux videojeux video .com jeux video com jeuxjeux video jeux gratuit pc astuceastuce pc astuce jeu pc romrom game boy advance rom nintendo 64 jeu gratuit a telechargertelecharger jeu gratuit jeu a telecharger gratuit telecharger jeujeu a telecharger jeu gratuit a telecharger jeux gratuit a telechargertelecharger jeux gratuit jeux a telecharger gratuit telecharger jeuxjeux a telecharger jeux gratuit a telecharger trucstrucs et astuce jeu video msn trucs et astuceclone dvdclone dvd 2 mp3 gratuittelecharger mp3 gratuit lecteur mp3mp3 musique mp3mp3 gratuit musique prix mp3prix baladeur mp3 sonnerie mp3mp3 sonnerie telechargement musique mp3telechargement gratuit de musique mp3 telecharger chansonchanson telecharger telecharger codectelecharger codec divx telecharger mp3 gratuittelecharger musique mp3 gratuit telecharger mp3telecharger mp3 gratuit tous les drivertous les driver .comadresse msnadresse msn de fille creer une adresse msn astuce msnmsn astuce msn truc astuce avataravatar msn avatar gratuit clin d oeil msnclin d oeil msn gratuit clin d oeil gratuit pour msn clin oeilclin oeil gratuit clin oeil msn emoticone gratuitemoticone msn gratuit emoticone gratuit pour msn emoticone msnemoticone msn gratuit msn emoticone emoticoneemoticone gratuit emoticone msn msn messengermessenger msn web messenger msn 7.5msn messenger 7.5 telecharger msn 7.5 msn messenger 7.5telecharger msn messenger 7.5 msn messenger version 7.5 msn messengermsn web messenger msn messenger 7.5 msn plusmsn messenger plus telecharger msn plus msn web messengerweb msn messenger msn messenger web msn web messengermsn web web msn msnmsn messenger msn hotmail nouvelle version msnmsn nouvelle version telecharger la nouvelle version de msn telecharger emoticonetelecharger emoticone gratuit emoticone a telecharger telecharger messenger 7.5telecharger msn messenger 7.5 telecharger msn messenger 7.5 gratuitement telecharger messengertelecharger msn messenger 7.5 telecharger yahoo messenger telecharger msn 7.5telecharger msn messenger 7.5 telecharger msn 7.5 gratuitement telecharger msn messenger 7.5telecharger msn messenger 7.5 gratuitement msn messenger 7.5 telecharger telecharger msn messenger 8msn 8 msn messenger 8 telecharger msn plustelecharger msn messenger plus msn plus telecharger telecharger msntelecharger msn 7.5 telecharger msn plus telecharger yahoo messengertelecharger yahoo messenger 6 yahoo messenger telecharger yahoo messengertelecharger yahoo messenger yahoo messenger 6chanson arabeparole de chanson arabe chanson d amour