Remove span element from ignored nodes

This commit is contained in:
varjolintu 2024-12-21 08:54:14 +02:00
parent a277d6c8b9
commit 3cb0281264

View file

@ -20,7 +20,6 @@ kpxcObserverHelper.ignoredNodeNames = [
'HTML',
'LINK',
'SCRIPT',
'SPAN',
'VIDEO',
];