chatgtpweb: Include diff library in content scripts for enhanced functionality. see #109
This commit is contained in:
parent
928946dfdf
commit
ba4024ddbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue