Skip to content

rumca-js/youtube-link-embedder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

YouTube Link embedder

ttps://addons.mozilla.org/…/2acf25cf1d9346a09346

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published