first commit
This commit is contained in:
commit
85df586b7b
1 changed files with 13 additions and 0 deletions
13
chatgpt-addon.user.js
Normal file
13
chatgpt-addon.user.js
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue