Google Chrome Extension - prevent cookie on jquery ajax request or Use a chome.extension

前端 未结 2 1451
盖世英雄少女心
盖世英雄少女心 2021-01-15 03:07

I have a great working chrome extension now.

It basically loops over a list of HTML of a web auction site, if a user has not paid for to have the image shown in the

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-15 03:45

    Presumably this AJAX interaction is being run from a content script? Could you run it from the background page instead and pass the data to the content script? I belive the background page operates in a different context and shouldn't send the normal cookies.

提交回复
热议问题