WaywardHeart

Results 4 comments of WaywardHeart

Videojs fixed this in videojs/video.js#7383, which landed in v7.15.1.

For those searches to work, the account owner needs to go to https://twitter.com/settings/search and uncheck "Hide sensitive content".

Note that, due to Invidious's CSP not allowing inline scripts, `javascript:void(0)` and attributes like `onclick` don't even do anything. Telling the browser to not follow links should be done by...

I looked into it, and the freeze is being caused by a mutation observer getting caught in an infinite loop. It looks like [Bug 1428246](https://bugzilla.mozilla.org/show_bug.cgi?id=1428246) should fix it.