this post was submitted on 07 Oct 2023
31 points (97.0% liked)
Firefox
20497 readers
6 users here now
/c/firefox
A place to discuss the news and latest developments on the open-source browser Firefox.
Rules
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
Reporting
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just a theory as I haven't looked into this yet. It could be that despite the
loading="lazy"
behaviour being disabled in the config, the website may be using some kind of polyfill to replicate the behaviour using javascript?What happens if you disable javascript and test both pages? (javascript.enabled=false, ublock, noscript, etc)
Yeah, that's what I meant with "I understand that the
dom.image-lazy-loading.enabled
setting may not work with custom lazy loading implementations." and asked for different solutions.Good idea! It works with the 2nd one, but Behance doesn't even load without JS.
Thanks for the help!
What you can do now is use either ublock or noscript to narrow down exactly which javascript files are doing the lazy loading and selectively blocking just those. That way you may be able to run the javascript required for the page to function and only disable the lazy loading.
It may be worth for the most visited pages (like Behance), but I was hoping to find a more general solution.
Thanks