mirror of
https://github.com/NohamR/BetterYGG.git
synced 2026-01-10 00:08:19 +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();
|