Monday, July 16, 2012

Hidden Chronicles Feed Item Click All

I like Hidden Chronicles however the zygna feed on the right side where you can reap rewards and help others ..... I found it too tedious to go thru the list over and over click click click ... oops missed the button... ie waste of time... so how can I automate this... I'm using Chrome and used the extension "Script Injector". Then "Manage Scripts" and "create a new script" insertion with the following (Based on the css and design of July 2012... )
document.getElementById('zui_tab_gameActivity').ondblclick=function() {
  alert('starting feed reaping');
  var allTags=document.getElementsByClassName('zui_button_zdc'), i=0, e;
while(e=allTags[i++])
{
  e.click();
};  
};
So it will look like this
AFter that "create a rule" for autoloading.
Now reload the Zynga page and the double click on the red highlighted area called "Game Activity" and all your feeds will be reaped and rewarded. You will be able to do this for both z-Friends and Everybody.... ENJOY.

No comments:

Post a Comment