(function () {
const root = document.createElement('div');
const frame = document.createElement('iframe');
const script = document.getElementById('shabby-2207');
let query = '?';
query = query.replaceAll('amp;', '');
root.style.margin = '0';
root.style.padding = '0';
root.style.position = 'relative';
root.style.width = '100%';
root.style.height = '0';
root.style.paddingTop = '56.25%';
frame.style.margin = '0';
frame.style.padding = '0';
frame.style.position = 'absolute';
frame.style.width = '100%';
frame.style.height = '100%';
frame.style.border = 'none';
frame.style.top = '0';
frame.style.left = '0';
frame.setAttribute('scrolling', 'no');
frame.setAttribute('allowfullscreen', true);
frame.setAttribute('allow', 'autoplay;fullscreen');
frame.src = 'https://shabby.jp/stock_movies/video/2207/' + query;
root.appendChild(frame);
script.parentNode.replaceChild(root, script);
})();