Cloning the entire DOM of a page can cause problems with event listeners, duplicate IDs, and in-page search. Request is to investigate using html2canvas or a similar script to render the minimap as a canvas element instead of using jQuery.clone().
I'm not much help here, but I would be glad to test everything.
Also I'm also gonna investigate canvas scripts available there and if something report it here (since html2canvas might be to heavy)
Cloning the entire DOM of a page can cause problems with event listeners, duplicate IDs, and in-page search. Request is to investigate using html2canvas or a similar script to render the minimap as a canvas element instead of using
jQuery.clone()
.