The dev made the activation in a very weird way. TL;DR is that both do the same thing. Regardless if you activate the version specific or the "unlock all" one. The code simply checks if one of them is activated and if it is, it will let you access the in-game guide.
It's a mess on an attempt at preventing people from getting the guide for free and it's intermingling javascript and qsp with (I think) the intended goal of confusing whoever is looking at the qsp code. But either way, the javascript HAS to point to another qsp code block, so you can just change it so it skips the javascript. Which is what I did.
I will remove the whole thing once I get some proper time.