skevy/youtube-chromeless — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2010-05-13
Embed YouTube videos on a blog without the standard YouTube player interface.
Turn plain YouTube links into clickable inline players automatically.
Maintain an older website that already relies on the Chromeless player style.
| skevy/youtube-chromeless | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | — | TypeScript | TypeScript |
| Last pushed | 2010-05-13 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | moderate | hard | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires jQuery and SWFObject already installed, and relies on YouTube's older Chromeless player API.
This is a jQuery plugin that turns YouTube links on your website into embedded video players. Instead of sending visitors away to YouTube, you can play videos directly within your page using a stripped-down player interface. Here's how it works. You add the plugin to your site, then any link pointing to a YouTube video automatically becomes clickable to play that video inline. When someone clicks a link with the class "video-link," the plugin grabs the video ID from the YouTube URL and inserts a player right on the page. You can customize how big the player appears (the default is 640 by 360 pixels) and control a few technical settings about how the player behaves. The plugin relies on YouTube's "Chromeless" player API, which is an older, minimal version of YouTube's embedded player that gives developers more control over the appearance and behavior. You'll also need jQuery (a popular JavaScript library) and SWFObject (a tool for embedding video content) installed on your site for this to work. A typical use case would be a blog or news site where you want to embed YouTube videos without the standard YouTube interface cluttering your layout. Instead of copying and pasting embed codes, you just write normal links and let the plugin handle the rest. The README doesn't mention advanced features, so it's a fairly straightforward tool focused on basic embed-and-play functionality. This project appears to be an older approach to embedding YouTube videos, modern sites might use YouTube's current embedding methods instead, but it could still be useful for maintaining older websites or for developers who prefer this particular player style.
A jQuery plugin that turns plain YouTube links on a webpage into inline video players, so visitors never leave the site.
Dormant — no commits in 2+ years (last push 2010-05-13).
No license information was provided in the explanation.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.