Coming soon…


document.addEventListener("DOMContentLoaded", function() { var iframe = document.querySelector("header iframe[src*='opentable.co.uk']"); if (iframe) { iframe.onload = function() { var iframeDocument = iframe.contentWindow.document; var button = iframeDocument.querySelector('button'); if (button) { button.style.backgroundColor = 'transparent'; button.style.border = 'none'; button.style.boxShadow = 'none'; } }; } });