Comments by Isaac Levy on scripts

1 comment

Comment on:
Remove All Facebook Ads

Apr 13, 2008

This is a great little script. Props.

FYI though, the if block is unnecessary. The for loop won't execute if the number of elements is 0, because 'i' won't be less than the number of elements even on the first iteration. So removing the if line (and bracket on the other side of the for loop) won't change the behavior of the code.