Jon Gomez
unread,Sep 12, 2012, 5:47:33 PM9/12/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to greasemon...@googlegroups.com
Hi guys, I was trying to read a variable using the 'location hack', with the following code:
location.href = 'javascript:var read = (window.content_global)';
but this seems to crash greasemonkey when I try to access the variable 'read', for example when I try to do: alert("What I read was: " + read); ... is there another way to do this? I was trying to avoid using 'content global reader', but if you guys think I should use it, I will.