1) Приводим код в удобочитаемый вид например на jsbeautifier.org
2) В функции g.load строку e.src = d; меняем на e.src = '/'+d;
3) Очищаем кэш браузера
(Для верии adobe muse 2017.0.1)
g.load = function(b, c, d) {
var m = b && b.config || {},
e;
if (E) {
e = g.createNode(m, c, d);
e.setAttribute("data-requirecontext", b.contextName);
e.setAttribute("data-requiremodule", c);
!e.attachEvent || e.attachEvent.toString && 0 > e.attachEvent.toString().indexOf("[native code") || ca ? (e.addEventListener("load", b.onScriptLoad, !1), e.addEventListener("error", b.onScriptError, !1)) : (S = !0, e.attachEvent("onreadystatechange", b.onScriptLoad));
e.src = '/'+d;
if (m.onNodeCreated) m.onNodeCreated(e, m, c, d);
P = e;
H ? C.insertBefore(e, H) : C.appendChild(e);
P = null;
return e
}
if (ja) try {
setTimeout(function() {},
0), importScripts(d), b.completeLoad(c)
} catch (q) {
b.onError(F("importscripts", "importScripts failed for " + c + " at " + d, q, [c]))
}
};
E && !w.skipDataMain && X(document.getElementsByTagName("script"), function(b) {
C || (C = b.parentNode);
if (O = b.getAttribute("data-main")) return u = O, w.baseUrl || -1 !== u.indexOf("!") || (I = u.split("/"), u = I.pop(), T = I.length ? I.join("/") + "/" : "./", w.baseUrl = T), u = u.replace(U, ""), g.jsExtRegExp.test(u) && (u = O), w.deps = w.deps ? w.deps.concat(u) : [u], !0
});