mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
if (typeof aa != 'undefined') {
|
|
alert_assert(aa);
|
|
} else {
|
|
alert_assert("Failed - allowed inline script blocked by meta policy outside head.");
|
|
}
|