This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name ChatGPT Exporter | |
// @name:zh-CN ChatGPT Exporter | |
// @name:zh-TW ChatGPT Exporter | |
// @namespace pionxzh | |
// @version 2.6.1 | |
// @author pionxzh | |
// @description Easily export the whole ChatGPT conversation history for further analysis or sharing. | |
// @description:zh-CN 轻松导出 ChatGPT 聊天记录,以便进一步分析或分享。 | |
// @description:zh-TW 輕鬆匯出 ChatGPT 聊天紀錄,以便進一步分析或分享。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Google Sheets UI Restore | |
// @namespace https://myjumbledweb.com/ | |
// @version 1.0 | |
// @description Restore Google Sheets to the classic Material theme | |
// @author Alexander Rosenberg | |
// @match https://docs.google.com/spreadsheets/d/*/edit* | |
// @grant none | |
// ==/UserScript== |