ChatGPT-Addon/chatgpt-addon.user.js

14 lines
343 B
JavaScript
Raw Normal View History

2024-05-21 07:58:44 +02:00
// ==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);