Results 204 comments of Rasz_pl

> https://github.com/code-charity/youtube/blob/96879c6e2ce0321d68b1a27f36251c9a92beba44/js%26css/web-accessible/functions.js#L72-L107 > > And it doesn't watch attributes & characterData. that function is so broken its not even funny, what is this clown car of a try catch chain?...

>ImprovedTube reopened this on Mar 31 why? is it still broken? Afaik both #1904 and https://github.com/code-charity/youtube/issues/2061 are fixed and can be closed

> hoarding open threads might improves a project opposite :) >avoiding duplicates When someone searches for an issue in github counts for both open and closed issues is shown right...

Hacky way would be popping out iframed YT video page with manually removed video and suggestion sections

> we can add commits here o replace the 17+ times ===! false here with noticing when the key was removed. 1 No need, this commit works as is. nothing...

It was soo long I will need to go over the code again to resolve all merge conflicts > to be merged after removing the inverted switches? ~~no, the patch...

Was watching a movie just now when it hit me - **NO**. We dont need to change anything for those =`== false` settings because after this patch those can all...

display:none elements are practically free, engine treats them like code comments, manipulating DOM leads to costly repaint and will break when YT JS tries to do something depending on an...

yesss personally I use this userscript ``` document.addEventListener('DOMSubtreeModified', function (e){ ..... } else if (event.target.tagName && (event.target.tagName == 'YT-HORIZONTAL-LIST-RENDERER' || event.target.tagName == 'YTD-SECTION-LIST-RENDERER' || event.target.tagName == 'YTD-ITEM-SECTION-RENDERER' || event.target.tagName ==...

you remove one of two, so it shows just the other one