Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
davidweatherall
6y ago
0 comments
Share
I imagine anti-lazyloading extensions will start appearing soon.
0 comments
default
newest
oldest
mantas
6y ago
And that's exactly why common API for lazyloading is awesome. It's a PITA to write such extension when everybody is using custom approaches for lazyloading. Once there's a common API, there will be a common approach to override it.
rasz
6y ago
whole extension:
document.querySelectorAll("img[loading]").forEach(function(e){e.loading="";})
j
/
k
navigate · click thread line to collapse