modernkilla82

REEE

May 7th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. 'use strict';
  2. (async() => {
  3. let res = await new Promise((f) => {
  4. let falseySection = [[], {
  5. _ : (fn, a, n) => {
  6. return f(n);
  7. }
  8. }, [["_"]]];
  9. if (typeof webpackJsonp === "object") {
  10. webpackJsonp.push(falseySection);
  11. } else {
  12. webpackJsonp(...falseySection);
  13. }
  14. });
  15. delete res.m["_"];
  16. delete res.c["_"];
  17. for (let i in res.c) {
  18. if (res.c.hasOwnProperty(i)) {
  19. let m = res.c[i].exports;
  20. if (m && res.c[i].exports.isDeveloper === false) {
  21. Object.defineProperty(res.c[i].exports, "isDeveloper", {
  22. get : (do_not_create) => {
  23. return true;
  24. },
  25. set : (newTransaction) => {
  26. return newTransaction;
  27. },
  28. configurable : true
  29. });
  30. }
  31. }
  32. }
  33. })();
Add Comment
Please, Sign In to add comment