>>107535893
>both of these are false
https://github.com/zearp/4chan/blob/main/js/extension.js#L4748
Source code says otherwise.
if (window.isIncognito) {
let el = $.id('qrFile');
if (el && el.value && !QR.painterData) {
QR.showPostError('Uploading files in incognito mode is not allowed.'
+ '<br>The File field has been cleared.');
QR.resetFile();
return false;
}
}