chatgtpweb: Include diff library in content scripts for enhanced functionality. see #109

This commit is contained in:
Mic 2025-03-21 18:34:30 +01:00
parent 928946dfdf
commit ba4024ddbf

View file

@ -59,7 +59,7 @@
"content_scripts": [ "content_scripts": [
{ {
"matches": ["https://*.chatgpt.com/*"], "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, "all_frames": true,
"run_at": "document_start" "run_at": "document_start"
} }