我可以在代码中手动放置一个断点,然后修改该值并恢复执行。通过chrome扩展自动执行此操作是否可行?
'"dfffeiijig"': function(e, t, a) {
"use strict";
function n(e) {
return e && e.__esModule ? e : {
"default": e
}
}
function i(e, t, a) {
return (0,
l.aesCbcEncrypt)(e, new Uint8Array(a)).then(function(e) {
return new d.HmacSha256(t).sign(e).then(function(t) {
return p.build(t, e).readBuffer()
})
})
}
我要在函数中修改'a'。