Compare commits

..

2 commits

Author SHA1 Message Date
scarf
69a30984b0
Merge bd44638691 into f27361f017 2024-09-17 06:13:51 +00:00
scarf
bd44638691
Update src/plugins/noDevtoolsWarning/index.ts
Co-authored-by: v <vendicated@riseup.net>
2024-09-17 15:13:49 +09:00

View file

@ -21,7 +21,7 @@ import definePlugin from "@utils/types";
export default definePlugin({
name: "NoDevtoolsWarning",
description: "Disables the 'HOLD UP' banner in the console. Also stops random logouts when using DevTools.",
description: "Disables the 'HOLD UP' banner in the console. Also stops random logouts & token hiding when using DevTools.",
authors: [Devs.Ven],
patches: [{
find: "setDevtoolsCallbacks",