PostText/assets/js/captcha.js

14 lines
216 B
JavaScript
Raw Normal View History

/*
2023-06-14 01:25:55 -04:00
'use strict';
document.getElementById('captcha').value =
*/
'use strict';
let captchaValue =
document
2023-06-14 01:25:55 -04:00
.querySelector('label[for="captcha"]')
.textContent
.match(/'(flag|bump)'/)[1];