diff --git a/builds/appchan-x.user.js b/builds/appchan-x.user.js index b7f4f9438..cd5725913 100644 --- a/builds/appchan-x.user.js +++ b/builds/appchan-x.user.js @@ -153,7 +153,7 @@ 'Images': { 'Image Expansion': [true, 'Expand images.'], 'Image Hover': [true, 'Show full image on mouseover.'], - 'Gallery': [false, 'Adds a cute gallery.'], + 'Gallery': [true, 'Adds a cute gallery.'], 'Sauce': [true, 'Add sauce links to images.'], 'Reveal Spoiler Thumbnails': [false, 'Replace spoiler thumbnails with the original image.'], 'Replace GIF': [false, 'Replace thumbnail of gifs with its actual image.'], diff --git a/builds/crx/script.js b/builds/crx/script.js index 723865d2d..d04deafac 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -134,7 +134,7 @@ 'Images': { 'Image Expansion': [true, 'Expand images.'], 'Image Hover': [true, 'Show full image on mouseover.'], - 'Gallery': [false, 'Adds a cute gallery.'], + 'Gallery': [true, 'Adds a cute gallery.'], 'Sauce': [true, 'Add sauce links to images.'], 'Reveal Spoiler Thumbnails': [false, 'Replace spoiler thumbnails with the original image.'], 'Replace GIF': [false, 'Replace thumbnail of gifs with its actual image.'], diff --git a/src/General/Config.coffee b/src/General/Config.coffee index 7ec581c39..919e3e766 100755 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -128,7 +128,7 @@ Config = 'Show full image on mouseover.' ] 'Gallery': [ - false + true 'Adds a cute gallery.' ] 'Sauce': [