fix stuff + add stuff
This commit is contained in:
parent
0f0fa21026
commit
58ee26214e
@ -47,7 +47,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
const match = metaDesc.match(/👍\s*[^|]+\|\s*👎\s*[^|]+\|\s*📈\s*[^💬]+/);
|
||||
if (match) {
|
||||
stats = match[0]
|
||||
.replace(/👍/g, "• 👍")
|
||||
.replace(/👍/g, "👍")
|
||||
.replace(/👎/g, "• 👎")
|
||||
.replace(/📈/g, "• 📈")
|
||||
.replace(/\s*\|\s*/g, " ");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user