mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00
Remove debug statement
This commit is contained in:
parent
ada047fba8
commit
76f8976646
@ -111,7 +111,7 @@ window.fetch = async (...args) => {
|
|||||||
|
|
||||||
|
|
||||||
const observer = new MutationObserver((mutationList) => {
|
const observer = new MutationObserver((mutationList) => {
|
||||||
console.log("Fix mutated elements...", mutationList);
|
// console.log("Fix mutated elements...", mutationList);
|
||||||
mutationList.forEach((mutation) => {
|
mutationList.forEach((mutation) => {
|
||||||
if (mutation.type == 'childList') {
|
if (mutation.type == 'childList') {
|
||||||
Array.from(mutation.target.querySelectorAll("a")).forEach( a => {
|
Array.from(mutation.target.querySelectorAll("a")).forEach( a => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user