diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index 97fe039..563fe4e 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -36,7 +36,8 @@ $(document).ready(function() { } // Posts if (options.option_fancybox_posts == true) { - $('.post-id a').attr('data-fancybox-type', 'iframe').fancybox({ + // Excluding some sort of piece-of-shit makeup + $('.post-id a').not('#comments .post-id a, #top-post .post-id a').attr('data-fancybox-type', 'iframe').fancybox({ maxWidth: 780 }); } diff --git a/chrome_point_plus/options.html b/chrome_point_plus/options.html index cd26adb..2a6d5b1 100644 --- a/chrome_point_plus/options.html +++ b/chrome_point_plus/options.html @@ -30,7 +30,7 @@
- +