diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index 598a9db..30b4e06 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -1578,7 +1578,7 @@ function instagram_posts_embedding_init(options) { $link.before($imgLink); - if ( ! options.is('option_embedding_instagram_posts_orig_link')) { + if (options.is('option_embedding_remove_original_link')) { $link.remove(); } } diff --git a/chrome_point_plus/options.html b/chrome_point_plus/options.html index 10a1f6d..615ae3f 100644 --- a/chrome_point_plus/options.html +++ b/chrome_point_plus/options.html @@ -127,15 +127,10 @@ -
- - - - -
+