All this little script does is make it so the WebGL engine can actually download and use the texture file on the 3D interface.
// ==UserScript==
// @name Godville 3D Fix
// @namespace L34k3d's Mini Tweaks/Fixes
// @include http://godvillegame.com/superhero
// @version 1
// @grant none
// @description All this little script does is make it so the WebGL engine can actually download and use the texture file on the 3D interface.
// ==/UserScript==
window.onload = function () {
earthTexture.image.crossOrigin="Anonymous";
}