Git Product home page Git Product logo

chrome-cookie-extence's Introduction

谷歌拓展:解决90+版本后cookie携带问题

解决方案

通过chrome拓展插件提供的webRequestBlocking API和cookie API实现强制携带cookie

使用指南

下载 插件 ,点击Chrome浏览器右上角… =>更多工具=>拓展程序

打开开发者模式,拖入zip文件,立即生效

右上角插件按钮可以将插件固定在顶端

本地调试项目

  • git clone 仓库地址

  • npm i

  • npm run watch

会生成build文件夹,将文件夹拖入谷歌拓展中。支持热更新。

  • 打包发布 npm run build

会生成build文件夹,打包成zip发布


更新说明:

0.1.1 修复了百度网盘和谷歌账号验证时出现的无法成功跳转的问题

0.1.2 修复了initiator和url不一致时的解析逻辑

0.1.3 【不携带cookie的白名单】验证时机提前

0.1.4 添加不携带cookie的白名单,添加建议关闭的文案

0.2.0 添加强制替换cookie的配置

0.2.1 支持对ip地址型domain的支持


This project is powered by chirpmonster

chrome-cookie-extence's People

Contributors

chirpmonster avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.