diff --git a/4chan_x.user.js b/4chan_x.user.js index 77b77af9e..928bd76dd 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1545,7 +1545,6 @@ }; if (node = (_ref = $('table font b')) != null ? _ref.firstChild : void 0) { textContent = node.textContent, href = node.href; - alert(textContent); data = JSON.stringify({ textContent: textContent, href: href diff --git a/script.coffee b/script.coffee index 490913faf..6c203490d 100644 --- a/script.coffee +++ b/script.coffee @@ -1201,7 +1201,6 @@ QR = $ = (css) -> document.querySelector css if node = $('table font b')?.firstChild {textContent, href} = node - alert textContent data = JSON.stringify {textContent, href} else if node = $ 'meta' data = node.content.match(/url=(.+)/)[1]