SHOW:
|
|
- or go back to the newest paste.
| 1 | - | javascript:(function(){$('.favorite').hide();$('#t_norm%20.list_row_h%20.last_update').each(function(){var%20p=$(this);var%20elem=$('<input%20type="checkbox"%20class="spam">');p.before(elem);elem.on('change',function(){p.css('background-color',$(this).is(':checked')?'red':'')})});var%20btn=$('<button>spam</button>');$('.favorite_top').html(btn);btn.on('click',function(){$('input.spam:checked').each(function(){var%20$parent=$(this).parent();var%20link=$parent.find('.topic_s_a').attr('href');var%20iframe=$('<iframe%20/>').attr('src','http://www.gog.com'+link).appendTo('body');iframe.load(function(){$(this).contents().find('.r_t_p_no_EN').first().show().click();$(this).contents().find('#markSpam_1').first().click();});});});})() |
| 1 | + | javascript:(function(){$('.favorite').hide();$('#t_norm%20.list_row_h%20.last_update').each(function(){var%20p=$(this).css('background-color','red');var%20elem=$('<input%20type="checkbox"%20class="spam">');p.before(elem);elem.on('change',function(){p.css('background-color',$(this).is(':checked')?'red':'')}).prop('checked',%20true)});var%20btn=$('<button>spam</button>');$('.favorite_top').html(btn);btn.on('click',function(){$('input.spam:checked').each(function(){var%20$parent=$(this).parent();var%20link=$parent.find('.topic_s_a').attr('href');var%20iframe=$('<iframe%20/>').attr('src','http://www.gog.com'+link).appendTo('body');iframe.load(function(){$(this).contents().find('.r_t_p_no_EN').first().show().click();$(this).contents().find('#markSpam_1').first().click();});});});})() |