Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 945 Bytes

File metadata and controls

41 lines (23 loc) · 945 Bytes

Edge Copilot Patch

Language: 中文


This script patches the configuration file to solve the problem of disappearance of the Copilot icon in the upper right cornor of Edge Browser due to its use in regions of which relevant services are unsupported (e.g. China Mainland and Russia).

Environment

  • Python3

  • Supported OS: Windows10+, macOS and Linux

  • Edge version: >=119

Note

Running this script will force your Edge browser to shut down!

Usage

  1. Download this project then enter into the project directory

  2. Download necessary python package

pip3 install -r requirements.txt
  1. Run the script
python patch_edge_copilot.py

Wait for the script to finish executing, and then the Copilot icon will appear.

References

解决新版Edge浏览器右上角不显示Copilot图标的问题