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