rm debugging alert
This commit is contained in:
parent
dcad8e1686
commit
97bbe87e40
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user