diff --git a/4chan_x.user.js b/4chan_x.user.js index 2a6644cf6..a0674ced7 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -705,7 +705,7 @@ country: function(post) { var flag; if (flag = $('.countryFlag', post.el)) { - return flag.title.replace('Country: ', ''); + return flag.title; } return false; }, diff --git a/script.coffee b/script.coffee index ca2f1e09c..06b6fa052 100644 --- a/script.coffee +++ b/script.coffee @@ -558,7 +558,7 @@ Filter = text.join '' country: (post) -> if flag = $ '.countryFlag', post.el - return flag.title.replace 'Country: ', '' + return flag.title false filename: (post) -> {fileInfo} = post