Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Capevace/BetterPiP

A macOS application that enables the use of native picture-in-picture with browsers such as Google Chrome for HTML5 videos.
https://github.com/Capevace/BetterPiP

Last synced: about 2 months ago
JSON representation

A macOS application that enables the use of native picture-in-picture with browsers such as Google Chrome for HTML5 videos.

Awesome Lists containing this project

README

        

halbert logo


BetterPiP



Native macOS picture-in-picture in Firefox and Chrome

## Project archived
Due to Firefox and Chrome now having their own picture-in-picture solutions, I've decided to archive this repo. Might still be helpful for learning how to utilize macOS PIP.framework.

## Original README.md
While every major browser now supports some sort of picture-in-picture (PiP), back in the day that was not the case. Most PiP solutions out there were kinda wacky, since they were based on old browser extension APIs.

Then with OSX Yosemite, Apple implemented native picture-in-picture across macOS, with a solid Safari integration. This PiP implementation provided sleek UI and even moved with native notifications coming in. In short, this solution was probably the best on the market at that point.

**BetterPiP** enables the same native picture in picture framework _in Firefox and Google Chrome_ that Safari uses internally. This is based on Stephen Radford's [PiPHack](https://github.com/steve228uk/PiPHack).

## Features

- Watch HTML5 videos (YouTube, Vimeo, etc...) in native picture-in-picture mode (same as Safari)
- Watch any public url in picture in picture mode

## Build

You will need to build the project on your own since I don't currently own a Apple Developer License.