The following script gives alerts for me in both cases so I don't know what your problem is. (I'm not saying that its @include is the most general correct one but it works).
// ==UserScript== // @name yahoo contacts frame test // @namespace ~t // @include http://us.mg1.mail.yahoo.com/yab-fe/?.src=cg&stab=* // ==/UserScript== alert('in contacts frame, url = ' + document.location); On Feb 19, 11:54 am, chengiz <[email protected]> wrote: > On Feb 18, 7:16 pm, esquifit <[email protected]> wrote: > > > I'm out of ideas right now. Maybe if you could point to the page in > > question one could get a clue. > > It's Yahoo Mail (the new or beta version). If you click on "Contacts", > it inserts an iframe within the document. The greasemonkey script > doesnt get applied to this iframe (when it's an iframe), but does when > you hit "Show only this frame". If it helps, I'm applying a style to > #contactlist_c. Thanks for the help. -- 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.
