I have the plug installed and have ticked the option Enable Login Form Protection. Everything works great on the login page.
But when I view the source on my homepage, I see the following unnecessary code:
<script type='text/javascript'>
var renderInvisibleReCaptcha = function() {
for (var i = 0; i < document.forms.length; ++i) {
var form = document.forms[i];
var holder = form.querySelector('.inv-recaptcha-holder');
if (null === holder) continue;
....
It would be great if this unnecessary code was not written to the homepage HTML.