File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
autoclear-chatgpt-history/greasemonkey Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 225225// @description :zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226226// @author Adam Lui
227227// @namespace https://github.com/adamlui
228- // @version 2025.1.19
228+ // @version 2025.1.19.1
229229// @license MIT
230230// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231231// @icon 64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
286286 version : GM_info . script . version , configKeyPrefix : 'autoclearChatGPThistory' ,
287287 chatgptJSver : / c h a t g p t \. j s @ ( [ \d . ] + ) / . exec ( GM_info . scriptMetaStr ) [ 1 ] ,
288288 urls : { update : 'https://gm.autoclearchatgpt.com' } ,
289- latestResourceCommitHash : '05a0d8c ' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
289+ latestResourceCommitHash : '8a92baa ' // for cached app.json + messages.json + navicon in toggles.sidebar.insert()
290290 }
291291 app . urls . resourceHost = `https://cdn.jsdelivr.net/gh/adamlui/autoclear-chatgpt-history@${ app . latestResourceCommitHash } `
292292 const remoteAppData = await new Promise ( resolve => xhr ( {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ chrome.runtime.onMessage.addListener(async req => {
2828( async ( ) => {
2929 const app = {
3030 version : chrome . runtime . getManifest ( ) . version ,
31- latestResourceCommitHash : 'b81310f ' , // for cached app.json + icons.questionMark.src
31+ latestResourceCommitHash : '93749bb ' , // for cached app.json + icons.questionMark.src
3232 urls : { } ,
3333 chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
3434 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ chrome.runtime.onMessage.addListener(async req => {
2828( async ( ) => {
2929 const app = {
3030 version : chrome . runtime . getManifest ( ) . version ,
31- latestResourceCommitHash : 'b81310f ' , // for cached app.json + icons.questionMark.src
31+ latestResourceCommitHash : '93749bb ' , // for cached app.json + icons.questionMark.src
3232 urls : { } ,
3333 chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
3434 }
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ chrome.runtime.onMessage.addListener(async req => {
3131( async ( ) => {
3232 const app = {
3333 version : chrome . runtime . getManifest ( ) . version ,
34- latestResourceCommitHash : '64cabb3 ' , // for cached app.json...
34+ latestResourceCommitHash : '42e5099 ' , // for cached app.json...
3535 // ... + navicon in toggles.sidebar.insert() + icons.questionMark.src
3636 urls : { } ,
3737 chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ chrome.runtime.onMessage.addListener(async req => {
3131( async ( ) => {
3232 const app = {
3333 version : chrome . runtime . getManifest ( ) . version ,
34- latestResourceCommitHash : '64cabb3 ' , // for cached app.json...
34+ latestResourceCommitHash : '42e5099 ' , // for cached app.json...
3535 // ... + navicon in toggles.sidebar.insert() + icons.questionMark.src
3636 urls : { } ,
3737 chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ chrome.runtime.onMessage.addListener(async req => {
3232 // Init APP data
3333 const app = {
3434 version : chrome . runtime . getManifest ( ) . version ,
35- latestResourceCommitHash : '7a20e13 ' , // for cached app.json + sites.json + icons.questionMark.src
35+ latestResourceCommitHash : 'f0e18e2 ' , // for cached app.json + sites.json + icons.questionMark.src
3636 urls : { } ,
3737 chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
3838 }
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ chrome.runtime.onMessage.addListener(async req => {
3232 // Init APP data
3333 const app = {
3434 version : chrome . runtime . getManifest ( ) . version ,
35- latestResourceCommitHash : '7a20e13 ' , // for cached app.json + sites.json + icons.questionMark.src
35+ latestResourceCommitHash : 'f0e18e2 ' , // for cached app.json + sites.json + icons.questionMark.src
3636 urls : { } ,
3737 chatgptJSver : / v ( \d + \. \d + \. \d + ) / . exec ( await ( await fetch ( chrome . runtime . getURL ( 'lib/chatgpt.js' ) ) ) . text ( ) ) [ 1 ]
3838 }
You can’t perform that action at this time.
0 commit comments