Update DiscordPreview.js
This commit is contained in:
parent
7597e5a254
commit
831b8a6772
|
@ -45,7 +45,6 @@ window.onmessage = function (e) {
|
|||
html = html.split('"');
|
||||
newhtml += 'class="' + (e.data.checked ? html[0].replace(/([A-z0-9]+?)-([A-z0-9_-]{6})/g, "$1-$2 da-$1") : html[0].split(" ").filter(n => n.indexOf("da-") != 0).join(" ")) + '"' + html.slice(1).join('"');
|
||||
}
|
||||
console.log(newhtml)
|
||||
document.body.innerHTML = newhtml;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue