Source code
Revision control
Copy as Markdown
Other Tools
<img src="foo" srcset="bar">
<script>
document.querySelector("img").removeAttribute('src');
</script>
<img src="foo" srcset="bar">
<script>
document.querySelector("img").removeAttribute('src');
</script>