Skip to content

Instantly share code, notes, and snippets.

View alex-rosenberg35's full-sized avatar

Alexander Rosenberg alex-rosenberg35

View GitHub Profile
@alex-rosenberg35
alex-rosenberg35 / chatgpt-exporter-2.6.1-mod.user.js
Created April 9, 2023 23:06
ChatGPT Exporter 2.6.1 with create_time and update_time
// ==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 聊天紀錄,以便進一步分析或分享。
@alex-rosenberg35
alex-rosenberg35 / google_sheets_ui_restore.js
Last active March 25, 2023 12:06
Google Sheets Classic Material Theme User Script
// ==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==