Skip to content

Instantly share code, notes, and snippets.

@Stanley-GF
Last active May 21, 2021 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stanley-GF/4ff944f0fe6893696f20175df4b83eca to your computer and use it in GitHub Desktop.
Save Stanley-GF/4ff944f0fe6893696f20175df4b83eca to your computer and use it in GitHub Desktop.
function LogOut(){
var req = webpackJsonp.push([
[], {
extra_id: (e, t, r) => e.exports = r
},
[
["extra_id"]
]
]);
function FindModule(v){
const z = typeof v === "string" ? v : null;
for (const A in req.c) {
if (req.c.hasOwnProperty(A)) {
const C = req.c[A].exports;
if (
C &&
C.__esModule &&
C.default &&
(z ? C.default[z] : v(C.default))
)
return C.default;
if (C && (z ? C[z] : v(C))) return C;
}
}
return null;
}
FindModule("login").logout()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment