mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
4 lines
162 B
JavaScript
4 lines
162 B
JavaScript
// This script block will trigger a violation report.
|
|
var i = document.createElement('img');
|
|
i.src = '/security/resources/abe.png';
|
|
document.body.appendChild(i);
|