New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tabcinema

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabcinema

Force "cinema" DOM elements to be fullscreen

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

TabCinema

Force a video or presentation to show in cinema mode

This is a fork of this chrome extension, rebundled into a reusable node module

Install

npm install --save tabcinema

Usage

const TabCinema = require('tabcinema');

If you use this module, you should use browserify to bundle it into a script to include in your website (or browser extension).

Toggle fullscreen mode:

TabCinema.toggle();

Set fullscreen mode:

TabCinema.setFullscreen(true);

Keywords

fullscreen

FAQs

Package last updated on 16 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts