@@ -187,7 +187,9 @@ export function main() {
// 处理搜索日志
if (item.request.uri.startsWith('/api?query=')) {
const url = decodeURI(item.request.uri)
console.log(url)
const regex = /text:"([^"]*)"/g
const match = regex.exec(url)
console.log(match)
return
}
})
The note is not visible to the blocked user.