From 85df586b7b6aea5319a638d796ffddaf39fe373e Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Tue, 21 May 2024 07:58:44 +0200 Subject: [PATCH] first commit --- chatgpt-addon.user.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 chatgpt-addon.user.js diff --git a/chatgpt-addon.user.js b/chatgpt-addon.user.js new file mode 100644 index 0000000..75f729a --- /dev/null +++ b/chatgpt-addon.user.js @@ -0,0 +1,13 @@ +// ==UserScript== +// @name New script chatgpt.com +// @namespace Violentmonkey Scripts +// @match https://chatgpt.com/c/* +// @grant none +// @version 1.0 +// @author - +// @description 21.5.2024, 07:19:14 +// ==/UserScript== + +let hallo = document.getElementsByClassName("group/conversation-turn"); + +console.log(hallo);