update bundle + remove pv_knob mention
This commit is contained in:
parent
90e3a578c1
commit
f4818c5327
4 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
extra.js
2
extra.js
|
@ -86,6 +86,7 @@
|
||||||
document.querySelector("body > pv-header > div.left > div.pianoverse > span").innerText = "pv.me"
|
document.querySelector("body > pv-header > div.left > div.pianoverse > span").innerText = "pv.me"
|
||||||
})();
|
})();
|
||||||
(async () => {
|
(async () => {
|
||||||
|
const pv = window.PvInternals;
|
||||||
|
|
||||||
const style = document.createElement("style");
|
const style = document.createElement("style");
|
||||||
style.innerHTML = `pv-chat>div button:nth-child(3){position:absolute;right:40px;z-index:26;cursor:url(88b4a467a18e813218f8.cur),auto;font-size:1em;border:none;height:46px;aspect-ratio:1;padding:0;border-radius:0;box-shadow:none;margin:0;flex:0;color:var(--color-text)}pv-chat>div button:nth-child(3)>img:hover{transform-origin:50% 50%;transform:scale(1.4);transition:.1s}pv-chat>div input[type=text]{padding:0 90px 0 14px}.emoji-container{display:grid;grid-template-columns:auto auto auto auto auto auto}.emoji-container>*{text-align:center;margin:2px}`
|
style.innerHTML = `pv-chat>div button:nth-child(3){position:absolute;right:40px;z-index:26;cursor:url(88b4a467a18e813218f8.cur),auto;font-size:1em;border:none;height:46px;aspect-ratio:1;padding:0;border-radius:0;box-shadow:none;margin:0;flex:0;color:var(--color-text)}pv-chat>div button:nth-child(3)>img:hover{transform-origin:50% 50%;transform:scale(1.4);transition:.1s}pv-chat>div input[type=text]{padding:0 90px 0 14px}.emoji-container{display:grid;grid-template-columns:auto auto auto auto auto auto}.emoji-container>*{text-align:center;margin:2px}`
|
||||||
|
@ -101,7 +102,6 @@
|
||||||
if(e.code == shiftHeldDown) shiftHeldDown = false;
|
if(e.code == shiftHeldDown) shiftHeldDown = false;
|
||||||
})
|
})
|
||||||
|
|
||||||
const pv = window.PvInternals;
|
|
||||||
const emojiRequest = await fetch("emojis.json");
|
const emojiRequest = await fetch("emojis.json");
|
||||||
let emojis = await emojiRequest.json()
|
let emojis = await emojiRequest.json()
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# [Pianoverse Client for pianoverse.me](https://pianoverse.me/)
|
# [Pianoverse Client for pianoverse.me](https://pianoverse.me/)
|
||||||
|
|
||||||
Extracted from the https://pianoverse.net site at 10:33, November 25.
|
Extracted from the https://pianoverse.net site at 17:03, December 21.
|
||||||
Commit ID: 6202927ae53e43bafd8b8fd3be1ffcaaa45426a3
|
Commit ID: 9f40d6b9a23fc72f42529f25f4844b283ea7c20b
|
||||||
|
|
||||||
## Patches
|
## Patches
|
||||||
This client contains two patches, internal.patch, and ws.patch.
|
This client contains two patches, internal.patch, and ws.patch.
|
||||||
|
|
Loading…
Reference in a new issue