Content deleted Content added
←Created page with 'function showAutoCrop () { load = importScript('User:Codehydro/Auto CSS image crop/functions.js'); document.body.appendChild(document.createElement("div")).id...' |
mNo edit summary |
||
Line 3:
document.body.appendChild(document.createElement("div")).id = "autotemp";
autotemp.style.cssText = "position:fixed;top:25vh;width:50%;height:50vh;";
}
if(window
load = importScript('User:Codehydro/Auto CSS image crop/functions.js');
} else if (!window
//(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>";
}
|