// ==UserScript== // @name Like Bomber // @autor Lanceq // @namespace http://lanceq.pl // @description Like all posts including comments on the selected thread with only one click. By SyfuxX edited by lanceq // @include http://facebook.com // @include http://facebook.com/* // @include http://www.facebook.com // @include http://www.facebook.com/* // @include https://facebook.com/* // @include https://facebook.com // @include https://www.facebook.com/* // @include https://www.facebook.com // @version 1.0 // @grant none // @downloadURL https://update.greasyfork.icu/scripts/23913/Like%20Bomber.user.js // @updateURL https://update.greasyfork.icu/scripts/23913/Like%20Bomber.meta.js // ==/UserScript== var btnFbLike = document.createElement( 'input' ); with( btnFbLike ) { setAttribute( 'type', 'button' ); setAttribute( 'value', 'Bombarduj' ); setAttribute( 'onclick', 'javascript: var inputs = document.getElementsByClassName("_48-k UFILikeLink"); for(var i=0; i