close

"javascript: var imageLink = document.getElementsByTagName("a"); for (i = 0; i < imageLink.length; i++) if (/\/post\/show\//.test(imageLink[i].href)) imageLink[i].href = imageLink[i].firstChild.src.replace(/preview\//,''); alert('done');"

This is not working on my firefox.