Security / Android compat / Functional extension

This commit is contained in:
Anuken
2019-12-06 21:57:47 -05:00
parent c85847567d
commit 2b49c300f8
15 changed files with 106 additions and 58 deletions
+1 -8
View File
@@ -1,9 +1,2 @@
this["$SCRIPT_NAME$"] = function(){
$CODE$
};
try{
this["$SCRIPT_NAME$"]();
}catch(e){
print(e)
}
$CODE$