NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name mastersc // @namespace masterscript // @description like4likebot // @include http://www.like4like.org/user/earn-youtube-subscribe.php // @include http://www.like4like.org/twitter/twitter-followers.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/facebook/facebook-likes.php // @include http://www.like4like.org/user/earn-instagram-like.php // @include http://www.like4like.org/instagram/instagram-followers.php // @include http://www.like4like.org/user/earn-google-circles.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-google-circles-435912.png")'){ $(this).parent().remove(); } });