This bookmarklet for dddice
javascript:(() => {
roomname=window.location.pathname.substr(1);const iframe = document.createElement("iframe");iframe.width="100%";iframe.height="750";iframe.src=" https://dddice.com/room/C1vhrpm";document.body.insertBefore(iframe, document.body.firstChild);})();