mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-12 20:38:39 +00:00
6 lines
66 B
JavaScript
6 lines
66 B
JavaScript
"use strict";
|
|
|
|
onmessage = function () {};
|
|
|
|
postMessage("ready");
|