N
Size: a a a
N
B
B
B
B
M
const getMutationObserver = (b) => {
if (!b) return;
new MutationObserver((mutationList) => {
mutationList.forEach((mutation) => {
mutation.addedNodes.forEach((node) => {
if (node.tagName.toLowerCase().indexOf("if") === 0) {
M
N
B
N
B
B
N
B
N
B
B
B