{ "translatorID": "d3b1d34c-f8a1-43bb-9dd6-27aa6403b217", "label": "YouTube", "creator": "Sean Takats, Michael Berkowitz, Matt Burton and Rintze Zelle", "target": "https?://[^/]*youtube\\.com\\/", "minVersion": "3.0", "maxVersion": "", "priority": 100, "inRepository": true, "translatorType": 4, "browserSupport": "gcsbv", "lastUpdated": "2014-10-19 03:31:27" } function detectWeb(doc, url) { if (getVideoId(url)) { return "videoRecording"; } //Search results if ( getSearchResults(doc, true) ) { return "multiple"; } } function getSearchResults(doc, checkOnly) { var container = doc.getElementById('results') || doc.getElementById('browse-items-primary'); if (!container) return false; var links = container.getElementsByClassName('yt-uix-tile-link'); var items = {}, found = false; for (var i=0, n=links.length; i