-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped versions in jsDelivr URLs to 2.6.9
- Loading branch information
Showing
16 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Your code here... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Your code here... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Your code here... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Your code here... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Your code here... | ||
})(); | ||
``` | ||
|
@@ -147,7 +147,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -169,7 +169,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Your code here... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Ihr Code hier... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Ihr Code hier... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Tu código aquí... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Tu código aquí... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Votre code ici... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Votre code ici... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// आपका कोड यहां लिखें... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest() | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js') | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js') | ||
xhr.onload = function() { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script') | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// आपका कोड यहां लिखें... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Il tuo codice qui... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Il tuo codice qui... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// コードはここにあります... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest() | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js') | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js') | ||
xhr.onload = function() { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script') | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// コードはここにあります... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,7 +84,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// 코드를 여기에 작성해 주세요... | ||
|
||
})(); | ||
|
@@ -94,7 +94,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -118,7 +118,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// 코드를 여기에 작성해 주세요... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// आफ्नो कोड यहाँ लेख्नुहोस्... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest() | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js') | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js') | ||
xhr.onload = function() { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script') | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// आफ्नो कोड यहाँ लेख्नुहोस्... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Uw code hier... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Uw code hier... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Seu código aqui... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Seu código aqui... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ | |
|
||
```js | ||
(async () => { | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
await import('https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
// Mã của bạn ở đây ... | ||
})(); | ||
``` | ||
|
@@ -92,7 +92,7 @@ | |
|
||
```js | ||
var xhr = new XMLHttpRequest(); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js'); | ||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js'); | ||
xhr.onload = function () { | ||
if (xhr.status === 200) { | ||
var chatgptJS = document.createElement('script'); | ||
|
@@ -114,7 +114,7 @@ function yourCode() { | |
```js | ||
... | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].8/dist/chatgpt.min.js | ||
// @require https://cdn.jsdelivr.net/npm/@kudoai/[email protected].9/dist/chatgpt.min.js | ||
// ==/UserScript== | ||
|
||
// Mã của bạn ở đây ... | ||
|
Oops, something went wrong.