'use strict';
var s = document.createElement('script');
s.setAttribute('src', 'https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.js');
s.onload = function() {
setInterval(function() {
if(!$('a[action-type="delComment"]').length) {
console.log('next-page');
$('a.next')[0].click();
}else {
$('a[action-type="delComment"]')[0].click();
$('a[action-type="ok"]')[0].click();
}
// $('html,body').animate({scrollTop: $(document).height()}, 'slow')
}, 2000);
}
document.head.appendChild(s);
'use strict';
var s = document.createElement('script');
s.setAttribute('src', 'https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.js');
s.onload = function() {
setInterval(function() {
if(!$('a[action-type="feed_list_delete"]').length) {
console.log('next-page');
$('a.next')[0].click();
}else {
$('a[action-type="feed_list_delete"]')[0].click();
$('a[action-type="ok"]')[0].click();
}
$('html, body').animate({ scrollTop: $(document).height() }, 'slow');
}, 2000);
}
document.head.appendChild(s);