mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 16:38:21 +00:00
3 lines
127 B
JavaScript
3 lines
127 B
JavaScript
var iframeYoutube = document.querySelector('iframe[src="https://www.youtube.com/embed/8dmTl4xAefk"]');
|
|
iframeYoutube.remove();
|