dnsev / 4cs

Media player userscript, steganographic embedding
https://dnsev.github.io/4cs
15 stars 3 forks source link

Media Player won't embed Youtube videos on frontpage with newest Appchan X #47

Closed SamuraiCaveman closed 10 years ago

SamuraiCaveman commented 10 years ago

Since the Appchan X 2.6.4 update (and also in 2.7), the 4chan Media Player has stopped embedding YT links on the frontpage. Inside of threads everything is still fine.

4535

Firefox 26.0 Greasemonkey 1.13 Appchan 2.7.0 (the issue was also in 2.6.4)

(I didn't know whether to post this here or on the Appchan issues page so I posted it on both)

zixaphir commented 10 years ago

I'm fairly certain this is an issue with 4chan X's new-ish Index features. @MayhemYDG hasn't really documented either yet, but two events were added with this feature to monitor and respond to Index changes. They are 'IndexBuild', which contains all added nodes as part of it's event.detail, and 'IndexRefresh', which does not.

Or one could completely circumvent 4chan X's API and just reparse the page with mutationObserver.

dnsev commented 10 years ago

Fixed in 5.0/cl