User:Plok 1993/monacobookbeta.js
From MediaWiki
Jump to navigationJump to searchNote: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
function ding() {
var sound = new Audio("https://files.catbox.moe/uuhxs8.mp3");
sound.play();
}
document.getElementById("p-gobox")[0].addEventListener("click", ding);

