更新 hook_conversions.js
parent
0370063b48
commit
1613f15825
|
|
@ -1,4 +1,5 @@
|
|||
console.log("Script loaded successfully");
|
||||
|
||||
Java.perform(function() {
|
||||
var URL = Java.use('java.net.URL');
|
||||
URL.$init.overload('java.lang.String').implementation = function(spec) {
|
||||
|
|
@ -8,10 +9,3 @@ Java.perform(function() {
|
|||
return this.$init(spec);
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Reference in New Issue