更换获取方式方法

This commit is contained in:
aixianling
2023-08-15 17:09:00 +08:00
parent 2b142153d5
commit 2d12360655
7 changed files with 48 additions and 41 deletions

View File

@@ -1 +1,10 @@
console.log('hello world content todo something~')
console.log('hello world content todo something~')
if (window["webpackJsonp"] && location.href.indexOf("kuajing.pinduoduo.com") > -1) {
chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
if (request.type == 'genAnti') {
// window["webpackJsonp"]
sendResponse("kubbo")
}
})
}