Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function clickAllButtons() { var buttons = document.querySelectorAll( 'a._42ft._4jy0._4jy3._517h._51sy' ); for( var i=1; i<buttons.length; i++ ) { buttons[i].click(); } } clickAllButtons();
Advertisement
Add Comment
Please, Sign In to add comment