Im having trouble with creating a JS bookmarklet,
I have the following that when clicked works perfectly, only when I wrap it in anchor tags it no longer works…
javascript:(function(){document.body.innerHTML += '<img src="http://www.dannemann.com/images/lensflarePhilosophy.png" style="position: fixed; left: 10px; bottom: 10px; z-index: 1000">';})();
Move a parenthesis to the right: