┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/mediabox/lib/lity/plugins/instagram
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: instagram.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 = /(instagr\.am|instagram\.com)\/p\/([a-zA-Z0-9_\-]+)\/?\??(.*)?/i; lity.handlers('instagram', function(target, instance) { var matches = _regex.exec(target); if (!matches) { return false; } return lity.iframe( 'https://www.instagram.com/p/' + matches[2] + '/embed/', instance, matches[3], target ); }); }));
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 instagram.css
CSS
261 B
2026-04-27 15:57
EDIT
📄 instagram.js
JS
969 B
2026-04-27 15:57
EDIT
📄 instagram.min.css
CSS
238 B
2026-04-27 15:57
EDIT
📄 instagram.min.js
JS
560 B
2026-04-27 15:57
EDIT