summaryrefslogtreecommitdiff
path: root/backend/injector.py
AgeCommit message (Collapse)Author
2022-10-15Developer menu (#211)v2.3.0-pre1AAGaming
* add settings utils to use settings outside of components * initial implementation of developer menu * ✨ Add support for addScriptToEvaluateOnNewDocument * React DevTools support * increase chance of RDT successfully injecting * Rewrite toaster hook to not re-create the window * remove friends focus workaround because it's fixed * Expose various DFL utilities as DFL in dev mode * try to fix text field focuss * move focusable to outside field * add onTouchEnd and onClick to focusable * Update pnpm-lock.yaml Co-authored-by: FinalDoom <7464170-FinalDoom@users.noreply.gitlab.com> Co-authored-by: TrainDoctor <traindoctor@protonmail.com>
2022-08-29Moved traceback to higher log level for cleaner logsTrainDoctor
2022-08-17Fix log spam from injection related errorsv2.0.5-pre11TrainDoctor
2022-07-15more updater fixesv2.0.4-f015e00-preAAGaming
2022-07-13fix get_tabs oopsiev2.0.4-preAAGaming
2022-05-26display overhaul, compatibility with legacy plugins, fixesmarios
2022-05-13Work on react frontend loaderJonas Dellinger