Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
Hey,
With OGame v7, the script was "Loading..." for infinity on my computer. I solved this by replacing :
var isPageMovement = (document.location.href.indexOf("component=page") != -1);
by var isPageMovement = (document.location.href.indexOf("component=movement") != -1);
and :
var page = settings.url.replace(/^.page=([a-zA-Z]).$/,"$1");
by var page = settings.url.replace(/^.component=([a-zA-Z]).$/,"$1");
Hope this will be helpful.
Regards