Skip to content

Commit cc7aa98

Browse files
committed
Corrected mutation.target.nodeName ref in log ↞ [auto-sync from https://github.com/adamlui/youtube-classic]
1 parent 8904716 commit cc7aa98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

youtube-classic/youtube-classic.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name YouTube™ Classic 📺 — (Remove rounded design + Return YouTube dislikes)
3-
// @version 2026.1.17.6
3+
// @version 2026.1.17.7
44
// @author Adam Lui, Magma_Craft, Anarios, JRWR, Fuim & hoothin
55
// @namespace https://github.com/adamlui
66
// @description Reverts YouTube to its classic design (before all the rounded corners & hidden dislikes) + redirects YouTube Shorts
@@ -1860,7 +1860,7 @@
18601860
}
18611861
return;
18621862
}
1863-
cLog('unexpected mutation observer event: ' + mutation.target + mutation.type);
1863+
cLog(`unexpected mutation observer event: ${mutation.target.nodeName} ${mutation.type}`)
18641864
})})
18651865
}
18661866

0 commit comments

Comments
 (0)