.. / doomcaptcha
Star Fork

Captchas don’t have to be boring.

doomcaptcha
vivirenremoto
...

Latest

<img> @name @label ⏱️ before-load
More information

Root Cause

Source: https://github.com/vivirenremoto/doomcaptcha/blob/c17ad670882174ce2d8a9b1d451c5ed453825f6a/script.js#L3

var captcha_label = document.currentScript.getAttribute('label');

// [...]

var captcha_html = '';
if (captcha_label) {
    captcha_html = '<p>' + captcha_label + '<br>';
}

// [...]

document.write(captcha_html);

Related links:

Found by jackfromeast, ishmeals.


Source | History