Skip to content

Commit 61bcaf5

Browse files
committed
fix decode
1 parent 9e3c8ce commit 61bcaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/content-scripts/ufs_global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ UfsGlobal.DEBUG = {
996996
JSON.parse('"' + res.replace(/\"/g, '\\"') + '"')
997997
);
998998
}
999-
return res;
999+
return res.replaceAll("\\/", "/");
10001000
},
10011001

10021002
// https://stackoverflow.com/a/8649003

0 commit comments

Comments
 (0)