# How to use - Open the facebook window with people yuo want to invite - Copy the code and place on your browser url input OR open console and place - To use in the browser url input, copy the code below: ```javascript javascript:var buttons; buttons = document.getElementsByClassName('_42ft'); for (var i = 0; i < buttons.length; i++) { if(buttons[i].getAttribute('ajaxify') != null){ if(buttons[i].getAttribute('ajaxify').indexOf('invite') != -1){ buttons[i].click(); } } } ```