first commit

This commit is contained in:
ZennDev1337 2024-05-21 07:58:44 +02:00
commit 85df586b7b

13
chatgpt-addon.user.js Normal file
View file

@ -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);