Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var t = document.getElementsByClassName("with-icn retweet js-tooltip");
- var i = 0;
- function a(){
- i++;
- t[i].click();
- setTimeout(b,50);
- }
- function b(){
- document.getElementsByClassName("btn primary-btn retweet-action")[0].click();
- if (i < t.length) {
- setTimeout(a,50);
- }
- }
- a();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement