PeerTubeify è un'estensione per il browser che aiuta a scoprire quali video di YouTube sono disponibili anche su PeerTube, visualizzando un link e una miniatura sotto il titolo del video quando si guarda un video su YouTube. https://peertube.uno
Go to file
Ealhad 67beeca09d Remove video link even if search fail (duh)
The bar was just staying there after having been displayed once.
2018-08-28 23:23:06 +02:00
extension Update version 2018-08-28 23:15:39 +02:00
src Remove video link even if search fail (duh) 2018-08-28 23:23:06 +02:00
.gitignore v0.2: use webpack, and DOM mutations to properly handle YT navigation 2018-08-10 15:45:07 +02:00
COPYING Initial commit 2018-08-10 02:15:35 +02:00
Makefile Add basic Makefile to ease packaging 2018-08-11 23:47:10 +02:00
README.org Add a section in README to explain how the extension works 2018-08-28 23:15:45 +02:00
logo.svg Add icons to manifest 2018-08-14 12:42:49 +02:00
package-lock.json Add polyfill to run on chromium browsers 2018-08-14 12:43:26 +02:00
package.json Update version 2018-08-28 23:15:39 +02:00
tsconfig.json Go all TypeScript 2018-08-13 20:03:42 +02:00
webpack.config.js Go all TypeScript 2018-08-13 20:03:42 +02:00

README.org

Peertubeify

PeerTubeify is a browser extension to help discovering which YouTube videos are also available on PeerTube, by displaying a link and a thumbnail below the video title, when watching a video on YouTube.

PeerTube is a federated video streaming platform.

PeerTubeify is not affiliated with PeerTube.

Get it on Firefox or Chrome/Chromium.

How does it work?

Most videos have the same title on YouTube and PeerTube. Hence — for now? — PeerTubeify uses the /search/videos endpoint of the PeerTube API to check if a video with the same title exists.

Contributing

Yes please!

License

PeerTubeify is released under the GNU GPL version 3. See COPYING.

Thanks

  • @Nutomic for hosting peertube.video, the default instance used by PeerTubeify