{"id":21027050,"url":"https://github.com/tom2strobl/jquery.cleanyoutube","last_synced_at":"2025-12-28T15:04:04.459Z","repository":{"id":6951865,"uuid":"8203767","full_name":"tom2strobl/jQuery.cleanYouTube","owner":"tom2strobl","description":"A jQuery plugin for usage of the chromeless YouTube API with a very clean skin.","archived":false,"fork":false,"pushed_at":"2013-02-14T18:07:50.000Z","size":736,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-13T18:51:37.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tom2strobl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-14T17:12:32.000Z","updated_at":"2017-04-12T22:54:09.000Z","dependencies_parsed_at":"2022-08-26T06:41:30.515Z","dependency_job_id":null,"html_url":"https://github.com/tom2strobl/jQuery.cleanYouTube","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tom2strobl/jQuery.cleanYouTube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom2strobl%2FjQuery.cleanYouTube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom2strobl%2FjQuery.cleanYouTube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom2strobl%2FjQuery.cleanYouTube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom2strobl%2FjQuery.cleanYouTube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tom2strobl","download_url":"https://codeload.github.com/tom2strobl/jQuery.cleanYouTube/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tom2strobl%2FjQuery.cleanYouTube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28100945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-28T02:00:05.685Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T11:47:29.127Z","updated_at":"2025-12-28T15:04:04.422Z","avatar_url":"https://github.com/tom2strobl.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"![Screenshot](https://raw.github.com/tom2strobl/jQuery.cleanYouTube/master/screenshot.png)\n\n# jquery.cleanYouTube\n\nA jQuery plugin for usage of the chromeless YouTube API with a very clean skin. It also clears the red Youtube-Play-Buttons at the start and the end of the video.\n\n## WARNING\n\n**This Plugin in still under HEAVY development and currently only works in Chrome perfectly. The CSS is messy, you can't define sizes and it may look weird in other browsers than the latest Chrome build.**\n\n## Installation\n\nIn your head, include the provided CSS-File (I've stripped the whole CSS to a file so it's easy to customize). The font for the controls is already base-encoded within that CSS file.\n\n    \u003clink rel=\"stylesheet\" href=\"/path/to/cleanYouTube.css\"\u003e\n\nInclude the script *after* you included the jQuery library (unless you are packaging scripts somehow else):\n\n    \u003cscript src=\"/path/to/jQuery.cleanYouTube.min.js\"\u003e\u003c/script\u003e\n    \nThen call the plugin on the element you want to insert the video to and at least specify the *videoid*:\n    \n    \u003cscript\u003e\n\t$('.video').cleanYouTube({\n\t\t'videoid' : 'pg4mnnZStU8',\n\t\t'autoplay' : false,\n    \t'loop' : false\n\t});\n\t\u003c/script\u003e\n\n**Do not include the script directly from GitHub (http://raw.github.com/...).** The file is being served as text/plain and as such being blocked\nin Internet Explorer on Windows 7 for instance (because of the wrong MIME type). Bottom line: GitHub is not a CDN.\n\n## Options\n\n### videoid\n\n    videoid: 'c1PbjssaNAg'\n\nDefine the videoid from a YouTube URL. eg: http://www.youtube.com/watch?v= **c1PbjssaNAg**\n\n### autoplay\n\n    autoplay: false\n\nIf true, plays as soon as the video is loaded. Can be set to true or false.\n\n### loop\n\n    loop: false\n\nIf true, starts the video again when it reaches the end. Can be set to true or false.\n\n## Testing\n\nThe code is currently only tested on the latest Chrome Build.\n\n## Development\n\nPull requests are very welcome! Everyone is invited to improve the plugin, it's certainly not js-guru-like.\n\n### Known issues\n\nAltough it completely works in Chrome it drops two Errors from the YouTube API itself:\n\n\tUnable to post message to http://www.youtube.com. Recipient has origin http://...\n\tGET http://www.youtube.com/get_video... 404 (Not Found)\n\n## Authors\n\n[Thomas Strobl](https://github.com/tom2strobl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom2strobl%2Fjquery.cleanyoutube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftom2strobl%2Fjquery.cleanyoutube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftom2strobl%2Fjquery.cleanyoutube/lists"}