Skip to content

Commit

Permalink
Remove unrelated links from 동아일보 (Fix #156)
Browse files Browse the repository at this point in the history
  • Loading branch information
yous committed Jun 22, 2015
1 parent 5268a36 commit f27a5e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jews.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,9 @@ parse['동아일보'] = function (jews) {
$('.article_relation', content).remove();
$('.t_sns', content).remove();
$('[alt="기자의 다른기사 더보기"]', content).parent().remove();
$('.cha_link', content).each(function () {
$(this).parent().remove();
});
return clearStyles(content).innerHTML;
})();
jews.timestamp = {
Expand Down

0 comments on commit f27a5e5

Please sign in to comment.