mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-31 12:10:15 +08:00
typo
This commit is contained in:
@@ -267,7 +267,7 @@ async function prepareForRightClickMenu() {
|
||||
|
||||
async function prepareForStaticCard() {
|
||||
let siteRegex
|
||||
if (userConfig.userSiteRegexOnly) siteRegex = userConfig.siteRegex
|
||||
if (userConfig.useSiteRegexOnly) siteRegex = userConfig.siteRegex
|
||||
else
|
||||
siteRegex = new RegExp(
|
||||
(userConfig.siteRegex && userConfig.siteRegex + '|') + Object.keys(siteConfig).join('|'),
|
||||
|
||||
Reference in New Issue
Block a user