@kudoai/chatgpt.js 2.6.6 → 2.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +9 -0
- package/README.md +345 -341
- package/chatgpt.js +2056 -2060
- package/dist/chatgpt.min.js +3 -3
- package/docs/README.md +36 -32
- package/docs/SECURITY.md +25 -25
- package/docs/USERGUIDE.md +9 -9
- package/docs/de/LICENSE.md +29 -29
- package/docs/de/README.md +35 -31
- package/docs/de/SECURITY.md +25 -25
- package/docs/es/LICENSE.md +29 -29
- package/docs/es/README.md +35 -31
- package/docs/es/SECURITY.md +25 -25
- package/docs/fr/LICENSE.md +29 -29
- package/docs/fr/README.md +35 -31
- package/docs/fr/SECURITY.md +25 -25
- package/docs/hi/LICENSE.md +29 -29
- package/docs/hi/README.md +35 -31
- package/docs/hi/SECURITY.md +25 -25
- package/docs/it/LICENSE.md +26 -26
- package/docs/it/README.md +35 -31
- package/docs/it/SECURITY.md +25 -25
- package/docs/ja/LICENSE.md +29 -29
- package/docs/ja/README.md +35 -31
- package/docs/ja/SECURITY.md +25 -25
- package/docs/ko/LICENSE.md +32 -32
- package/docs/ko/README.md +35 -31
- package/docs/ko/SECURITY.md +25 -25
- package/docs/ne/LICENSE.md +35 -35
- package/docs/ne/README.md +35 -31
- package/docs/ne/SECURITY.md +25 -25
- package/docs/nl/LICENSE.md +29 -29
- package/docs/nl/README.md +35 -31
- package/docs/nl/SECURITY.md +25 -25
- package/docs/pt/LICENSE.md +28 -28
- package/docs/pt/README.md +35 -31
- package/docs/pt/SECURITY.md +25 -25
- package/docs/vi/LICENSE.md +29 -29
- package/docs/vi/README.md +35 -31
- package/docs/vi/SECURITY.md +25 -25
- package/docs/zh-cn/LICENSE.md +29 -29
- package/docs/zh-cn/README.md +35 -32
- package/docs/zh-cn/SECURITY.md +25 -25
- package/docs/zh-tw/LICENSE.md +29 -29
- package/docs/zh-tw/README.md +36 -32
- package/docs/zh-tw/SECURITY.md +25 -25
- package/package.json +73 -73
- package/starters/chrome/LICENSE.md +31 -43
- package/starters/chrome/docs/README.md +93 -93
- package/starters/chrome/docs/SECURITY.md +17 -17
- package/starters/chrome/docs/de/LICENSE.md +31 -31
- package/starters/chrome/docs/de/README.md +93 -93
- package/starters/chrome/docs/es/LICENSE.md +31 -31
- package/starters/chrome/docs/es/README.md +93 -93
- package/starters/chrome/docs/fr/LICENSE.md +31 -31
- package/starters/chrome/docs/fr/README.md +93 -93
- package/starters/chrome/docs/hi/LICENSE.md +31 -31
- package/starters/chrome/docs/hi/README.md +93 -93
- package/starters/chrome/docs/hi/SECURITY.md +17 -17
- package/starters/chrome/docs/it/LICENSE.md +29 -29
- package/starters/chrome/docs/it/README.md +93 -93
- package/starters/chrome/docs/ja/LICENSE.md +31 -31
- package/starters/chrome/docs/ja/README.md +93 -93
- package/starters/chrome/docs/ko/LICENSE.md +34 -34
- package/starters/chrome/docs/ko/README.md +93 -93
- package/starters/chrome/docs/nl/LICENSE.md +31 -30
- package/starters/chrome/docs/nl/README.md +93 -93
- package/starters/chrome/docs/pt/LICENSE.md +31 -31
- package/starters/chrome/docs/pt/README.md +93 -93
- package/starters/chrome/docs/vi/LICENSE.md +31 -31
- package/starters/chrome/docs/vi/README.md +93 -93
- package/starters/chrome/docs/zh-cn/LICENSE.md +31 -31
- package/starters/chrome/docs/zh-cn/README.md +93 -93
- package/starters/chrome/docs/zh-cn/SECURITY.md +17 -17
- package/starters/chrome/docs/zh-tw/LICENSE.md +31 -31
- package/starters/chrome/docs/zh-tw/README.md +93 -93
- package/starters/chrome/extension/background.js +14 -14
- package/starters/chrome/extension/content.js +62 -62
- package/starters/chrome/extension/lib/chatgpt.js +2057 -2063
- package/starters/chrome/extension/lib/settings-utils.js +24 -24
- package/starters/chrome/extension/manifest.json +24 -24
- package/starters/chrome/extension/popup/index.html +62 -62
- package/starters/chrome/extension/popup/popup.js +92 -92
- package/starters/chrome/extension/popup/style.css +55 -55
- package/starters/docs/LICENSE.md +13 -25
- package/starters/docs/README.md +29 -29
- package/starters/docs/de/LICENSE.md +13 -13
- package/starters/docs/de/README.md +29 -29
- package/starters/docs/es/LICENSE.md +13 -13
- package/starters/docs/es/README.md +29 -29
- package/starters/docs/fr/LICENSE.md +13 -13
- package/starters/docs/fr/README.md +29 -29
- package/starters/docs/hi/LICENSE.md +13 -13
- package/starters/docs/hi/README.md +29 -29
- package/starters/docs/it/LICENSE.md +11 -11
- package/starters/docs/it/README.md +29 -29
- package/starters/docs/ja/LICENSE.md +13 -13
- package/starters/docs/ja/README.md +30 -30
- package/starters/docs/ko/LICENSE.md +16 -16
- package/starters/docs/ko/README.md +29 -29
- package/starters/docs/nl/LICENSE.md +13 -13
- package/starters/docs/nl/README.md +29 -29
- package/starters/docs/pt/LICENSE.md +13 -13
- package/starters/docs/pt/README.md +29 -29
- package/starters/docs/vi/LICENSE.md +13 -13
- package/starters/docs/vi/README.md +29 -29
- package/starters/docs/zh-cn/LICENSE.md +13 -13
- package/starters/docs/zh-cn/README.md +30 -30
- package/starters/docs/zh-tw/LICENSE.md +13 -13
- package/starters/docs/zh-tw/README.md +29 -29
- package/starters/greasemonkey/LICENSE.md +31 -43
- package/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +7 -7
- package/starters/greasemonkey/docs/README.md +7 -7
- package/starters/greasemonkey/docs/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/de/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/es/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/fr/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/hi/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/hi/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/it/LICENSE.md +29 -29
- package/starters/greasemonkey/docs/ja/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/ko/LICENSE.md +34 -34
- package/starters/greasemonkey/docs/nl/LICENSE.md +31 -30
- package/starters/greasemonkey/docs/pt/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/vi/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/zh-cn/LICENSE.md +31 -31
- package/starters/greasemonkey/docs/zh-cn/SECURITY.md +17 -17
- package/starters/greasemonkey/docs/zh-tw/LICENSE.md +31 -31
- package/LICENSE +0 -21
package/README.md
CHANGED
|
@@ -1,341 +1,345 @@
|
|
|
1
|
-
<div id="repo-cover" align="center">
|
|
2
|
-
|
|
3
|
-
<div align="center">
|
|
4
|
-
<h6>
|
|
5
|
-
<a href="https://github.com/
|
|
6
|
-
<picture>
|
|
7
|
-
<source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-white-padded-icon17x15.svg">
|
|
8
|
-
<img src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-padded-icon17x15.svg">
|
|
9
|
-
</picture>
|
|
10
|
-
</a>
|
|
11
|
-
English |
|
|
12
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/zh-cn#readme">简体中文</a> |
|
|
13
|
-
<a href="zh-tw#readme">繁體中文</a> |
|
|
14
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/ja#readme">日本</a> |
|
|
15
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/ko#readme">한국인</a> |
|
|
16
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/hi#readme">हिंदी</a> |
|
|
17
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/np#readme">नेपाली</a> |
|
|
18
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/de#readme">Deutsch</a> |
|
|
19
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/es#readme">Español</a> |
|
|
20
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/fr#readme">Français</a> |
|
|
21
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/it#readme">Italiano</a> |
|
|
22
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/nl#readme">Nederlands</a> |
|
|
23
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/pt#readme">Português</a> |
|
|
24
|
-
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/vi#readme">Việt</a>
|
|
25
|
-
</h6>
|
|
26
|
-
</div>
|
|
27
|
-
|
|
28
|
-
<br>
|
|
29
|
-
|
|
30
|
-
<
|
|
31
|
-
<
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
<
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
[" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-white-padded-icon17x15.svg">
|
|
8
|
+
<img src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-padded-icon17x15.svg">
|
|
9
|
+
</picture>
|
|
10
|
+
</a>
|
|
11
|
+
English |
|
|
12
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/zh-cn#readme">简体中文</a> |
|
|
13
|
+
<a href="zh-tw#readme">繁體中文</a> |
|
|
14
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/ja#readme">日本</a> |
|
|
15
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/ko#readme">한국인</a> |
|
|
16
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/hi#readme">हिंदी</a> |
|
|
17
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/np#readme">नेपाली</a> |
|
|
18
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/de#readme">Deutsch</a> |
|
|
19
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/es#readme">Español</a> |
|
|
20
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/fr#readme">Français</a> |
|
|
21
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/it#readme">Italiano</a> |
|
|
22
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/nl#readme">Nederlands</a> |
|
|
23
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/pt#readme">Português</a> |
|
|
24
|
+
<a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs/vi#readme">Việt</a>
|
|
25
|
+
</h6>
|
|
26
|
+
</div>
|
|
27
|
+
|
|
28
|
+
<br>
|
|
29
|
+
|
|
30
|
+
<a href="https://chatgpt.js.org">
|
|
31
|
+
<picture>
|
|
32
|
+
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/darkmode.png">
|
|
33
|
+
<img width=800 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/chatgpt.js/with-reflection/lightmode.png">
|
|
34
|
+
</picture>
|
|
35
|
+
</a>
|
|
36
|
+
|
|
37
|
+
### 🤖 A powerful client-side JavaScript library for ChatGPT
|
|
38
|
+
|
|
39
|
+
</div>
|
|
40
|
+
|
|
41
|
+
<br>
|
|
42
|
+
|
|
43
|
+
<div id="shields" align="center">
|
|
44
|
+
|
|
45
|
+
[](https://github.com/KudoAI/chatgpt.js/stargazers)
|
|
46
|
+
[](https://github.com/KudoAI/chatgpt.js/blob/main/LICENSE.md)
|
|
47
|
+
[](https://github.com/KudoAI/chatgpt.js/commits/main)
|
|
48
|
+

|
|
49
|
+
[](https://www.codefactor.io/repository/github/kudoai/chatgpt.js)
|
|
50
|
+
[](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js)
|
|
51
|
+
[](https://github.com/sindresorhus/awesome-chatgpt#javascript)
|
|
52
|
+
[](https://www.producthunt.com/posts/chatgpt-js)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
</div>
|
|
56
|
+
|
|
57
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
58
|
+
|
|
59
|
+
<div id="intro">
|
|
60
|
+
|
|
61
|
+
## 💡 About
|
|
62
|
+
|
|
63
|
+
</div>
|
|
64
|
+
|
|
65
|
+
<span style="color: white">chatgpt.js</span> is a <span style="color: white">powerful</span> JavaScript library that allows for <span style="color: white">super easy</span> interaction w/ the ChatGPT DOM.
|
|
66
|
+
|
|
67
|
+
- Feature-rich
|
|
68
|
+
- Object-oriented
|
|
69
|
+
- Easy-to-use
|
|
70
|
+
- Lightweight (yet optimally performant)
|
|
71
|
+
|
|
72
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
73
|
+
|
|
74
|
+
<div id="importing">
|
|
75
|
+
|
|
76
|
+
## ⚡ Importing the library
|
|
77
|
+
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
> **Note** _To always import the latest version (NOT recommended in production!) replace the versioned jsDelivr URL with: `https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js/chatgpt.min.js`_
|
|
81
|
+
|
|
82
|
+
### ES6:
|
|
83
|
+
|
|
84
|
+
```js
|
|
85
|
+
(async () => {
|
|
86
|
+
await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
87
|
+
// Your code here...
|
|
88
|
+
})();
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
### ES5:
|
|
92
|
+
|
|
93
|
+
```js
|
|
94
|
+
var xhr = new XMLHttpRequest();
|
|
95
|
+
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js');
|
|
96
|
+
xhr.onload = function () {
|
|
97
|
+
if (xhr.status === 200) {
|
|
98
|
+
var chatgptJS = document.createElement('script');
|
|
99
|
+
chatgptJS.textContent = xhr.responseText;
|
|
100
|
+
document.head.append(chatgptJS);
|
|
101
|
+
yourCode(); // runs your code
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
xhr.send();
|
|
105
|
+
|
|
106
|
+
function yourCode() {
|
|
107
|
+
// Your code here...
|
|
108
|
+
}
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/starters/media/images/icons/tampermonkey-icon28.png"><img style="margin: 0 2px -0.035rem 1px" height=17.5 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/starters/media/images/icons/violentmonkey-icon100.png"> Greasemonkey:
|
|
112
|
+
|
|
113
|
+
> **Note** _To use a starter template: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/KudoAI/chatgpt.js-greasemonkey-starter)_
|
|
114
|
+
|
|
115
|
+
```js
|
|
116
|
+
...
|
|
117
|
+
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.8/dist/chatgpt.min.js
|
|
118
|
+
// ==/UserScript==
|
|
119
|
+
|
|
120
|
+
// Your code here...
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
### <img style="margin: 0 2px -1px 0" height=16 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> Chrome:
|
|
124
|
+
|
|
125
|
+
> **Note** _To use a starter template: [kudoai/chatgpt.js-chrome-starter](https://github.com/KudoAI/chatgpt.js-chrome-starter)_
|
|
126
|
+
|
|
127
|
+
Since Google does not allow remote code, importing chatgpt.js locally is required:
|
|
128
|
+
|
|
129
|
+
1. Save https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/chatgpt.js to a subdirectory (`lib` in this example)
|
|
130
|
+
|
|
131
|
+
2. Add ES6 export statement to end of `lib/chatgpt.js`
|
|
132
|
+
```js
|
|
133
|
+
...
|
|
134
|
+
export { chatgpt }
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
3. In project's (V3) `manifest.json`, add `lib/chatgpt.js` as a web accessible resource
|
|
138
|
+
```json
|
|
139
|
+
"web_accessible_resources": [{
|
|
140
|
+
"matches": ["<all_urls>"],
|
|
141
|
+
"resources": ["lib/chatgpt.js"]
|
|
142
|
+
}],
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
4. In scripts that need `chatgpt.js` (foreground/background alike), import it like so:
|
|
146
|
+
```js
|
|
147
|
+
(async () => {
|
|
148
|
+
const { chatgpt } = await import(chrome.runtime.getURL('lib/chatgpt.js'));
|
|
149
|
+
// Your code here...
|
|
150
|
+
})();
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
154
|
+
|
|
155
|
+
<div id="npm">
|
|
156
|
+
|
|
157
|
+
## 💾 Downloading via npm:
|
|
158
|
+
|
|
159
|
+
</div>
|
|
160
|
+
|
|
161
|
+
To download **chatgpt.js** for local customization, run the following command in your project's root:
|
|
162
|
+
|
|
163
|
+
```bash
|
|
164
|
+
npm install @kudoai/chatgpt.js
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
After installation, navigate to `node_modules/@kudoai/chatgpt.js` to find the library source (minified version in `dist/`).
|
|
168
|
+
|
|
169
|
+
</div>
|
|
170
|
+
|
|
171
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
172
|
+
|
|
173
|
+
<div id="usage">
|
|
174
|
+
|
|
175
|
+
## 💻 Usage
|
|
176
|
+
|
|
177
|
+
</div>
|
|
178
|
+
|
|
179
|
+
**chatgpt.js** was written w/ ultra flexibility in mind.
|
|
180
|
+
|
|
181
|
+
For example:
|
|
182
|
+
|
|
183
|
+
```js
|
|
184
|
+
chatgpt.getLastResponse();
|
|
185
|
+
chatgpt.getLastReply();
|
|
186
|
+
chatgpt.response.getLast();
|
|
187
|
+
chatgpt.get('reply', 'last');
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
Each call equally fetches the last response. If you think it works, it probably will... so just type it!
|
|
191
|
+
|
|
192
|
+
If it didn't, check out the extended [userguide](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md), or simply submit an [issue](https://github.com/KudoAI/chatgpt.js/issues) or [PR](https://github.com/KudoAI/chatgpt.js/pulls) and it will be integrated, ezpz!
|
|
193
|
+
|
|
194
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
195
|
+
|
|
196
|
+
<div id="showcase">
|
|
197
|
+
|
|
198
|
+
## 🤖 Made with chatgpt.js
|
|
199
|
+
|
|
200
|
+
</div>
|
|
201
|
+
|
|
202
|
+
https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3140b0f8a4
|
|
203
|
+
|
|
204
|
+
#
|
|
205
|
+
|
|
206
|
+
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/RduASbD.png"><img width=16 src="https://raw.githubusercontent.com/adamlui/chatgpt-addons/main/media/icons/openai-favicon64.png"></picture> [Autoclear ChatGPT History](https://autoclearchatgpt.com) <a href="https://github.com/awesome-scripts/awesome-userscripts#chatgpt" target="_blank" rel="noopener"><img src="https://awesome.re/mentioned-badge.svg" style="margin:0 0 -2px 5px"></a>
|
|
207
|
+
|
|
208
|
+
> Auto-clear your ChatGPT query history for maximum privacy.
|
|
209
|
+
<br>[Install](https://github.com/adamlui/autoclear-chatgpt-history#-installation) /
|
|
210
|
+
[Readme](https://github.com/adamlui/autoclear-chatgpt-history#readme) /
|
|
211
|
+
[Discuss](https://autoclearchatgpt.com/discuss)
|
|
212
|
+
|
|
213
|
+
### <img width=16 src="https://i.imgur.com/1yjmK3W.png"> [Automatic ChatGPT DAN](https://github.com/madkarmaa/automatic-chatgpt-dan)
|
|
214
|
+
|
|
215
|
+
> Automatically send DAN prompts to ChatGPT.
|
|
216
|
+
<br>[Install](https://github.com/madkarmaa/automatic-chatgpt-dan#%EF%B8%8F-installation) /
|
|
217
|
+
[Readme](https://github.com/madkarmaa/automatic-chatgpt-dan#readme) /
|
|
218
|
+
[Discuss](https://github.com/madkarmaa/automatic-chatgpt-dan/issues)
|
|
219
|
+
|
|
220
|
+
### <img src="https://media.bravegpt.com/images/icons/bravegpt/icon48.png" width=18> [BraveGPT](https://bravegpt.com) <a href="https://www.producthunt.com/posts/bravegpt?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-bravegpt" target="_blank" rel="noopener"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=385630&theme=light" style="width: 112px; height: 24px; margin:0 0 -4px 5px;" width="112" height="24" /></a>
|
|
221
|
+
|
|
222
|
+
> Display ChatGPT answers in Brave Search sidebar (powered by GPT-4!)
|
|
223
|
+
<br>[Install](https://github.bravegpt.com/#-installation) /
|
|
224
|
+
[Readme](https://github.bravegpt.com/#readme) /
|
|
225
|
+
[Discuss](https://github.bravegpt.com/discussions)
|
|
226
|
+
|
|
227
|
+
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/RduASbD.png"><img width=16 src="https://raw.githubusercontent.com/adamlui/chatgpt-userscripts/main/media/icons/openai-favicon64.png"></picture> [ChatGPT Auto-Continue ⏩](https://chatgptautocontinue.com) <a href="https://github.com/awesome-scripts/awesome-userscripts#chatgpt" target="_blank" rel="noopener"><img src="https://awesome.re/mentioned-badge.svg" style="margin:0 0 -3px 3px"></a>
|
|
228
|
+
|
|
229
|
+
> Automatically continue generating multiple ChatGPT responses.
|
|
230
|
+
<br>[Install](https://github.com/adamlui/chatgpt-auto-continue#-installation) /
|
|
231
|
+
[Readme](https://github.com/adamlui/chatgpt-auto-continue#readme) /
|
|
232
|
+
[Discuss](https://chatgptautocontinue.com/discuss)
|
|
233
|
+
|
|
234
|
+
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/RduASbD.png"><img width=16 src="https://raw.githubusercontent.com/adamlui/chatgpt-addons/main/media/icons/openai-favicon64.png"></picture> [ChatGPT Auto Refresh ↻](https://chatgptautorefresh.com) <a href="https://github.com/awesome-scripts/awesome-userscripts#chatgpt" target="_blank" rel="noopener"><img src="https://awesome.re/mentioned-badge.svg" style="margin:0 0 -2px 5px"></a>
|
|
235
|
+
|
|
236
|
+
> Keeps ChatGPT sessions fresh to eliminate network errors + Cloudflare checks.
|
|
237
|
+
<br>[Install](https://github.com/adamlui/chatgpt-auto-refresh#-installation) /
|
|
238
|
+
[Readme](https://github.com/adamlui/chatgpt-auto-refresh#readme) /
|
|
239
|
+
[Discuss](https://chatgptautorefresh.com/discuss)
|
|
240
|
+
|
|
241
|
+
### <img src="https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png" width=17> [DuckDuckGPT](https://duckduckgpt.com) <a href="https://www.producthunt.com/posts/duckduckgpt?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-duckduckgpt" target="_blank" rel="noopener"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=379261&theme=light" style="width: 112px; height: 24px; margin:0 0 -4px 5px;" width="112" height="24" /></a>
|
|
242
|
+
|
|
243
|
+
> Display ChatGPT answers in DuckDuckGo sidebar (powered by GPT-4!)
|
|
244
|
+
<br>[Install](https://github.duckduckgpt.com/#-installation) /
|
|
245
|
+
[Readme](https://github.duckduckgpt.com/#readme) /
|
|
246
|
+
[Discuss](https://github.duckduckgpt.com/discussions)
|
|
247
|
+
|
|
248
|
+
### <picture><source media="(prefers-color-scheme: dark)" srcset="https://media.googlegpt.io/images/icons/googlegpt/white/icon32.png"><img width=17 src="https://media.googlegpt.io/images/icons/googlegpt/black/icon32.png"></picture> [GoogleGPT](https://googlegpt.kudoai.com)
|
|
249
|
+
|
|
250
|
+
> Display ChatGPT answers in Google Search sidebar (powered by GPT-4!)
|
|
251
|
+
<br>[Install](https://greasyfork.org/scripts/478597-googlegpt) /
|
|
252
|
+
[Readme](https://github.com/KudoAI/googlegpt#readme) /
|
|
253
|
+
[Discuss](https://github.com/KudoAI/googlegpt/discussions)
|
|
254
|
+
|
|
255
|
+
<p><br>
|
|
256
|
+
|
|
257
|
+
<a href="https://chatgptinfinity.com" target="_blank" rel="noopener">
|
|
258
|
+
<img width=555 src="https://raw.githubusercontent.com/adamlui/chatgpt-infinity/main/chrome/media/images/tiles/marquee-promo-tile-1400x560.png">
|
|
259
|
+
</a>
|
|
260
|
+
|
|
261
|
+
<p><br>
|
|
262
|
+
|
|
263
|
+
<a href="https://chatgptwidescreen.com" target="_blank" rel="noopener">
|
|
264
|
+
<img width=555 src="https://raw.githubusercontent.com/adamlui/chatgpt-widescreen/main/chrome/media/images/tiles/marquee-promo-tile-1400x560.png">
|
|
265
|
+
</a>
|
|
266
|
+
|
|
267
|
+
<p><br>
|
|
268
|
+
|
|
269
|
+
<p id="showcase-cta">
|
|
270
|
+
If you've made something w/ chatgpt.js you want to share, email <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> or just open a <a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">pull request</a>!
|
|
271
|
+
</p>
|
|
272
|
+
|
|
273
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
274
|
+
|
|
275
|
+
<div id="contributors">
|
|
276
|
+
|
|
277
|
+
## 🧠 Contributors
|
|
278
|
+
|
|
279
|
+
</div>
|
|
280
|
+
|
|
281
|
+
This library exists thanks to code, translations, issues & ideas from the following contributors:
|
|
282
|
+
|
|
283
|
+
<div align="center"><br>
|
|
284
|
+
|
|
285
|
+
[](https://github.com/adamlui)
|
|
286
|
+
[](https://github.com/mefengl)
|
|
287
|
+
[](https://github.com/Zin6969)
|
|
288
|
+
[](https://github.com/madruga8)
|
|
289
|
+
[](https://github.com/XiaoYingYo)
|
|
290
|
+
[](https://github.com/AliAlSarre)
|
|
291
|
+
[](https://github.com/madkarmaa)
|
|
292
|
+
[](https://github.com/wamoyo)
|
|
293
|
+
[](https://github.com/meiraleal)
|
|
294
|
+
[](https://github.com/eltociear)
|
|
295
|
+
[](https://github.com/Rojojun)
|
|
296
|
+
[](https://github.com/iamnishantgaharwar)
|
|
297
|
+
[](https://github.com/hakimel)
|
|
298
|
+
[](https://github.com/omahs)
|
|
299
|
+
[](https://www.linkedin.com/in/najam-ul-arfeen-khan/)
|
|
300
|
+
[](https://github.com/iambijayd)
|
|
301
|
+
[](https://github.com/abhinavm24)
|
|
302
|
+
[](https://github.com/deyvisml)
|
|
303
|
+
[](https://github.com/philly88r)
|
|
304
|
+
[](https://github.com/thomasgauthier)
|
|
305
|
+
[](https://github.com/pranav-bhatt)
|
|
306
|
+
[](https://github.com/hopana)
|
|
307
|
+
[](https://github.com/Luwa-Tech)
|
|
308
|
+
[](https://github.com/dependabot)
|
|
309
|
+
[](https://chat.openai.com)
|
|
310
|
+
[](https://poe.com)
|
|
311
|
+
[](https://github.com/ImgBotApp)
|
|
312
|
+
|
|
313
|
+
</div><br>
|
|
314
|
+
|
|
315
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
316
|
+
|
|
317
|
+
<div id="partners">
|
|
318
|
+
|
|
319
|
+
## 🤝 Partners
|
|
320
|
+
|
|
321
|
+
</div>
|
|
322
|
+
|
|
323
|
+
**chatgpt.js** is funded in part by:
|
|
324
|
+
|
|
325
|
+
<div id="partners-collage" align="center">
|
|
326
|
+
|
|
327
|
+
<picture>
|
|
328
|
+
<source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/white.png">
|
|
329
|
+
<img width=888 src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/logos/partners/collage/black.png">
|
|
330
|
+
</picture>
|
|
331
|
+
|
|
332
|
+
</div>
|
|
333
|
+
|
|
334
|
+
<br>
|
|
335
|
+
|
|
336
|
+
<img height=8px width="100%" src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/docs/assets/images/aqua-separator.png">
|
|
337
|
+
|
|
338
|
+
<div align="center">
|
|
339
|
+
|
|
340
|
+
**[Releases](https://www.npmjs.com/package/@kudoai/chatgpt.js?activeTab=versions)** /
|
|
341
|
+
[Userguide](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) /
|
|
342
|
+
[Discuss](https://github.com/KudoAI/chatgpt.js/discussions) /
|
|
343
|
+
<a href="#">Back to top ↑</a>
|
|
344
|
+
|
|
345
|
+
</div>
|