【踩坑记录】pyppeteer: RuntimeWarning: Enable tracemalloc to get the object allocation traceback
摘要:在启用拦截器拦截响应时抛出错误(如标题),且拦截失败 我的代码: async def runBrowser(url, pageData, UserAgent=None): from pyppeteer.network_manager import Response async def get_con
阅读全文
JS hook cookie生成
摘要:hook 脚本: (function() { "use strict"; var cookieTemp = ""; Object.defineProperty(document, "cookie", { set: function(val) { // FSSBBIl1UgzbN7N80T 改为自己要
阅读全文
删除指定网站下的Cookie数据(Chrome)
摘要:环境:Google Chrome 版本 100.0.4896.127(正式版本) (64 位) 步骤: 点击浏览器右上角的 三个点 打开设置(或直接在网址栏输入 chrome://settings/) 在设置页面的 搜索栏输入 Cookie 及其他网站数据搜索出如下图 点击 Cookie 及其他网站
阅读全文