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