1 2 3 4 5 6 7
<!DOCTYPE html> <link rel="stylesheet" href="data:image/png,"> <script> window.onload = function() { document.styleSheets[0].insertRule("* { marker: url(#a); }", 0); }; </script>