fix GM.xmlHttpRequest & use GM/unsafeWindow global

This commit is contained in:
Gabe Yuan
2023-08-16 11:38:53 +08:00
parent 819018c3bd
commit f1f15c7eb1
4 changed files with 33 additions and 37 deletions

View File

@@ -34,7 +34,11 @@
"extends": [
"react-app",
"react-app/jest"
]
],
"globals": {
"GM": true,
"unsafeWindow": true
}
},
"browserslist": {
"production": [