Bir websitesinde bu kodları buldum:

[I]setInterval(function() {[/I]
[I]$(“.FollowStatus”).each(function(){[/I]
[I]$(this).parents(“.Grid-cell.u-size1of2.u-lg-size1of3.u-mb10”).remove();[/I]
[I]});[/I]
[I]$(“div:not(.not-following) > .user-actions-follow-button”).click();[/I]
[I]}, 20000);[/I]
[I]setInterval(function() {[/I]
[I]$(“.Grid-cell.u-size1of2.u-lg-size1of3.u-mb10”).remove();[/I]
[I]}, 30000);[/I]
[I]setInterval(function() {[/I]
[I]window.scrollTo(0,document.body.scrollBottom);[/I]
[I]},5000);[/I]
[I]setInterval(function() {[/I]
[I]window.scrollTo(0,document.body.scrollHeight);[/I]
[I]},2000);[/I]
Chrome'da F12'ye basıp Console kısmına bunları ekleyeceksiniz.