<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


const scriptsInEvents = {

		async Gmlog_Event3_Act1(runtime, localVars)
		{
			if (document.location.ancestorOrigins[0] == null){
				runtime.setReturnValue(document.location.origin);
			}
			else{
				runtime.setReturnValue(document.location.ancestorOrigins[0]);
			}
		}

};

self.C3.ScriptsInEvents = scriptsInEvents;

</pre></body></html>