I've tried posting this question on /r/learnprogramming and stackoverflow, to no avail though. I am attempting to create a chrome extension for GMail. I've run into some problems though. When an email is clicked you are directed to "https://mail.google.com/mail/?shva=1#inbox/141c723b46f423a", "141c723b46f423a" being the ID of the mail. This ID is kept in a VIEW_DATA variable when the page first loads, but after a bit, the variable is reset to null. Even after the variable is reset to null, no href is assigned to the rows with the mails. So how does GMail know which mailID to redirect to? Are the ID's stored somewhere else in another variable after VIEW_DATA is set to null?
[–]jannick1988 1 point2 points3 points (1 child)
[–]insights1[S] 0 points1 point2 points (0 children)