On Sat, 6 Dec 2008, esquifit <[EMAIL PROTECTED]> wrote: > Firefox itself and Firebug both operate from chrome; there no > cross-domain restrictions apply. ...
Ah right. > 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? After some playing around I found that GM_addStyle() does exactly what I want --- provided there is a !important to force the override on flickr's original style. One line to do the one thing I wanted; perfect. ;-) This goes on the back-burner for now but there will come a time when I want to do more than override a single style. Many thanks for the help. Regards, Trevor <>< Re: deemed! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
