Feat: add RSI-Hangar-Button

This commit is contained in:
2025-02-19 12:20:02 +08:00
parent bd71bc0c12
commit 5d200009ce
4 changed files with 204 additions and 0 deletions

View File

@ -43,6 +43,15 @@
"js": [
"thirdparty/jquery.min.js"
]
},
{
"matches": [
"https://robertsspaceindustries.com/*"
],
"js": [
"rsi_hangar_fix.js"
],
"run_at": "document_idle"
}
]
}