Rob08 Posted August 18, 2008 Posted August 18, 2008 Since I can't use mouse coordinates(the button always changes the position), how can I make a script for selecting "show original"?
Andreik Posted August 18, 2008 Posted August 18, 2008 To find mouse coordinates is not a solution. Maybe with _IE functions you can set your script to selecting "show original".
Skruge Posted August 18, 2008 Posted August 18, 2008 Since I can't use mouse coordinates(the button always changes the position), how can I make a script for selecting "show original"This can be done by navigating to the correct URL. A message in your inbox would have the URL: http://mail.google.com/mail/#inbox/<Thread-ID> When you open the same message in "original mode", the URL is: http://mail.google.com/mail/?ui=2&ik=<IK>&view=om&th=<Thread-ID> If you read the message's HTML source, you'll see a body script line that starts "var GLOBALS=[" For me, the "IK" value is the tenth comma-separated value in the list. [font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]
Rob08 Posted August 19, 2008 Author Posted August 19, 2008 Could you be more clear? I have no idea where to begin.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now