NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name scf2 // @namespace soundcloudfollow2 // @description like4likebot // @include http://www.like4like.org/user/earn-soundcloud-follow.php // @version 1 // @grant none // ==/UserScript== $('a').each(function(){ if($(this).css('background-image')=='url("http://www.like4like.org/img/icon/earn-google-circles-435912.png")'){ $(this).parent().remove(); } });