Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( $('div#newEntriesCounter a') ) {
- console.log('Nowe wpisy, odświeżam.');
- $('div#newEntriesCounter a').click();
- }
- $('p.more a').each(function(){
- $(this).click();
- });
- $('div.author > p.vC').each(function(){
- var voted = $(this).find('b');
- if(!voted.hasClass('voted')) {
- $(this).find('a.button.mikro.ajax').click();
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment