Looking for Google Reader javscript commands for controlling events
Posted
by JayCrossler
on Stack Overflow
See other posts from Stack Overflow
or by JayCrossler
Published on 2010-05-15T22:25:26Z
Indexed on
2010/05/15
22:30 UTC
Read the original article
Hit count: 247
I've played in the /reader/ui/ code for a few hours now, and couldn't figure this out. Also, I didn't see any exact help when searching StackOverflow. This is really a JavaScript un-obfuscator question.
I'm looking for a way to call the obfuscated Google Reader javascript commands... and am having trouble determining what actual function is called when the "Next Items" button is pressed or the spacebar is hit.
I've tried using Firebug as well as FireEvents to track it down, but it's just too well hidden. Any ideas? Something that I could type into the URL bar and make it run, something like 'javascript:SH("entries-down", "click");void(0);'
Thanks in advance! And, please let me know if it's against Google's terms of service to de-obfuscate their code to view these JavaScript commands.
© Stack Overflow or respective owner