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
.querySelector('label[for="captcha"]')
.textContent
.match(/'(flag|bump)'/)[1];