-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmeetPrivacy.js
54 lines (53 loc) · 1.14 KB
/
meetPrivacy.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
!(function (e) {
var t = {};
function n(r) {
if (t[r]) return t[r].exports;
var o = (t[r] = {
i: r,
l: !1,
exports: {},
});
return e[r].call(o.exports, o, o.exports, n), (o.l = !0), o.exports;
}
(n.m = e),
(n.c = t),
(n.d = function (e, t, r) {
n.o(e, t) ||
Object.defineProperty(e, t, {
configurable: !1,
enumerable: !0,
get: r,
});
}),
(n.r = function (e) {
Object.defineProperty(e, "__esModule", {
value: !0,
});
}),
(n.n = function (e) {
var t =
e && e.__esModule
? function () {
return e.default;
}
: function () {
return e;
};
return n.d(t, "a", t), t;
}),
(n.o = function (e, t) {
return Object.prototype.hasOwnProperty.call(e, t);
}),
(n.p = ""),
n((n.s = 835));
})({
835: function (e, t, n) {
"use strict";
window.onload = () => {
const e = document.querySelector(
'div[role="button"][aria-label$=" + e)"][data-is-muted="false"]'
);
e && e.click();
};
},
});