mirror of
https://github.com/wassname/RubberGlove.git
synced 2026-06-27 16:43:55 +08:00
6 lines
282 B
JavaScript
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);
|
|
} |