From ba4024ddbf2ee1b04f786341cefb6a4e481331c8 Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 21 Mar 2025 18:34:30 +0100 Subject: [PATCH] chatgtpweb: Include diff library in content scripts for enhanced functionality. see #109 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index fa3ce5cf..a13a85be 100644 --- a/manifest.json +++ b/manifest.json @@ -59,7 +59,7 @@ "content_scripts": [ { "matches": ["https://*.chatgpt.com/*"], - "js": ["js/tb115_segmenter/tb115_loader.js"], + "js": ["js/tb115_segmenter/tb115_loader.js","js/lib/diff.js"], "all_frames": true, "run_at": "document_start" }