Copilot Bulk Delete

Bulk delete chats in Copilot

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
php w
Denně instalací
0
Celkem instalací
4
Hodnocení
0 0 0
Verze
1.3
Vytvořeno
20. 06. 2026
Aktualizováno
22. 07. 2026
velikost
13,6 KB
Licence
MIT
Spustit na

📖 Overview

Allow bulk deleting selected chats in Copilot.

Not work in Edge as hardcoded, detail please see this thread

Maintenance Note: This script is for personal usage and will not be actively maintained or updated.


🛠️ How it works

  1. Opt the check box for the chats you want to delete
  2. Click "Confirm Bulk Delete"
  3. Wait until deletion process finishes

⚙️ Settings

CSS selectors used in this script (at top of the code) may need to be changed to adapt the updates of website structure. All CSS selectors used:

  • chatContainer: // the outermost container of invidual chat entry
  • moreButton: // the hamburger Menu Button in each invidual chat entry
  • deleteMenuItem: // the "Delete" button in the menu opened from hamburger Menu Button
  • confirmDeleteBtn: // "Confirm Delete" button in the pop-up window after clicking the deleteMenuItem

❓ FAQ

How do I find the CSS selector?

  1. Locate the target element on the page.
  2. Right-click > Inspect.
  3. In the DevTools window, right-click the highlighted element.
  4. Select Copy > Copy CSS selector.

🙏 Acknowledgments

  • AI assistance: this script was developed with the assistance of Gemini.
  • Inspiration: Gemini Bulk Delete

⚖️ Disclaimer

This script was developed with AI assistance. While tested, unforeseen issues or bugs may exist. Users assume all risks associated with using this script. The author is not responsible for any direct or indirect losses resulting from its use. Please comply with local laws and regulations.