Giter Site home page Giter Site logo

headermoder's Introduction

ModHeader for chrome

功能

  • 一个chrome扩展插件
  • 在浏览网页时,为请求添加自定义请求头。
  • 记录所有请求内容并提供下载(可在下载的请求记录中查看添加的header内容)
  • image-20230228214328433

修改Header

  1. add headers in modHeader.json

    [
        {"name":"headerName1","value":"headerValue1"},
        {"name":"headerName2","value":"headerValue2"}
    ]

    empty as

    []
    
  2. run program

下载request

  • 下载request:点击插件,点击“下载Request记录”
  • 清空记录的request:点击插件,点击“清空Request记录”

安装

  • 方法一:浏览器扩展插件 - 开发者模式 - 加载已解压的插件 - 选中项目文件夹即可

  • 方法二:通过python代码启动

    options = webdriver.ChromeOptions();
    # "load-extension=path of ModHeader_Chrome"
    options.add_argument("load-extension=/home/xxx/ModHeader_Chrome"); 
    driver = webdriver.Chrome(chrome_options=options)

headermoder's People

Contributors

fire-knight avatar

Watchers

 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.