I manage a group on facebook and banning people who have offending post is pretty hard. You need to go on ban list search for their names and what happens is wait for the results to finish. click gear icon then remove user/ban. Now what I'm trying to do is an extension for chrome to have an easier ban button. I manually patched this code for chrome console
<div class="UFICommentContent"
id=".reactRoot[77].[1][2][1]{comment393093797435268_406224232788891}.0.[1].0.[1].0.[0]">
<a href="http://www.facebook.com/josh.e.mason.5"
data-hovercard="/ajax/hovercard/hovercard.php?id=1207160525"
data-ft="{"tn":";"}"
class="UFICommentActorName"
id=".reactRoot[77].[1][2][1]{comment393093797435268_406224232788891}.0.[1].0.[1].0.[0].[0][0]"
aria-owns="js_14"
aria-controls="js_14"
aria-haspopup="true">Josh Elijah Mason</a>
<span id=".reactRoot[77].[1][2][1]{comment393093797435268_406224232788891}.0.[1].0.[1].0.[0].[0][1]">
</span>
<span data-ft="{"tn":"K"}"
id=".reactRoot[77].[1][2][1]{comment393093797435268_406224232788891}.0.[1].0.[1].0.[0].[0][2]">
<span class="UFICommentBody" id=".reactRoot[77].[1][2][1]{comment393093797435268_406224232788891}.0.[1].0.[1].0.[0].[0][2].0">
<span id=".reactRoot[77].[1][2][1]{comment393093797435268_406224232788891}.0.[1].0.[1].0.[0].[0][2].0.[0]">Hello nicole
</span>
</span>
</span>
</div>
to include this code another button before the name which is this code
<a href=".
<a class="itemAnchor" href="/ajax/groups/members/remove.php?group_id=392480624163252&uid=100001756455088" rel="dialog-post" role="menuitem" title=""><span class="itemLabel">[x]</span></a>
which will result like this " [x] Sample User" Click the x will result to a ban pop up notfictication. my problem is to create a code that will search for the user ID and put it in that code, insert the code for every facebook user on a group with their post. it will be easier to ban that way.