han614698 han614698 loading

Gamer_Logan819 wrote:

Maximouse wrote:

han614698 wrote:

That would be an interesting addition to the extension.

Could it be changed locally with a script?
Try running the following in the editor's console (replace extensionName in the first line with the name of the extension in camelCase):
const redux = extensionName.eventTargets.tab[0].redux;
const session = redux.state.session.session;
session.flags.everything_is_totally_normal = true;
redux.dispatch({type: "SET_SESSION", session});
Would that work on all days?
Correct, it does not rely on AFD at all since there has been no changes to anything today.