Why does Greasemonkey eat XML responses?

1

0

When Greasemonkey is enabled, firefox displays XML responses as gibberish, eating all the tags and just leaving the text nodes. View source fixes the problem, disabling Greasemonkey does the same. I'd rather not have to do either. I want it to just not mess with XML responses (The url is a localhost address).

boatcoder

Posted 2010-09-07T05:47:58.013

Reputation: 500

Answers

2

I do not use Greasemonkey, but it should be a simple matter of locating the script that's responsible for it and modify it to ignore localhost or even more specific URLs.

You can disable Greasemonkey scripts from the menu: Tools → Manage User Scripts, and in the dialog of "Manage User Scripts" deselect the Enabled checkbox for all scripts that you suspect are responsible, until the problem disappears. See the video How to disable a user script.

Once you find the script, either keep it disabled, or modify it. You can also uninstall a script from the above dialog.

harrymc

Posted 2010-09-07T05:47:58.013

Reputation: 306 093

1Agreed, Greasemonkey itself doesn't do this (at least not when I used it). – Sasha Chedygov – 2010-09-07T06:37:53.163