LetonGerman
LetonGerman
It's working for me in Firefox
Checked it on the main page, doesn't work for either now. Okay so apparently the ImprovedTube.childHandler function just skips processing span elements, so when the link to the channel is...
What I did is i changed the childHandler method https://github.com/code-charity/youtube/blob/5dbb0b7c1fda9207299926c009908d1de9041ecb/js%26css/web-accessible/functions.js#L4-L17 to handle cases when the span contains a link ``` if (node.nodeName === 'SCRIPT' || node.nodeName === 'iron-iconset-svg' || node.nodeName...