diff --git a/chrome_point_plus/_locales/en/messages.json b/chrome_point_plus/_locales/en/messages.json index d85c33b..d34fa8f 100644 --- a/chrome_point_plus/_locales/en/messages.json +++ b/chrome_point_plus/_locales/en/messages.json @@ -87,10 +87,7 @@ "message": "Pleer.com ▼" }, "option_embedding_coubcom": { - "message": "Coub.com ▼" - }, - "option_embedding_coubcom_orig_link": { - "message": "Leave original link" + "message": "Coub.com" }, "option_embedding_twitter_tweets": { "message": "Twitter" diff --git a/chrome_point_plus/_locales/ru/messages.json b/chrome_point_plus/_locales/ru/messages.json index f8f6902..05a51e1 100644 --- a/chrome_point_plus/_locales/ru/messages.json +++ b/chrome_point_plus/_locales/ru/messages.json @@ -87,10 +87,7 @@ "message": "Pleer.com ▼" }, "option_embedding_coubcom": { - "message": "Coub.com ▼" - }, - "option_embedding_coubcom_orig_link": { - "message": "Не убирать ссылку" + "message": "Coub.com" }, "option_embedding_twitter_tweets": { "message": "Twitter" diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index 30b4e06..269d263 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -1171,7 +1171,7 @@ function parse_coub_links(current_options) { obj.parentElement.insertBefore(player, obj); - if (current_options.is('option_embedding_coubcom_orig_link', false)) { + if (current_options.is('option_embedding_remove_original_link')) { $(obj).hide(); } } diff --git a/chrome_point_plus/options.html b/chrome_point_plus/options.html index 615ae3f..5fa18fa 100644 --- a/chrome_point_plus/options.html +++ b/chrome_point_plus/options.html @@ -112,15 +112,10 @@ -
- - - - -
+