Thursday 23 April 2015

Code to invite all friends to a event

Code to invite all friends to a event
invite all friends to EVENT Just follow Steps
1. Go to event page
2. Click invite > invite friends
3. Scroll to bottom. Scroll all the way down until names stop loading
4. Past script to URL . (on chrome you should paste script without "javascript:", and after paste add "javascript:" )

javascript:elms=document.getElementsByName("profileChooserItems")[0];var tmpElms = [];var tmpElmsObj = {};elmsClass=document.getElementsByClassName('_1pu0');for (i=0;i<elmsClass.length;i++){var id = elmsClass[i].getAttribute("data-reactid");var classActive = elmsClass[i].getElementsByClassName('_1pu2')[0];classActive.className = "_1pu2 _1pu3";classActive.setAttribute('aria-checked', true);id = id.split(':');id = id[1].slice(1);tmpElmsObj[id] = 1;tmpElms.push(id);}document.getElementsByName('profileChooserItems')[0].value=JSON.stringify(tmpElmsObj);void(0);

5. click enter
That's it you are done hope you enjoyed keep visiting my blog for latest updates

No comments:

Post a Comment