An open API service indexing awesome lists of open source software.

https://github.com/dewebdes/linkintak

linkedin security research
https://github.com/dewebdes/linkintak

Last synced: 11 months ago
JSON representation

linkedin security research

Awesome Lists containing this project

README

          

SOCIAL ATTACKS


SCROLL TO END OF SOCIAL PAGES





  • open console developer


  • paste this code:
    var allpost=setInterval(function(){window.scrollTo(0,document.body.scrollHeight);},6000);



  • let it work, for stop it, paste and enter to run this code:
    clearInterval(allpost);



  • Open full posts:
    for(var i=0;i<=allmore.length-1;i++){
    
    allmore[i].click();
    }


  • READ MORE...