Update index.js
Browse files
index.js
CHANGED
@@ -48,7 +48,7 @@ app.get('/', async (req, res) => {
|
|
48 |
const allregex = /\/([a-zA-Z0-9_-]+\.br\.js)'/g
|
49 |
const matches = htmlContent.match(allregex)
|
50 |
|
51 |
-
let scripts = 'matchcib[0]'
|
52 |
if (matches) {
|
53 |
matches.forEach(match => {
|
54 |
const scriptUrl = match.replace(/'/g, "")
|
|
|
48 |
const allregex = /\/([a-zA-Z0-9_-]+\.br\.js)'/g
|
49 |
const matches = htmlContent.match(allregex)
|
50 |
|
51 |
+
let scripts = 'corecib:${matchcib[0]}'
|
52 |
if (matches) {
|
53 |
matches.forEach(match => {
|
54 |
const scriptUrl = match.replace(/'/g, "")
|