ChatGPT 增强

宽度对话框 & 一键清空聊天记录 & 向GPT声明指定语言回复

当前为 2024-08-03 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name ChatGPT Enhance
  3. // @name:en ChatGPT Enhance
  4. // @name:zh-CN ChatGPT 增强
  5. // @name:zh-TW ChatGPT 增強
  6. // @name:ja ChatGPT 拡張
  7. // @name:ko ChatGPT 향상
  8. // @name:de ChatGPT verbessern
  9. // @name:fr ChatGPT améliorer
  10. // @name:es ChatGPT mejorar
  11. // @name:pt ChatGPT melhorar
  12. // @name:ru ChatGPT улучшить
  13. // @name:it ChatGPT migliorare
  14. // @name:tr ChatGPT geliştirmek
  15. // @name:ar ChatGPT تحسين
  16. // @name:th ChatGPT ปรับปรุง
  17. // @name:vi ChatGPT cải thiện
  18. // @name:id ChatGPT meningkatkan
  19. // @namespace Violentmonkey Scripts
  20. // @match *://chat.openai.com/*
  21. // @match *://chatgpt.com/*
  22. // @version XiaoYing_2024.08.04.7
  23. // @grant GM_info
  24. // @grant GM_getValue
  25. // @grant GM_setValue
  26. // @grant GM_addStyle
  27. // @grant GM_deleteValue
  28. // @grant GM_xmlhttpRequest
  29. // @grant GM_setClipboard
  30. // @grant GM_registerMenuCommand
  31. // @grant GM_unregisterMenuCommand
  32. // @grant GM_getResourceText
  33. // @grant GM_getResourceURL
  34. // @grant GM_openInTab
  35. // @grant unsafeWindow
  36. // @run-at document-start
  37. // @author github.com @XiaoYingYo
  38. // @require https://gf.qytechs.cn/scripts/464929-module-jquery-xiaoying/code/module_jquery_XiaoYing.js
  39. // @require https://gf.qytechs.cn/scripts/464780-global-module/code/global_module.js
  40. // @require https://gf.qytechs.cn/scripts/465643-ajaxhookerlatest/code/ajaxHookerLatest.js
  41. // @require https://gf.qytechs.cn/scripts/440334-jquery-like-spa-operation-library/code/jQuery-like%20SPA%20operation%20library.js
  42. // @description 宽度对话框 & 一键清空聊天记录 & 向GPT声明指定语言回复
  43. // @description:en Wide dialog & Clear chat history & Declare specified language reply to GPT
  44. // @description:zh-CN 宽度对话框 & 一键清空聊天记录 & 向GPT声明指定语言回复
  45. // @description:zh-TW 寬度對話框 & 一鍵清空聊天記錄 & 向GPT聲明指定語言回復
  46. // @description:ja 幅広いダイアログ & チャット履歴をクリア & 指定された言語でGPTに宣言する
  47. // @description:ko 넓은 대화 상자 & 채팅 기록 지우기 & 지정된 언어로 GPT에 선언
  48. // @description:de Breites Dialogfeld & Chatverlauf löschen & GPT in angegebener Sprache deklarieren
  49. // @description:fr Boîte de dialogue large & Effacer l'historique du chat & Déclarer la réponse dans la langue spécifiée à GPT
  50. // @description:es Cuadro de diálogo ancho & Borrar el historial del chat & Declarar respuesta en el idioma especificado a GPT
  51. // @description:pt Caixa de diálogo ampla & Limpar o histórico do bate-papo & Declarar resposta no idioma especificado ao GPT
  52. // @description:ru Широкий диалоговое окно & Очистить историю чата & Объявить ответ на указанном языке в GPT
  53. // @description:it Ampia finestra di dialogo & Cancella la cronologia della chat & Dichiarare la risposta nella lingua specificata a GPT
  54. // @description:tr Geniş diyalog & Sohbet geçmişini temizle & GPT'ye belirtilen dilde yanıt bildir
  55. // @description:ar مربع حوار واسع & مسح سجل المحادثة & إعلان الرد باللغة المحددة إلى GPT
  56. // @description:th กล่องโต้ตอบกว้าง & ล้างประวัติการแชท & ประกาศการตอบกลับในภาษาที่ระบุไว้กับ GPT
  57. // @description:vi Hộp thoại rộng & Xóa lịch sử trò chuyện & Khai báo trả lời bằng ngôn ngữ được chỉ định cho GPT
  58. // @description:id Kotak dialog lebar & Hapus riwayat obrolan & Nyatakan balasan dalam bahasa yang ditentukan ke GPT
  59. // ==/UserScript==
  60.  
  61. // eslint-disable-next-line no-undef
  62. ajaxHooker.protect();
  63.  
  64. var globalVariable = new Map();
  65. var browserLanguage = navigator.language;
  66. var ignoreHookStr = '&ignoreHookStr';
  67. var clearButtonSvg = '<svg t="1722633865116" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1793" width="24" height="24"><path d="M901.3 504.8l-76.3-150c-13.4-26.3-40-42.6-69.5-42.6H639c-1.1 0-2-0.9-2-2V120.6c0-31.1-25.3-56.3-56.3-56.3h-90c-31.1 0-56.3 25.3-56.3 56.3v189.6c0 1.1-0.9 2-2 2H315.8c-29.5 0-56.1 16.3-69.5 42.6l-76.3 150c-9.2 18.1-8.4 39.3 2.2 56.6 10.3 16.8 27.9 27 47.4 27.6-4.8 101-38.3 205.9-90.2 279.5-12.5 17.8-14.1 40.8-4.1 60.1 10 19.3 29.7 31.3 51.5 31.3h601.5c35 0 66-23.6 75.2-57.4 15.5-56.5 28.4-107.9 29.4-164.9C884 685 874 636 852.9 589c19-1.1 36.1-11.2 46.2-27.6 10.6-17.3 11.4-38.5 2.2-56.6z m-681.4 25.4l76.3-150c3.8-7.4 11.3-12 19.6-12h116.4c32 0 58-26 58-58V120.6c0-0.1 0.2-0.3 0.3-0.3h90c0.1 0 0.3 0.2 0.3 0.3v189.6c0 32 26 58 58 58h116.4c8.3 0 15.8 4.6 19.6 12l76.3 150c0.2 0.3 0.5 1-0.1 2s-1.3 1-1.7 1H221.7c-0.4 0-1.1 0-1.7-1-0.6-1-0.3-1.7-0.1-2zM827 736.6c-0.9 50.5-12.9 98.3-27.4 151.1-2.6 9.5-11.3 16.2-21.2 16.2H651.8c11.3-22.3 18.5-44 23.1-61.2 7.1-26.7 10.7-53.5 10.6-78-0.1-17.1-15.5-30.1-32.4-27.4-13.6 2.2-23.6 14-23.6 27.8 0.1 42.7-14.1 98.2-42.7 138.8H406.2c15.2-21.7 26.1-43.8 33.6-61.9 10-24.3 17.4-49.7 21.2-72.5 2.8-17-10.4-32.5-27.6-32.5-13.6 0-25.3 9.8-27.6 23.3-2.8 16.6-8.3 37.7-17.7 60.4-10.1 24.6-27.8 58.1-55.6 83.3H176.9c-0.5 0-1.2 0-1.8-1.1-0.6-1.1-0.2-1.6 0.1-2 29.7-42.1 54.8-94.5 72.5-151.4 16.2-52.1 25.7-106.9 28-160.3h514.6C816 635.6 828 684 827 736.6z" fill="#ffffff" p-id="1794"></path></svg>';
  68.  
  69. (async function () {
  70. function initSession() {
  71. return new Promise((resolve) => {
  72. $.get('/api/auth/session', { headers: { Accept: 'application/json', 'Content-Type': 'application/json' } }).done((res) => {
  73. globalVariable.set('session', res);
  74. globalVariable.set('accessToken', res.accessToken);
  75. resolve();
  76. });
  77. });
  78. }
  79.  
  80. function clearAllConversations() {
  81. return new Promise(async (resolve) => {
  82. let data = await getAllItems();
  83. let Tasks = [];
  84. for (let i = 0; i < data.length; i++) {
  85. let item = data[i];
  86. let id = item.id;
  87. let title = item.title;
  88. if (title.charAt(0) == '#') {
  89. continue;
  90. }
  91. Tasks.push(deleteItem(id));
  92. }
  93. await Promise.all(Tasks);
  94. resolve();
  95. // $.ajax({
  96. // type: 'PATCH',
  97. // url: '/backend-api/conversations',
  98. // headers: { Accept: 'application/json', 'Content-Type': 'application/json', Authorization: `Bearer ${globalVariable.get('accessToken')}` },
  99. // data: JSON.stringify({ is_visible: false }),
  100. // success: (res) => {
  101. // resolve(res);
  102. // }
  103. // });
  104. });
  105. }
  106.  
  107. function initClearButton() {
  108. return new Promise(async (resolve) => {
  109. let sureClearButtonSvg = '<svg t="1722633889519" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3987" width="24" height="24"><path d="M675.328 117.717333A425.429333 425.429333 0 0 0 512 85.333333C276.352 85.333333 85.333333 276.352 85.333333 512s191.018667 426.666667 426.666667 426.666667 426.666667-191.018667 426.666667-426.666667c0-56.746667-11.093333-112-32.384-163.328a21.333333 21.333333 0 0 0-39.402667 16.341333A382.762667 382.762667 0 0 1 896 512c0 212.074667-171.925333 384-384 384S128 724.074667 128 512 299.925333 128 512 128c51.114667 0 100.8 9.984 146.986667 29.12a21.333333 21.333333 0 0 0 16.341333-39.402667z m-213.333333 468.608l-105.664-105.642666a21.248 21.248 0 0 0-30.122667 0.042666c-8.32 8.32-8.213333 21.973333-0.064 30.101334l120.810667 120.832a21.248 21.248 0 0 0 30.122666-0.085334l211.157334-211.157333a21.290667 21.290667 0 0 0 0-30.186667 21.397333 21.397333 0 0 0-30.250667 0.106667l-196.010667 195.989333z" fill="#ffffff" p-id="3988"></path></svg>';
  110. let oneBtn = await global_module.waitForElement('nav[aria-label]', null, null, 100, -1);
  111. globalVariable.set('Nav', $(oneBtn));
  112. oneBtn = oneBtn.find('button').eq(0);
  113. let newBtn = global_module.cloneAndHide(oneBtn[0]);
  114. newBtn = $(newBtn).eq(0).attr('status', 0);
  115. oneBtn.show();
  116. newBtn.find('svg').remove();
  117. newBtn.append(clearButtonSvg);
  118. newBtn.off('click').on('click', async () => {
  119. let status = newBtn.attr('status');
  120. newBtn.attr('disabled', 'disabled');
  121. if (status == 0) {
  122. newBtn.attr('status', 1);
  123. newBtn.find('svg').remove();
  124. newBtn.append(sureClearButtonSvg);
  125. } else {
  126. newBtn.attr('status', 0);
  127. newBtn.find('svg').remove();
  128. newBtn.append(clearButtonSvg);
  129. await clearAllConversations();
  130. unsafeWindow.location.href = '/';
  131. }
  132. newBtn.removeAttr('disabled');
  133. });
  134. resolve();
  135. });
  136. }
  137.  
  138. await initSession();
  139. initClearButton();
  140. })();
  141.  
  142. function purify() {
  143. return new Promise(async (resolve) => {
  144. let Tasks = [];
  145. let nav = globalVariable.get('Nav');
  146. Tasks.push(
  147. (() => {
  148. return new Promise(async (resolve) => {
  149. let upgradeDom = await global_module.waitForElement('span[class*="border-token-border-light"]', null, null, 100, -1, nav);
  150. upgradeDom = upgradeDom.eq(upgradeDom.length - 1);
  151. upgradeDom.parents('a').eq(0).remove();
  152. resolve();
  153. });
  154. })()
  155. );
  156. Tasks.push(
  157. (() => {
  158. return new Promise(async (resolve) => {
  159. let presentation = await global_module.waitForElement('div[role="presentation"]', null, null, 100, -1);
  160. presentation = presentation.eq(presentation.length - 1);
  161. let presentationTip = await global_module.waitForElement('span:contains("ChatGPT ")', null, null, 100, -1, presentation);
  162. presentationTip.remove();
  163. resolve();
  164. });
  165. })()
  166. );
  167. Tasks.push(
  168. (() => {
  169. return new Promise(async (resolve) => {
  170. $(await global_module.waitForElement('button[data-state="closed"][id^="radix"]:contains("?")', null, null, 100, -1)).remove();
  171. resolve();
  172. });
  173. })()
  174. );
  175. await Promise.all(Tasks);
  176. resolve();
  177. });
  178. }
  179.  
  180. function getAllItems() {
  181. return new Promise(async (resolve) => {
  182. let limit = 30;
  183. let currentTotal = 0;
  184. let retItems = [];
  185. let getItems = function (offset) {
  186. return new Promise(async (resolve) => {
  187. console.log('getAllItems');
  188. $.ajax({
  189. type: 'GET',
  190. url: '/backend-api/conversations?offset=' + offset + '&limit=' + limit + '&order=updated',
  191. headers: { Accept: 'application/json', 'Content-Type': 'application/json', Authorization: `Bearer ${globalVariable.get('accessToken')}` },
  192. success: (data) => {
  193. resolve(data);
  194. },
  195. error: async () => {
  196. resolve(await getAllItems(offset));
  197. }
  198. });
  199. });
  200. };
  201. let data = await getItems(0);
  202. let total = data.total;
  203. let items = data.items;
  204. currentTotal = currentTotal + items.length;
  205. retItems = retItems.concat(items);
  206. while (currentTotal < total) {
  207. data = await getItems(currentTotal);
  208. total = data.total;
  209. items = data.items;
  210. currentTotal = currentTotal + items.length;
  211. retItems = retItems.concat(items);
  212. }
  213. resolve(retItems);
  214. });
  215. }
  216.  
  217. function deleteItem(id) {
  218. return new Promise(async (resolve) => {
  219. globalVariable.get('itemDom')[id].hide();
  220. $.ajax({
  221. type: 'PATCH',
  222. url: '/backend-api/conversation/' + id,
  223. headers: { Accept: 'application/json', 'Content-Type': 'application/json', Authorization: `Bearer ${globalVariable.get('accessToken')}` },
  224. data: JSON.stringify({ is_visible: false }),
  225. success: () => {
  226. globalVariable.get('itemDom')[id].remove();
  227. resolve(true);
  228. },
  229. error: async () => {
  230. resolve(await deleteItem(id));
  231. }
  232. });
  233. });
  234. }
  235.  
  236. function initItemDeleteBtn() {
  237. return new Promise(async (resolve) => {
  238. let nav = globalVariable.get('Nav');
  239. let itemDiv = await global_module.waitForElement('div[class*="text-token-text-primary text-sm"]', null, null, 100, -1, nav);
  240. let liList = await global_module.waitForElement('li', null, null, 100, -1, itemDiv);
  241. globalVariable.set('itemDom', {});
  242. for (let i = 0; i < liList.length; i++) {
  243. let spanBtn = $(liList[i]).find('span[class][data-state="closed"]');
  244. let that = spanBtn.eq(0);
  245. let li = that.parents('li');
  246. let a = li.find('a');
  247. let href = a.attr('href');
  248. let id = href.replace('/c/', '');
  249. globalVariable.get('itemDom')[id] = li;
  250. if (spanBtn.length != 1) {
  251. continue;
  252. }
  253. let newBtn = global_module.cloneAndHide(that[0], 2);
  254. newBtn = $(newBtn);
  255. newBtn.find('svg').remove();
  256. newBtn.append(clearButtonSvg);
  257. that.show();
  258. newBtn.css('cursor', 'pointer');
  259. newBtn.off('click').on('click', async () => {
  260. await deleteItem(id);
  261. });
  262. }
  263. resolve();
  264. });
  265. }
  266.  
  267. function widescreenDialogue() {
  268. return new Promise(async (resolve) => {
  269. if (globalVariable.get('initWidescreenDialogue') == 1 || $('body').find('style[id="widescreenDialogueCss]').length != 0) {
  270. resolve();
  271. return;
  272. }
  273. globalVariable.set('initWidescreenDialogue', 1);
  274. try {
  275. let sel = 'div[class^="items-center"]';
  276. let Btn = await global_module.waitForElement(sel, null, null, 1000, -1);
  277. Btn = Btn.eq(0);
  278. let BtnParent = Btn;
  279. for (let i = 0; i < 4; i++) {
  280. BtnParent = $(BtnParent).parent().eq(0);
  281. }
  282. let cssClassName = BtnParent.attr('class').split(' ')[0];
  283. let styleHtml = '.' + cssClassName + '{width:100%;max-width:100%;}';
  284. $('body').append('<style id="widescreenDialogueCss">' + styleHtml + '</style>');
  285. } catch (e) {}
  286. resolve();
  287. });
  288. }
  289.  
  290. var HookFun = new Map();
  291. HookFun.set('/backend-api/conversation', function (req, res, Text, period) {
  292. if (period === 'preload') {
  293. let additional = 'Please reply me with ';
  294. let additionals = additional + browserLanguage;
  295. let body = JSON.parse(req.data);
  296. let messages = body.messages;
  297. if (messages instanceof Array) {
  298. for (let i = 0; i < messages.length; i++) {
  299. let parts = messages[i].content.parts;
  300. if (parts instanceof Array) {
  301. for (let j = 0; j < parts.length; j++) {
  302. if (parts[j].indexOf(additional) != -1) {
  303. continue;
  304. }
  305. parts[j] = parts[j] + '\n' + additionals;
  306. }
  307. }
  308. }
  309. }
  310. req.data = JSON.stringify(body);
  311. return;
  312. }
  313. return new Promise(async (resolve) => {
  314. if (period !== 'done') {
  315. resolve(null);
  316. return;
  317. }
  318. setTimeout(async () => {
  319. await widescreenDialogue();
  320. }, 100);
  321. resolve(null);
  322. });
  323. });
  324. HookFun.set('/backend-api/conversations', function (req, res, Text, period) {
  325. return new Promise(async (resolve) => {
  326. if (period !== 'done') {
  327. resolve(null);
  328. return;
  329. }
  330. setTimeout(async () => {
  331. await initItemDeleteBtn();
  332. }, 1000);
  333. resolve(null);
  334. });
  335. });
  336.  
  337. function handleResponse(request) {
  338. if (!request) {
  339. return;
  340. }
  341. if (request.url.indexOf(ignoreHookStr) != -1) {
  342. return;
  343. }
  344. let tempUrl = request.url;
  345. if (tempUrl.indexOf('http') == -1 && tempUrl[0] == '/') {
  346. tempUrl = location.origin + tempUrl;
  347. }
  348. let pathname = new URL(tempUrl).pathname;
  349. let fun = HookFun.get(pathname);
  350. if (!fun) {
  351. return;
  352. }
  353. fun(request, null, null, 'preload');
  354. request.response = (res) => {
  355. let Type = 0;
  356. let responseText = res.responseText;
  357. if (typeof responseText !== 'string') {
  358. Type = 1;
  359. responseText = res.text;
  360. }
  361. if (typeof responseText !== 'string') {
  362. Type = 2;
  363. responseText = JSON.stringify(res.json);
  364. }
  365. const oldText = responseText;
  366. res.responseText = new Promise(async (resolve) => {
  367. let ret = await fun(request, res, responseText, 'done');
  368. if (!ret) {
  369. ret = oldText;
  370. }
  371. if (Type === 2) {
  372. if (typeof ret === 'string') {
  373. ret = JSON.parse(ret);
  374. }
  375. }
  376. resolve(ret);
  377. });
  378. };
  379. }
  380.  
  381. // eslint-disable-next-line no-undef
  382. ajaxHooker.hook(handleResponse);
  383.  
  384. $.onurlchange(function () {
  385. setTimeout(async () => {
  386. await widescreenDialogue();
  387. await purify();
  388. }, 1000);
  389. });

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址