Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
-->
<style>
img {
-moz-context-properties: fill;
fill: green;
}
</style>
<img style="width: 100px; height: 100px;">
<script>
let domain = location.search.substring(1);
let img = document.querySelector("img");
</script>