Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haroldpetersinskipp/video-duration-title-prefix
Userscript to prefix the YouTube tab title with the SponsorBlock duration or the video duration if SponsorBlock is unavailable.
https://github.com/haroldpetersinskipp/video-duration-title-prefix
chrome firefox greasemonkey sponsorblock tampermonkey userscript violentmonkey youtube
Last synced: 6 days ago
JSON representation
Userscript to prefix the YouTube tab title with the SponsorBlock duration or the video duration if SponsorBlock is unavailable.
- Host: GitHub
- URL: https://github.com/haroldpetersinskipp/video-duration-title-prefix
- Owner: HaroldPetersInskipp
- License: mit
- Created: 2024-11-20T15:33:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T21:55:59.000Z (3 months ago)
- Last Synced: 2024-12-08T21:19:52.247Z (2 months ago)
- Topics: chrome, firefox, greasemonkey, sponsorblock, tampermonkey, userscript, violentmonkey, youtube
- Language: JavaScript
- Homepage: https://gist.github.com/HaroldPetersInskipp/f6890b6d06883323d7d272f879c3ec06
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-duration-title-prefix
Userscript to prefix the YouTube tab title with the SponsorBlock duration or the video duration if SponsorBlock is unavailable. Prefix is `[Live]` for livestream content.Screenshots
------------
Example result for a Livestream, Video, and Non-Video content respectively.Example demonstration of my use case, making it easier to order videos by length, to more quickly reduce the number of open tabs by watching shorter content first.
Installation
------------First, install a plugin that enables UserScript. There are several plugins for each web browser:
- Chrome or Firefox: [Tampermonkey](https://www.tampermonkey.net/)
- Firefox: [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)Then, [click here to install](https://gist.github.com/HaroldPetersInskipp/f6890b6d06883323d7d272f879c3ec06/raw/2571817656766b514745efa8425bb4b0b7dc4fa7/video-duration-title-prefix.user.js).