Files
base64/пуск|run.js

8 lines
288 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

УстановитьBase64JS = мир =>
{
var модуль = мир.модули.модульПоУказателю(УКАЗАТЕЛЬТОГО_МОДУЛЯ);
var содержимое = модуль.содержимое["/base64js.min.js"];
eval(содержимое);
};