Unlocker Code for console (press f12 and hit console, copy paste code below and press enter) :
gallery unlock for all characters, just replace "aunt" in example with chosen character.
works for every version i think
example1
"
SugarCube.State.active.variables.aunt.gallery.forEach(function(item,index){SugarCube.State.active.variables.aunt.gallery[index]=1;console.log(item,index)})
"
example2
"
SugarCube.State.active.variables.bernice.gallery.forEach(function(item,index){SugarCube.State.active.variables.bernice.gallery[index]=1;console.log(item,index)})
"