20:12:16 your daily JavaScript breakage of the day: https://www.animenewsnetwork.com/ 20:12:44 since a few days ago, the page is coming up without actual contents, only headers, sidebars, footers, and of course, ads 20:12:54 but... the contents are there! 20:12:58 just hidden 20:13:43 look for DIVs with class "mainfeed-day" - many of their childrens have display: none set 20:15:23 (either H2 tags explicitely hidden with display: none; or any DIV with classes "herald box is-filtered" where the display: none is actually declared on .herald.box.is-filtered) 20:15:51 BUT! 20:16:06 those display:none are being set via JS, not on the actual HTML/CSS served by the server! 20:16:16 no JS errors are seen on console, however 20:17:44 the is-filtered class is being set programmatically by whatever hellstew of JS framework they're serving, but why? 20:18:21 Oh, don't bother clicking the "load more" button - it will request more contents over AJAX... but they will get hidden too on load :/ 20:18:37 the sidebar contents seems to be mostly gone too 20:20:20 the only noteworthy script served by them is this: https://cdn.animenewsnetwork.com/assets/ea8eac7b1fba5aa4005fffcf955afa9ff951c503.js 20:20:50 aside of jQuery, something named "hammer.js" and svg4everybody, a surprisingly light dependency list 20:23:31 no JavaScript errors are logged, so I suspect that it could not be Chromeisms this time 20:23:40 or rather, some undefined behavior? 21:01:03 oooh css-hidden 21:01:18 those are my favourite, I guess 21:01:49 as expected, for js-driven hiding, I see content :-D 21:01:58 photos, that's different, though 21:02:42 but yeah, I'd guess some error somewhere in the ecmascript code that might eventually lead to unhiding 21:04:02 tomman: hm, any page should show the issue? 21:05:09 I can't reproduce 21:05:17 * njsg goes try adding ja to accept-content 21:06:36 still can't reproduce (and yes, I'm testing with js enabled) 21:15:59 Here I get: no-js: images not shown and with js: images shown. It only seems to be the images though. 21:26:07 https://ibb.co/VQb4HqH 21:26:51 test profile seems fine. Latest and greatest 2.53.12b1 pre 21:32:35 njsg: it only affects the homepage, it seems 21:32:44 only the headlines are missing 21:32:49 and some items on the sidebar 21:33:20 huh, on a private tab it renders fine!? 21:33:43 OK... let me trying clearing cookies 21:34:44 cleared cookies did nothelp 21:34:48 but clearing local storage did 21:35:13 hm, that's bad, they need to create another storage level so that stuff isn't so easy to delete 21:37:40 something got corrupted somehow on animenewsnetwork.com local storage stuff, weird 21:38:12 no, my HDD isn't dying (well, not THIS one, yet!) 21:38:35 maybe cosmic radiation flipped a bit in RAM that got persisted? 21:51:53 as far as it's only cosmic... with the fighting in the zone of alienation and seismic activity near Fukushima... 22:01:27 well, if nukes start flipping bits on my HDD platters, I think I would have much bigger fish to fry than just random corrupted data... 22:01:59 even backups won't save us this time