┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/mediabox/lib/lity/plugins/youtube
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: youtube.js
/*! Lity - v3.0.0-dev - 2020-04-26 * http://sorgalla.com/lity/ * Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */ (function(window, factory) { if (typeof define === 'function' && define.amd) { define(['lity'], function(lity) { factory(lity); }); } else if (typeof module === 'object' && typeof module.exports === 'object') { factory(require('lity')); } else { factory(window.lity); } }(typeof window !== "undefined" ? window : this, function(lity) { 'use strict'; var _regex = /(youtube(-nocookie)?\.com|youtu\.be)\/(watch\?v=|v\/|u\/|embed\/?)?([\w-]{11})(.*)?/i; lity.handlers('youtube', function(target, instance) { var matches = _regex.exec(target); if (!matches) { return false; } return lity.iframe( 'https://www.youtube' + (matches[2] || '') + '.com/embed/' + matches[4] + '?autoplay=1', instance, matches[5], target ); }); }));
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 youtube.js
JS
1021 B
2026-04-27 15:57
EDIT
📄 youtube.min.js
JS
600 B
2026-04-27 15:57
EDIT