diff --git a/src/classes/Post.coffee b/src/classes/Post.coffee index e3a2b0cf8..9770e7edd 100644 --- a/src/classes/Post.coffee +++ b/src/classes/Post.coffee @@ -10,8 +10,6 @@ class Post href = el.href href = href.replace /(^\w+:\/\/boards.4chan.org\/[^\/]+\/thread\/\d+)\/.*/, '$1' el.setAttribute 'href', href - for el in $$ 'a[rel=canonical]', root2 - el.removeAttribute 'rel' for el in $$ 'img[src]', root2 el.src = el.src.replace /(spoiler-\w+)\d(\.png)$/, '$11$2' Fourchan.code.call nodes: comment: $ '.postMessage', root2