1. 'use strict';
    2. var s = document.createElement('script');
    3. s.setAttribute('src', 'https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.js');
    4. s.onload = function() {
    5. setInterval(function() {
    6. if(!$('a[action-type="delComment"]').length) {
    7. console.log('next-page');
    8. $('a.next')[0].click();
    9. }else {
    10. $('a[action-type="delComment"]')[0].click();
    11. $('a[action-type="ok"]')[0].click();
    12. }
    13. // $('html,body').animate({scrollTop: $(document).height()}, 'slow')
    14. }, 2000);
    15. }
    16. document.head.appendChild(s);
    1. 'use strict';
    2. var s = document.createElement('script');
    3. s.setAttribute('src', 'https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.js');
    4. s.onload = function() {
    5. setInterval(function() {
    6. if(!$('a[action-type="feed_list_delete"]').length) {
    7. console.log('next-page');
    8. $('a.next')[0].click();
    9. }else {
    10. $('a[action-type="feed_list_delete"]')[0].click();
    11. $('a[action-type="ok"]')[0].click();
    12. }
    13. $('html, body').animate({ scrollTop: $(document).height() }, 'slow');
    14. }, 2000);
    15. }
    16. document.head.appendChild(s);