Content deleted Content added
mNo edit summary |
m loading bug |
||
Line 3:
document.body.appendChild(document.createElement("div")).id = "autotemp";
autotemp.style.cssText = "position:fixed;top:25vh;width:50%;height:50vh;";
}
function loadInit () {
if (window.initAutoCrop) initAutoCrop();
else setTimeout(loadInit, 99);
}
if(window.autocrop) {
load = importScript('User:Codehydro/Auto CSS image crop/functions.js');
} else if (!window.DisableAutoCropEverywhere) {
//(userUL = window["p-personal"].getElementsByTagName("ul")[0]).insertBefore(CropPanel = document.createElement("li"), userUL.childNodes[window["AutoCropPos"] || -1]).innerHTML = "<a href='javascript:showAutoCrop();'>CSS image crop</a>";
|