Firefox itself and Firebug both operate from chrome; there no cross-domain restrictions apply. See the example [1].
Maybe you can go around this limitation from GM by requesting the stylesheets with GM_xmlhttpRequest() and then creating CSS javascript objects form them so you can use the handy interface properties like cssRules and selectorText? [1] http://esquifit.googlepages.com/css_enumerator.html On Sat, Dec 6, 2008 at 11:58 AM, Trevor Jenkins <[EMAIL PROTECTED]> wrote: > > As Firefox itself has no issue with this cross-domain CSS usage and > Firebug can show me all the lines of CSS irrespective of origin there must > be some way for me to get to the stuff being served up from l.yimg.com > too. Maybe GM_getResourceText or similar with appropriate meta-data > declarations would get it for me? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en -~----------~----~----~----~------~----~------~--~---
