Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 911 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 911 Bytes

YouTube Link Embedder

This is a firefox Extension that allows you to view all YouTube videos. Even if it complains that ad blocker is enabled.

It puts the video into iframe:

  iframe.width = '100%';
  iframe.height = '100%';
  iframe.frameBorder = 0;
  iframe.referrerPolicy = 'no-referrer-when-downgrade';
  iframe.allowFullscreen = true;
  iframe.className = 'youtube_player_frame';
  iframe.style.position = 'absolute';
  iframe.style.top = '0';
  iframe.style.left = '0';
  iframe.style.width = '100%';
  iframe.style.height = '100%';
  iframe.style.border = '0';

Installation

HowTo

  • Navigate to any youtube video
  • click extension. Should replace youtube page with embedded frame