Comment #59 on issue 18857 by aavindraa: Support for GM Functions (Greasemonkey) in Chrome http://code.google.com/p/chromium/issues/detail?id=18857
@thegooddale: I was thinking at first I'd have to parse objects using RegEx and some constructors from <script> tags, or god forbid, do an XMLHttpRequest to <script>'s with "src's", hence double-fetching information. But I guess we can store information in a JSON object and put it as a string in say, the "title" of an element. Since this is visible to both "worlds", the other side can JSON.parse it up. I don't know how feasible this is, and it's definitely double-work regardless. I'll try it out, if there aren't too many problems then I wouldn't care too much about direct access to the page. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
