Skip to content

Commit fc0f3b5

Browse files
committed
Upddated img src URLs
1 parent 487f777 commit fc0f3b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chatgpt.js-greasemonkey-starter.user.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// @description A Greasemonkey template to start using chatgpt.js like a boss
44
// @author chatgpt.js
55
// @namespace https://chatgpt.js.org
6-
// @version 2025.1.1
6+
// @version 2025.1.20
77
// @license MIT
8-
// @icon https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.4.0/starters/greasemonkey/media/images/icons/robot/icon48.png
9-
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.4.0/starters/greasemonkey/media/images/icons/robot/icon64.png
8+
// @icon https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.4.0/starters/greasemonkey/assets/images/icons/robot/icon48.png
9+
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js@3.4.0/starters/greasemonkey/assets/images/icons/robot/icon64.png
1010
// @match *://chatgpt.com/*
1111
// @match *://chat.openai.com/*
1212
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.4.0/dist/chatgpt.min.js

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
<br>
66

7-
<img src="../media/images/screenshots/chatgpt-userscript-on.png">
7+
<img src="../assets/images/screenshots/chatgpt-userscript-on.png">
88

99
_For advanced Greasemonkey API methods, see: https://wiki.greasespot.net/Greasemonkey_Manual:API_

0 commit comments

Comments
 (0)