fix: ChatGPT sidebar clickability

This commit is contained in:
lencx
2024-09-09 21:13:53 +08:00
parent 3a2a1c86a2
commit 7648372a92
2 changed files with 3 additions and 11 deletions

View File

@@ -1,23 +1,15 @@
{
"manifest_version": 3,
"name": "@noi/reset",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/lencx/Noi/tree/main/extensions/noi-reset",
"description": "Reset certain website styles to enhance compatibility with Noi.",
"content_scripts": [
{
"matches": [
"https://vscode.dev/*"
],
"js": ["darg.js"],
"run_at": "document_end",
"world": "MAIN"
},
{
"matches": [
"<all_urls>"
],
"js": ["scrollbar.js"],
"js": ["scrollbar.js", "darg.js"],
"run_at": "document_end",
"world": "MAIN"
}