Fix Captcha error in Chrome

Опубликовано: 12 Июль 2026
на канале: Jonet Greene
98,254
39

This is not as complicated as it might seem! Read this first and then look at the video in full screen--it only takes a few seconds to actually do it.

When you see the captcha error box but can't see the captcha

1) Select on the error message. This will make it easier for you to find the spot you need.
2) Right click and choose "Inspect Element" and the inspect bar opens up. Go up a couple of lines from the one highlighted. You want the one that has id="live-comments-controls"
3) Right click again and select "Edit as HTML" and you will be able to type in that section.
4) Add the words

style="height: 500px"

as shown, then click outside of the edit box.

5) Now you can see and enter the captcha. Click enter to submit it. This will stay this way until you refresh the page--even making a mistake doesn't wreck it.

You're welcome. :)