Files
RubberGlove/js/scriptCleanup.js

6 lines
282 B
JavaScript

var scriptCleanupFunction = function() {
if(document.currentScript.id == '_RubberGlove_removeHead')
document.currentScript.parentNode.parentNode.removeChild(document.currentScript.parentNode);
else
document.currentScript.parentNode.removeChild(document.currentScript);
}