+1 Google Plus Clicker

By iammeng Last update Aug 31, 2011 — Installed 892 times.

Get feedback

in
Subscribe to Get feedback 5 posts, 3 voices



iammeng Script's Author
FirefoxWindows

If you have any problem, report here.

 
radarpos Scriptwright
ChromeWindows

hello,
it's nice script, but maybe will be nicer if you may add:
- random sleep/delay between each click
- limit the N number of the first button, say the first 5
- shutdown the script if user choose not too continue (disable setInterval).

btw, 30 seconds time interval is too soon and google might find it as abusive.

randomness is the key point if you want to cheat, so please consider that first before continue to further steps of coding.

 
iammeng Script's Author
FirefoxWindows

Thank for comment! I will comeback soon.

PS. now this script have some problem because g+ change something in the HTML code.

aria-pressed="true" and aria-pressed="false"

 
juancarlospaco Scriptwright
ChromeX11

Hello, i just added a RANDOM timer for this Script, modify the last lines:

 
window.addEventListener("load", doSomething, true);
rnd = Math.floor(Math.random() * 101) + "000";
setInterval(doSomething, rnd);

 
juancarlospaco Scriptwright
ChromeX11


getElementsByClassName( "esw eswd BRowJd Jt", document.body );