truelementx
New Member
greasemonkey injects using \[code\]<script src='http://stackoverflow.com/questions/15856587/..\[/code\] but i dont think this is gonna work with XML documents, so i found this question about using javascript in an XML document using the mentioned tag, how do i make greasemonkey use the the xml script src tag ( \[code\]<xhtml:script xmlns:xhtml="http://www.w3.org/1999/xhtml" src="http://stackoverflow.com/questions/15856587/file.js" type="application/javascript"/>\[/code\] ) instead of the default one ?or is there any other suggestion to inject javascript to XML using greasemonkey ?