Skip to content

Commit 868703e

Browse files
committed
Removed css from regEx.resName
1 parent bde95b2 commit 868703e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

amazongpt/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Init REGEX
2525
const regEx = {
26-
resName: /[^/]+\/(?:css|dist)?\/?[^/]+\.(?:css|js)(?=[?#]|$)/,
26+
resName: /[^/]+\/(?:dist)?\/?[^/]+\.js(?=[?#]|$)/,
2727
jsURL: /^\/\/ @require\s+(https:\/\/cdn\.jsdelivr\.net\/gh\/.+)$/,
2828
commitHash: /(@|\?v=)([^/#]+)/, sriHash: /[^#]+$/
2929
}

bravegpt/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Init REGEX
2525
const regEx = {
26-
resName: /[^/]+\/(?:css|dist)?\/?[^/]+\.(?:css|js)(?=[?#]|$)/,
26+
resName: /[^/]+\/(?:dist)?\/?[^/]+\.js(?=[?#]|$)/,
2727
jsURL: /^\/\/ @require\s+(https:\/\/cdn\.jsdelivr\.net\/gh\/.+)$/,
2828
commitHash: /(@|\?v=)([^/#]+)/, sriHash: /[^#]+$/
2929
}

chatgpt-auto-continue/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// Init REGEX
2929
const regEx = {
30-
resName: /[^/]+\/(?:css|dist)?\/?[^/]+\.(?:css|js)(?=[?#]|$)/,
30+
resName: /[^/]+\/(?:dist)?\/?[^/]+\.js(?=[?#]|$)/,
3131
jsURL: /^\/\/ @require\s+(https:\/\/cdn\.jsdelivr\.net\/gh\/.+)$/,
3232
commitHash: /(@|\?v=)([^/#]+)/, sriHash: /[^#]+$/
3333
}

chatgpt-infinity/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// Init REGEX
2929
const regEx = {
30-
resName: /[^/]+\/(?:css|dist)?\/?[^/]+\.(?:css|js)(?=[?#]|$)/,
30+
resName: /[^/]+\/(?:dist)?\/?[^/]+\.js(?=[?#]|$)/,
3131
jsURL: /^\/\/ @require\s+(https:\/\/cdn\.jsdelivr\.net\/gh\/.+)$/,
3232
commitHash: /(@|\?v=)([^/#]+)/, sriHash: /[^#]+$/
3333
}

chatgpt-widescreen/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Init REGEX
2525
const regEx = {
26-
resName: /[^/]+\/(?:css|dist)?\/?[^/]+\.(?:css|js)(?=[?#]|$)/,
26+
resName: /[^/]+\/(?:dist)?\/?[^/]+\.js(?=[?#]|$)/,
2727
jsURL: /^\/\/ @require\s+(https:\/\/cdn\.jsdelivr\.net\/gh\/.+)$/,
2828
commitHash: /(@|\?v=)([^/#]+)/, sriHash: /[^#]+$/
2929
}

duckduckgpt/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Init REGEX
2525
const regEx = {
26-
resName: /[^/]+\/(?:css|dist)?\/?[^/]+\.(?:css|js)(?=[?#]|$)/,
26+
resName: /[^/]+\/(?:dist)?\/?[^/]+\.js(?=[?#]|$)/,
2727
jsURL: /^\/\/ @require\s+(https:\/\/cdn\.jsdelivr\.net\/gh\/.+)$/,
2828
commitHash: /(@|\?v=)([^/#]+)/, sriHash: /[^#]+$/
2929
}

googlegpt/utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// Init REGEX
2525
const regEx = {
26-
resName: /[^/]+\/(?:css|dist)?\/?[^/]+\.(?:css|js)(?=[?#]|$)/,
26+
resName: /[^/]+\/(?:dist)?\/?[^/]+\.js(?=[?#]|$)/,
2727
jsURL: /^\/\/ @require\s+(https:\/\/cdn\.jsdelivr\.net\/gh\/.+)$/,
2828
commitHash: /(@|\?v=)([^/#]+)/, sriHash: /[^#]+$/
2929
}

utils/bump/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// Init REGEX
2828
const regEx = {
2929
hash: { commit: /(@|\?v=)([^/#]+)/, sri: /[^#]+$/ },
30-
resName: /[^/]+\/(?:css|dist)?\/?[^/]+\.(?:css|js)(?=[?#]|$)/,
30+
resName: /[^/]+\/(?:dist)?\/?[^/]+\.js(?=[?#]|$)/,
3131
url: {
3232
css: /^\/\/ @resource.+(https:\/\/assets.+\.css.+)$/,
3333
js: /^\/\/ @require\s+(https:\/\/cdn\.jsdelivr\.net\/gh\/.+)$/

0 commit comments

Comments
 (0)