Posts by info

    Hi everyone. great, thanks to whoever created this even if temporary. I found an error that gives me, and I changed the code of the button that appears in the spy reports. I also added the language. From the screens, if you want, you can set the default language


    this is part of the original code:

    window.open("https://battlesim.logserver." + GM_getValue("domain") + "/?SR_KEY=" + $(this).attr("code") + "#prefill=" + getPrefill(planetId));

    original_script.png


    I changed it like this:

    window.open("https://battlesim.logserver.org/it?SR_KEY=" + $(this).attr("code") + "#prefill=" + getPrefill(planetId));

    original_script_mod_button_link.png



    I hope it's useful