@liascript/editor 1.1.0--0.10.21 → 1.1.0--0.10.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/Base.55ca6647.js +1 -0
- package/dist/Base.a5eb8e0c.js +1 -0
- package/dist/editor/ace.js +1 -1
- package/dist/editor/ext-code_lens.js +1 -1
- package/dist/editor/ext-emmet.js +1 -1
- package/dist/editor/ext-keybinding_menu.js +1 -1
- package/dist/editor/ext-language_tools.js +1 -1
- package/dist/editor/ext-modelist.js +1 -1
- package/dist/editor/ext-options.js +1 -1
- package/dist/editor/ext-prompt.js +1 -1
- package/dist/editor/ext-searchbox.js +1 -1
- package/dist/editor/ext-settings_menu.js +1 -1
- package/dist/editor/ext-static_highlight.js +1 -1
- package/dist/editor/keybinding-emacs.js +1 -1
- package/dist/editor/keybinding-vim.js +1 -1
- package/dist/editor/mode-aql.js +1 -1
- package/dist/editor/mode-bibtex.js +8 -0
- package/dist/editor/mode-coldfusion.js +1 -1
- package/dist/editor/mode-csound_document.js +1 -1
- package/dist/editor/mode-csound_orchestra.js +1 -1
- package/dist/editor/mode-css.js +1 -1
- package/dist/editor/mode-curly.js +1 -1
- package/dist/editor/mode-django.js +1 -1
- package/dist/editor/mode-ejs.js +1 -1
- package/dist/editor/mode-ftl.js +1 -1
- package/dist/editor/mode-gobstones.js +1 -1
- package/dist/editor/mode-haml.js +1 -1
- package/dist/editor/mode-handlebars.js +1 -1
- package/dist/editor/mode-html.js +1 -1
- package/dist/editor/mode-html_elixir.js +1 -1
- package/dist/editor/mode-html_ruby.js +1 -1
- package/dist/editor/mode-jade.js +1 -1
- package/dist/editor/mode-jexl.js +8 -0
- package/dist/editor/mode-jsp.js +1 -1
- package/dist/editor/mode-kotlin.js +1 -1
- package/dist/editor/mode-latte.js +1 -1
- package/dist/editor/mode-less.js +1 -1
- package/dist/editor/mode-liquid.js +1 -1
- package/dist/editor/mode-luapage.js +1 -1
- package/dist/editor/mode-markdown.js +1 -1
- package/dist/editor/mode-mask.js +1 -1
- package/dist/editor/mode-nsis.js +1 -1
- package/dist/editor/mode-nunjucks.js +1 -1
- package/dist/editor/mode-pgsql.js +1 -1
- package/dist/editor/mode-php.js +1 -1
- package/dist/editor/mode-php_laravel_blade.js +1 -1
- package/dist/editor/mode-razor.js +1 -1
- package/dist/editor/mode-rhtml.js +1 -1
- package/dist/editor/mode-robot.js +8 -0
- package/dist/editor/mode-rust.js +1 -1
- package/dist/editor/mode-sass.js +1 -1
- package/dist/editor/mode-scss.js +1 -1
- package/dist/editor/mode-slim.js +1 -1
- package/dist/editor/mode-smarty.js +1 -1
- package/dist/editor/mode-soy_template.js +1 -1
- package/dist/editor/mode-sql.js +1 -1
- package/dist/editor/mode-stylus.js +1 -1
- package/dist/editor/mode-svg.js +1 -1
- package/dist/editor/mode-twig.js +1 -1
- package/dist/editor/mode-velocity.js +1 -1
- package/dist/editor/mode-visualforce.js +1 -1
- package/dist/editor/mode-xml.js +1 -1
- package/dist/editor/mode-yaml.js +1 -1
- package/dist/editor/snippets/abc.js +1 -1
- package/dist/editor/snippets/actionscript.js +1 -1
- package/dist/editor/snippets/bibtex.js +8 -0
- package/dist/editor/snippets/c_cpp.js +1 -1
- package/dist/editor/snippets/clojure.js +1 -1
- package/dist/editor/snippets/coffee.js +1 -1
- package/dist/editor/snippets/csound_document.js +1 -1
- package/dist/editor/snippets/csound_orchestra.js +1 -1
- package/dist/editor/snippets/css.js +1 -1
- package/dist/editor/snippets/dart.js +1 -1
- package/dist/editor/snippets/diff.js +1 -1
- package/dist/editor/snippets/django.js +1 -1
- package/dist/editor/snippets/drools.js +1 -1
- package/dist/editor/snippets/edifact.js +1 -1
- package/dist/editor/snippets/erlang.js +1 -1
- package/dist/editor/snippets/fsl.js +1 -1
- package/dist/editor/snippets/gobstones.js +1 -1
- package/dist/editor/snippets/graphqlschema.js +1 -1
- package/dist/editor/snippets/haml.js +1 -1
- package/dist/editor/snippets/haskell.js +1 -1
- package/dist/editor/snippets/html.js +1 -1
- package/dist/editor/snippets/java.js +1 -1
- package/dist/editor/snippets/javascript.js +1 -1
- package/dist/editor/snippets/jexl.js +8 -0
- package/dist/editor/snippets/jsoniq.js +1 -1
- package/dist/editor/snippets/jsp.js +1 -1
- package/dist/editor/snippets/liquid.js +1 -1
- package/dist/editor/snippets/lsl.js +1 -1
- package/dist/editor/snippets/lua.js +1 -1
- package/dist/editor/snippets/makefile.js +1 -1
- package/dist/editor/snippets/markdown.js +1 -1
- package/dist/editor/snippets/maze.js +1 -1
- package/dist/editor/snippets/perl.js +1 -1
- package/dist/editor/snippets/php.js +1 -1
- package/dist/editor/snippets/python.js +1 -1
- package/dist/editor/snippets/r.js +1 -1
- package/dist/editor/snippets/razor.js +1 -1
- package/dist/editor/snippets/robot.js +8 -0
- package/dist/editor/snippets/rst.js +1 -1
- package/dist/editor/snippets/ruby.js +1 -1
- package/dist/editor/snippets/sh.js +1 -1
- package/dist/editor/snippets/snippets.js +1 -1
- package/dist/editor/snippets/sql.js +1 -1
- package/dist/editor/snippets/sqlserver.js +1 -1
- package/dist/editor/snippets/tcl.js +1 -1
- package/dist/editor/snippets/tex.js +1 -1
- package/dist/editor/snippets/textile.js +1 -1
- package/dist/editor/snippets/velocity.js +1 -1
- package/dist/editor/snippets/wollok.js +1 -1
- package/dist/editor/snippets/xquery.js +1 -1
- package/dist/editor/theme-ambiance.js +1 -1
- package/dist/editor/theme-chaos.js +1 -1
- package/dist/editor/theme-chrome.js +1 -1
- package/dist/editor/theme-cloud9_day.js +1 -1
- package/dist/editor/theme-cloud9_night.js +1 -1
- package/dist/editor/theme-cloud9_night_low_color.js +1 -1
- package/dist/editor/theme-clouds.js +1 -1
- package/dist/editor/theme-clouds_midnight.js +1 -1
- package/dist/editor/theme-cobalt.js +1 -1
- package/dist/editor/theme-crimson_editor.js +1 -1
- package/dist/editor/theme-dawn.js +1 -1
- package/dist/editor/theme-dracula.js +1 -1
- package/dist/editor/theme-dreamweaver.js +1 -1
- package/dist/editor/theme-eclipse.js +1 -1
- package/dist/editor/theme-github.js +1 -1
- package/dist/editor/theme-gob.js +1 -1
- package/dist/editor/theme-gruvbox.js +1 -1
- package/dist/editor/theme-gruvbox_dark_hard.js +8 -0
- package/dist/editor/theme-gruvbox_light_hard.js +8 -0
- package/dist/editor/theme-idle_fingers.js +1 -1
- package/dist/editor/theme-iplastic.js +1 -1
- package/dist/editor/theme-katzenmilch.js +1 -1
- package/dist/editor/theme-kr_theme.js +1 -1
- package/dist/editor/theme-kuroir.js +1 -1
- package/dist/editor/theme-merbivore.js +1 -1
- package/dist/editor/theme-merbivore_soft.js +1 -1
- package/dist/editor/theme-mono_industrial.js +1 -1
- package/dist/editor/theme-monokai.js +1 -1
- package/dist/editor/theme-nord_dark.js +1 -1
- package/dist/editor/theme-one_dark.js +1 -1
- package/dist/editor/theme-pastel_on_dark.js +1 -1
- package/dist/editor/theme-solarized_dark.js +1 -1
- package/dist/editor/theme-solarized_light.js +1 -1
- package/dist/editor/theme-sqlserver.js +1 -1
- package/dist/editor/theme-terminal.js +1 -1
- package/dist/editor/theme-textmate.js +1 -1
- package/dist/editor/theme-tomorrow.js +1 -1
- package/dist/editor/theme-tomorrow_night.js +1 -1
- package/dist/editor/theme-tomorrow_night_blue.js +1 -1
- package/dist/editor/theme-tomorrow_night_bright.js +1 -1
- package/dist/editor/theme-tomorrow_night_eighties.js +1 -1
- package/dist/editor/theme-twilight.js +1 -1
- package/dist/editor/theme-vibrant_ink.js +1 -1
- package/dist/editor/theme-xcode.js +1 -1
- package/dist/editor/worker-base.js +1 -1
- package/dist/editor/worker-coffee.js +1 -1
- package/dist/editor/worker-css.js +1 -1
- package/dist/editor/worker-html.js +1 -1
- package/dist/editor/worker-javascript.js +1 -1
- package/dist/editor/worker-json.js +1 -1
- package/dist/editor/worker-lua.js +1 -1
- package/dist/editor/worker-php.js +1 -1
- package/dist/editor/worker-xml.js +1 -1
- package/dist/editor/worker-xquery.js +1 -1
- package/dist/editor/worker-yaml.js +1 -0
- package/dist/index.0447d41b.js +1 -0
- package/dist/index.046db643.js +33 -0
- package/dist/index.21d0df5e.js +1 -0
- package/dist/index.2788d139.js +1 -0
- package/dist/index.2d4be0e5.js +1 -0
- package/dist/index.3b1b6bb2.js +1 -0
- package/dist/index.5926ee24.js +1 -0
- package/dist/index.61655063.js +1 -0
- package/dist/index.647ebf67.js +1 -0
- package/dist/index.6dcf9af7.js +1 -0
- package/dist/{index.ff9f18b2.js → index.7e3053fd.js} +1 -1
- package/dist/{index.a0549919.js → index.93e5add0.js} +1 -1
- package/dist/index.9415a6e4.css +1 -0
- package/dist/{index.e75b6acd.js → index.c8195391.js} +1 -1
- package/dist/index.da990239.js +32 -0
- package/dist/index.html +1 -1
- package/package.json +18 -13
- package/dist/Base.37196861.js +0 -1
- package/dist/Base.5d7e682d.js +0 -1
- package/dist/index.091c92e9.js +0 -1
- package/dist/index.3033e00c.js +0 -1
- package/dist/index.383e4a47.js +0 -1
- package/dist/index.49ab1337.js +0 -1
- package/dist/index.60a466f3.js +0 -1
- package/dist/index.7e06ca03.js +0 -1
- package/dist/index.7f10aabe.css +0 -1
- package/dist/index.a4213c46.js +0 -1
- package/dist/index.b0bdfb57.js +0 -16
- package/dist/index.b80d4c0c.css +0 -1
- package/dist/index.c7d04de3.js +0 -1
- package/dist/index.d8cbc6f3.js +0 -16
- package/dist/index.e95b2b35.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(){function e(e,o,m,i){Object.defineProperty(e,o,{get:m,set:i,enumerable:!0,configurable:!0})}var o="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},m={},i={},a=o.parcelRequirea18f;null==a&&((a=function(e){if(e in m)return m[e].exports;if(e in i){var o=i[e];delete i[e];var a={id:e,exports:{}};return m[e]=a,o.call(a.exports,a,a.exports),a.exports}var c=new Error("Cannot find module '"+e+"'");throw c.code="MODULE_NOT_FOUND",c}).register=function(e,o){i[e]=o},o.parcelRequirea18f=a),a.register("2DHz2",(function(o,m){e(o.exports,"extract",(function(){return f}));var i=a("3mpD3"),c=a("4JAgF"),t=a("9HoHC"),r=a("gNsil"),d=a("dVhHy"),s=a("9PuT7"),n=a("8rJSp"),w=a("cDTRq"),p=a("9yLLw"),l=a("3vvcD"),b=Object();function u(e){e=(e=e.replace("https://","")).replace("http://","");var o=p.endpoints.find((function(o){var m=(0,d.default)(o,2),i=m[0],a=m[1];return a&&a.length?a.some((function(o){return e.match(new RegExp(o.replace(/\*/g,"(?:.*)"),"i"))})):i.includes(e)}));if(o)return"https://"+o[0]}function v(e,o,m,i){return h.apply(this,arguments)}function h(){return(h=(0,i.default)((function(e,o,m,i){var a,c;return(0,w.__generator)(this,(function(t){switch(t.label){case 0:return o=o.replace(/\{format\}/g,"json"),a="".concat(o,"?format=json&url=").concat(encodeURIComponent(e)),a=m.maxwidth?"".concat(a,"&maxwidth=").concat(m.maxwidth):a,a=m.maxheight?"".concat(a,"&maxheight=").concat(m.maxheight):a,i?(a=i+encodeURIComponent(a),[4,fetch(a)]):[3,3];case 1:return[4,t.sent().text()];case 2:return c=t.sent(),c=JSON.parse(c),c=JSON.parse(c.contents),[3,6];case 3:return[4,fetch(a)];case 4:return[4,t.sent().json()];case 5:c=t.sent(),t.label=6;case 6:return[2,c]}}))}))).apply(this,arguments)}function f(e,o){return g.apply(this,arguments)}function g(){return(g=(0,i.default)((function(e,o){var m,i,a,c;return(0,w.__generator)(this,(function(t){switch(t.label){case 0:if(e.endsWith("/")&&(e=e.slice(0,-1)),b[e]&&b[e][JSON.stringify(o)])return[2,b[e][JSON.stringify(o)]];if(!(m=u(e)))throw new Error('No provider found with given url "'.concat(e,'"'));t.label=1;case 1:return t.trys.push([1,3,,5]),[4,v(e,m,o)];case 2:return i=t.sent(),[3,5];case 3:return t.sent(),[4,v(e,m,o,l.PROXY)];case 4:return i=t.sent(),[3,5];case 5:return a=JSON.stringify(o),b[e]?b[e][a]=i:((c={})[a]=i,b[e]=c),[2,i]}}))}))).apply(this,arguments)}function y(e){e.target instanceof HTMLElement&&(e.target.style.width="100%")}customElements.define("lia-embed",function(e){"use strict";(0,r.default)(m,e);var o=(0,n.default)(m);function m(){var e;return(0,c.default)(this,m),(e=o.call(this)).url_=null,e.div_=document.createElement("div"),e.div_.style.width="inherit",e.div_.style.height="inherit",e.div_.style.display="inline-block",e.thumbnail_=!1,e.paramCount=0,e}return(0,t.default)(m,[{key:"connectedCallback",value:function(){this.attachShadow({mode:"closed"}).appendChild(this.div_);var e=this.parentElement,o=parseFloat(this.getAttribute("scale")||"0.674");if(e){var m=parseInt(window.getComputedStyle(e).getPropertyValue("padding-left").replace("px",""));this.maxwidth_=null!=this.maxwidth_?this.maxwidth_:e.clientWidth-m-30,this.maxheight_=null!=this.maxheight_?this.maxheight_:Math.floor(this.maxwidth_*(o||.674)),this.maxheight_>screen.availHeight&&(this.maxheight_=Math.floor(screen.availHeight*(o||.76)))}this.render()}},{key:"render",value:function(){if(this.paramCount>2){var e=this.div_,o={maxwidth:this.maxwidth_,maxheight:this.maxheight_};if(this.url_){var m=this.url_,i=this.thumbnail_;f(m,o).then((function(o){try{i&&o.thumbnail_url?e.innerHTML='<img style="width: inherit; height: inherit; object-fit: cover" src="'.concat(o.thumbnail_url,'"></img>'):e.innerHTML=o.html}catch(o){e.innerHTML='<iframe src="'.concat(m,'" style="width: 100%; height: inherit" allowfullscreen loading="lazy"></iframe>')}var a=e.children[0];a&&("IFRAME"===a.nodeName?a.addEventListener("load",y):1===a.childElementCount&&"IFRAME"===a.children[0].nodeName?a.children[0].addEventListener("load",y):a instanceof HTMLElement&&(a.style.width="100%"))})).catch((function(i){e.innerHTML='<iframe src="'.concat(m,'" style="width: 100%; height: ').concat(o.maxheight?o.maxheight+"px":"inherit",';" allowfullscreen loading="lazy""></iframe>')}))}}}},{key:"url",get:function(){return this.url_},set:function(e){this.url_!==e&&(this.url_=e,this.paramCount++,this.render())}},{key:"maxheight",get:function(){return this.maxheight_},set:function(e){this.maxheight_!==e&&(this.paramCount++,0!=e&&(this.maxheight_=e))}},{key:"maxwidth",get:function(){return this.maxwidth_},set:function(e){this.maxwidth_!==e&&(this.paramCount++,0!=e&&(this.maxwidth_=e))}},{key:"thumbnail",get:function(){return this.thumbnail_},set:function(e){this.thumbnail_=e}}]),m}((0,s.default)(HTMLElement)))})),a.register("3mpD3",(function(o,m){function i(e,o,m,i,a,c,t){try{var r=e[c](t),d=r.value}catch(e){return void m(e)}r.done?o(d):Promise.resolve(d).then(i,a)}function a(e){return function(){var o=this,m=arguments;return new Promise((function(a,c){var t=e.apply(o,m);function r(e){i(t,a,c,r,d,"next",e)}function d(e){i(t,a,c,r,d,"throw",e)}r(void 0)}))}}e(o.exports,"default",(function(){return a}))})),a.register("cDTRq",(function(o,m){e(o.exports,"__generator",(function(){return i}));function i(e,o){var m,i,a,c,t={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return c={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(c[Symbol.iterator]=function(){return this}),c;function r(r){return function(d){return function(r){if(m)throw new TypeError("Generator is already executing.");for(;c&&(c=0,r[0]&&(t=0)),t;)try{if(m=1,i&&(a=2&r[0]?i.return:r[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,r[1])).done)return a;switch(i=0,a&&(r=[2&r[0],a.value]),r[0]){case 0:case 1:a=r;break;case 4:return t.label++,{value:r[1],done:!1};case 5:t.label++,i=r[1],r=[0];continue;case 7:r=t.ops.pop(),t.trys.pop();continue;default:if(!(a=t.trys,(a=a.length>0&&a[a.length-1])||6!==r[0]&&2!==r[0])){t=0;continue}if(3===r[0]&&(!a||r[1]>a[0]&&r[1]<a[3])){t.label=r[1];break}if(6===r[0]&&t.label<a[1]){t.label=a[1],a=r;break}if(a&&t.label<a[2]){t.label=a[2],t.ops.push(r);break}a[2]&&t.ops.pop(),t.trys.pop();continue}r=o.call(e,t)}catch(e){r=[6,e],i=0}finally{m=a=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,d])}}}Object.create;Object.create})),a.register("9yLLw",(function(o,m){e(o.exports,"endpoints",(function(){return i}));var i=JSON.parse('[["www.23hq.com/23/oembed",["www.23hq.com/*/photo/*"]],["api.abraia.me/oembed",["store.abraia.me/*"]],["oembed.acast.com/v1/embed-player",["play.acast.com/s/*"]],["secure.actblue.com/cf/oembed",["secure.actblue.com/donate/*"]],["adilo.bigcommand.com/web/oembed",["adilo.bigcommand.com/watch/*"]],["play.adpaths.com/oembed/*",["play.adpaths.com/experience/*"]],["openapi.afreecatv.com/oembed/embedinfo",["v.afree.ca/ST/","vod.afreecatv.com/ST/","vod.afreecatv.com/PLAYER/STATION/","play.afreecatv.com/"]],["viewer.altium.com/shell/oembed",["altium.com/viewer/*"]],["api.altrulabs.com/api/v1/social/oembed",["app.altrulabs.com/*/*?answer_id=*","app.altrulabs.com/player/*"]],["live.amcharts.com/oembed",["live.amcharts.com/*","live.amcharts.com/*"]],["api.amtraker.com/v2/oembed",["amtraker.com/trains/*","beta.amtraker.com/trains/*"]],["animatron.com/oembed/json",["www.animatron.com/project/*","animatron.com/project/*"]],["animoto.com/oembeds/create",["animoto.com/play/*"]],["api.anniemusic.app/api/v1/oembed",["anniemusic.app/t/*","anniemusic.app/p/*"]],["display.apester.com/oembed",["renderer.apester.com/v2/*?preview=true&iframe_preview=true"]],["storymaps.arcgis.com/oembed",["storymaps.arcgis.com/stories/*"]],["app.archivos.digital/oembed/",["app.archivos.digital/app/view/*"]],["audioboom.com/publishing/oembed.{format}",["audioboom.com/channels/*","audioboom.com/channel/*","audioboom.com/playlists/*","audioboom.com/podcasts/*","audioboom.com/podcast/*","audioboom.com/posts/*","audioboom.com/episodes/*"]],["audioclip.naver.com/oembed",["audioclip.naver.com/channels/*/clips/*","audioclip.naver.com/audiobooks/*"]],["audiomack.com/oembed",["audiomack.com/*/song/*","audiomack.com/*/album/*","audiomack.com/*/playlist/*"]],["podcasts.audiomeans.fr/services/oembed",["podcasts.audiomeans.fr/*"]],["stage-embed.avocode.com/api/oembed",["app.avocode.com/view/*"]],["backtracks.fm/oembed",["backtracks.fm/*/*/e/*","backtracks.fm/*/s/*/*","backtracks.fm/*/*/*/*/e/*/*","backtracks.fm/*","backtracks.fm/*"]],["www.beautiful.ai/api/oembed",[]],["blackfire.io/oembed",["blackfire.io/profiles/*/graph","blackfire.io/profiles/compare/*/graph"]],["blogcast.host/oembed",["blogcast.host/embed/*","blogcast.host/embedly/*"]],["bookingmood.com/api/oembed",["www.bookingmood.com/embed/*/*"]],["boxofficebuz.com/oembed",[]],["view.briovr.com/api/v1/worlds/oembed/",["view.briovr.com/api/v1/worlds/oembed/*"]],["www.bumper.com/oembed/bumper",["www.bumper.com/oembed/bumper","www.bumper.com/oembed-s/bumper"]],["buttondown.email/embed",["buttondown.email/*"]],["cmc.byzart.eu/oembed/",["cmc.byzart.eu/files/*"]],["cacoo.com/oembed.{format}",["cacoo.com/diagrams/*"]],["minesweeper.today/api/oembed",["minesweeper.today/*","minesweeper.today/*"]],["www.catapult.app/_hcms/api/video/oembed",["www-catapult-app.sandbox.hs-sites.com/video-page*","www-catapult.app/video-page*"]],["img.catbo.at/oembed.json",["img.catbo.at/*"]],["view.ceros.com/oembed",["view.ceros.com/*","view.ceros.com/*"]],["www.chainflix.net/video/oembed",["chainflix.net/video/*","chainflix.net/video/embed/*","*.chainflix.net/video/*","*.chainflix.net/video/embed/*"]],["embed.chartblocks.com/1.0/oembed",["public.chartblocks.com/c/*"]],["chirb.it/oembed.{format}",["chirb.it/*"]],["chroco.ooo/embed",["chroco.ooo/mypage/*","chroco.ooo/story/*"]],["www.circuitlab.com/circuit/oembed/",["www.circuitlab.com/circuit/*"]],["www.clipland.com/api/oembed",["www.clipland.com/v/*","www.clipland.com/v/*"]],["api.clyp.it/oembed/",["clyp.it/*","clyp.it/playlist/*"]],["app.ilovecoco.video/api/oembed.{format}",["app.ilovecoco.video/*/embed"]],["codehs.com/api/sharedprogram/*/oembed/",["codehs.com/editor/share_abacus/*"]],["codepen.io/api/oembed",["codepen.io/*","codepen.io/*"]],["codepoints.net/api/v1/oembed",["codepoints.net/*","codepoints.net/*","www.codepoints.net/*","www.codepoints.net/*"]],["codesandbox.io/oembed",["codesandbox.io/s/*","codesandbox.io/embed/*"]],["www.collegehumor.com/oembed.{format}",["www.collegehumor.com/video/*"]],["commaful.com/api/oembed/",["commaful.com/play/*"]],["coub.com/api/oembed.{format}",["coub.com/view/*","coub.com/embed/*"]],["crowdranking.com/api/oembed.{format}",["crowdranking.com/*/*"]],["crumb.sh/oembed/",["crumb.sh/*"]],["gql.cueup.io/oembed",["cueup.io/user/*/sounds/*"]],["api.curated.co/oembed",["*.curated.co/*"]],["app.customerdb.com/embed",["app.customerdb.com/share/*"]],["app.dadan.io/api/video/oembed",["app.dadan.io/*","stage.dadan.io/*"]],["www.dailymotion.com/services/oembed",["www.dailymotion.com/video/*"]],["dalexni.com/oembed/",["dalexni.com/i/*"]],["api.datawrapper.de/v3/oembed/",["datawrapper.dwcdn.net/*"]],["embed.deseret.com/",["*.deseret.com/*"]],["backend.deviantart.com/oembed",["*.deviantart.com/art/*","*.deviantart.com/*#/d*","fav.me/*","sta.sh/*","*.deviantart.com/art/*","*.deviantart.com/*/art/*"]],["*.didacte.com/cards/oembed",["*.didacte.com/a/course/*"]],["www.ultimedia.com/api/search/oembed",["www.ultimedia.com/central/video/edit/id/*/topic_id/*/","www.ultimedia.com/default/index/videogeneric/id/*/showtitle/1/viewnc/1","www.ultimedia.com/default/index/videogeneric/id/*"]],["www.docdroid.net/api/oembed",["*.docdroid.net/*","*.docdroid.net/*","docdro.id/*","docdro.id/*","*.docdroid.com/*","*.docdroid.com/*"]],["www.docswell.com/service/oembed",["docswell.com/*/*","docswell.com/*/*","www.docswell.com/*/*","www.docswell.com/*/*"]],["dotsub.com/services/oembed",["dotsub.com/view/*"]],["dreambroker.com/channel/oembed",["www.dreambroker.com/channel/*/*"]],["api.d.tube/oembed",["d.tube/v/*"]],["www.edumedia-sciences.com/oembed.json",[]],["www.edumedia-sciences.com/oembed.xml",[]],["egliseinfo.catholique.fr/api/oembed",["egliseinfo.catholique.fr/*"]],["embedery.com/api/oembed",["embedery.com/widget/*"]],["api.embed.ly/1/oembed",[]],["music.enystre.com/oembed",["music.enystre.com/lyrics/*"]],["ethfiddle.com/services/oembed/",["ethfiddle.com/*"]],["evt.live/api/oembed",["evt.live/*","evt.live/*/*","live.eventlive.pro/*","live.eventlive.pro/*/*"]],["api.everviz.com/oembed",["app.everviz.com/embed/*","app.everviz.com/embed/*"]],["oembed.ex.co/item",["app.ex.co/stories/*","www.playbuzz.com/*"]],["eyrie.io/v1/oembed",["eyrie.io/board/*","eyrie.io/sparkfun/*"]],["graph.facebook.com/v10.0/oembed_post",["www.facebook.com/*/posts/*","www.facebook.com/*/activity/*","www.facebook.com/*/photos/*","www.facebook.com/photo.php?fbid=*","www.facebook.com/photos/*","www.facebook.com/permalink.php?story_fbid=*","www.facebook.com/media/set?set=*","www.facebook.com/questions/*","www.facebook.com/notes/*/*/*"]],["graph.facebook.com/v10.0/oembed_video",["www.facebook.com/*/videos/*","www.facebook.com/video.php?id=*","www.facebook.com/video.php?v=*"]],["graph.facebook.com/v10.0/oembed_page",["www.facebook.com/*"]],["app.getfader.com/api/oembed",["app.getfader.com/projects/*/publish"]],["faithlifetv.com/api/oembed",["faithlifetv.com/items/*","faithlifetv.com/items/resource/*/*","faithlifetv.com/media/*","faithlifetv.com/media/assets/*","faithlifetv.com/media/resource/*/*"]],["www.fireworktv.com/oembed",["*.fireworktv.com/*","*.fireworktv.com/embed/*/v/*"]],["www.fite.tv/oembed",["www.fite.tv/watch/*"]],["flat.io/services/oembed",["flat.io/score/*","*.flat.io/score/*"]],["www.flickr.com/services/oembed/",["*.flickr.com/photos/*","flic.kr/p/*","*.flickr.com/photos/*","flic.kr/p/*","*.*.flickr.com/*/*","*.*.flickr.com/*/*"]],["app.flourish.studio/api/v1/oembed",["public.flourish.studio/visualisation/*","public.flourish.studio/story/*"]],["fiso.foxsports.com.au/oembed",["fiso.foxsports.com.au/isomorphic-widget/*","fiso.foxsports.com.au/isomorphic-widget/*"]],["framebuzz.com/oembed/",["framebuzz.com/v/*","framebuzz.com/v/*"]],["api.framer.com/web/oembed",["framer.com/share/*","framer.com/embed/*"]],["api.geograph.org.uk/api/oembed",["*.geograph.org.uk/*","*.geograph.co.uk/*","*.geograph.ie/*","*.wikimedia.org/*_geograph.org.uk_*"]],["www.geograph.org.gg/api/oembed",["*.geograph.org.gg/*","*.geograph.org.je/*","channel-islands.geograph.org/*","channel-islands.geographs.org/*","*.channel.geographs.org/*"]],["geo.hlipp.de/restapi.php/api/oembed",["geo-en.hlipp.de/*","geo.hlipp.de/*","germany.geograph.org/*"]],["embed.gettyimages.com/oembed",["gty.im/*"]],["api.gfycat.com/v1/oembed",["gfycat.com/*","www.gfycat.com/*","gfycat.com/*","www.gfycat.com/*"]],["www.gifnote.com/services/oembed",["www.gifnote.com/play/*"]],["giphy.com/services/oembed",["giphy.com/gifs/*","giphy.com/clips/*","gph.is/*","media.giphy.com/media/*/giphy.gif"]],["gloria.tv/oembed/",[]],["embed.gmetri.com/oembed/",["view.gmetri.com/*","*.gmetri.com/*"]],["app.gong.io/oembed",["app.gong.io/call?id=*"]],["api.grain.com/_/api/oembed",["grain.co/highlight/*","grain.co/share/*","grain.com/share/*"]],["api.luminery.com/oembed",["gtchannel.com/watch/*"]],["api.gyazo.com/api/oembed",["gyazo.com/*"]],["api.hash.ai/oembed",["core.hash.ai/@*"]],["hearthis.at/oembed/?format=json",["hearthis.at/*/*/","hearthis.at/*/set/*/"]],["heyzine.com/api1/oembed",["heyzine.com/flip-book/*","*.hflip.co/*","*.aflip.in/*"]],["player.hihaho.com/services/oembed",["player.hihaho.com/*"]],["www.hippovideo.io/services/oembed",["*.hippovideo.io/*","*.hippovideo.io/*"]],["homey.app/api/oembed/flow",["homey.app/f/*","homey.app/*/flow/*"]],["huffduffer.com/oembed",["huffduffer.com/*/*"]],["www.hulu.com/api/oembed.{format}",["www.hulu.com/watch/*"]],["oembed.idomoo.com/oembed",["*.idomoo.com/*"]],["www.ifixit.com/Embed",["www.ifixit.com/Guide/View/*"]],["www.ifttt.com/oembed/",["ifttt.com/recipes/*"]],["www.iheart.com/oembed",["www.iheart.com/podcast/*/*"]],["qr.imenupro.com/api/oembed",["qr.imenupro.com/*","qr.imenupro.com/*"]],["oembed.incredible.dev/oembed",["incredible.dev/watch/*"]],["player.indacolive.com/services/oembed",["player.indacolive.com/player/jwp/clients/*"]],["infogram.com/oembed",["infogram.com/*"]],["infoveave.net/services/oembed/",["*.infoveave.net/E/*","*.infoveave.net/P/*"]],["www.injurymap.com/services/oembed",["www.injurymap.com/exercises/*"]],["www.inoreader.com/oembed/api/",["www.inoreader.com/oembed/"]],["api.inphood.com/oembed",["*.inphood.com/*"]],["graph.facebook.com/v10.0/instagram_oembed",["instagram.com/*/p/*,","www.instagram.com/*/p/*,","instagram.com/*/p/*,","www.instagram.com/*/p/*,","instagram.com/p/*","instagr.am/p/*","www.instagram.com/p/*","www.instagr.am/p/*","instagram.com/p/*","instagr.am/p/*","www.instagram.com/p/*","www.instagr.am/p/*","instagram.com/tv/*","instagr.am/tv/*","www.instagram.com/tv/*","www.instagr.am/tv/*","instagram.com/tv/*","instagr.am/tv/*","www.instagram.com/tv/*","www.instagr.am/tv/*","www.instagram.com/reel/*","www.instagram.com/reel/*","instagram.com/reel/*","instagram.com/reel/*","instagr.am/reel/*","instagr.am/reel/*"]],["www.insticator.com/oembed",["ppa.insticator.com/embed-unit/*"]],["issuu.com/oembed",["issuu.com/*/docs/*"]],["api.jovian.ai/oembed.json",["jovian.ml/*","jovian.ml/viewer*","*.jovian.ml/*","jovian.ai/*","jovian.ai/viewer*","*.jovian.ai/*"]],["tv.kakao.com/oembed",["tv.kakao.com/channel/*/cliplink/*","tv.kakao.com/m/channel/*/cliplink/*","tv.kakao.com/channel/v/*","tv.kakao.com/channel/*/livelink/*","tv.kakao.com/m/channel/*/livelink/*","tv.kakao.com/channel/l/*"]],["www.kickstarter.com/services/oembed",["www.kickstarter.com/projects/*"]],["www.kidoju.com/api/oembed",["www.kidoju.com/en/x/*/*","www.kidoju.com/fr/x/*/*"]],["halaman.email/service/oembed",["halaman.email/form/*","aplikasi.kirim.email/form/*"]],["embed.kit.co/oembed",["kit.co/*/*","kit.co/*/*"]],["www.kitchenbowl.com/oembed",["www.kitchenbowl.com/recipe/*"]],["api.kmdr.sh/services/oembed",["app.kmdr.sh/h/*","app.kmdr.sh/history/*"]],["jdr.knacki.info/oembed",["jdr.knacki.info/meuh/*","jdr.knacki.info/meuh/*"]],["api.spoonacular.com/knowledge/oembed",["knowledgepad.co/#/knowledge/*"]],["embed.kooapp.com/services/oembed",["*.kooapp.com/koo/*","*.kooapp.com/koo/*"]],["kurozora.app/oembed",["kurozora.app/episodes*","kurozora.app/songs*"]],["learningapps.org/oembed.php",["learningapps.org/*"]],["umotion-test.univ-lemans.fr/oembed",["umotion-test.univ-lemans.fr/video/*"]],["pod.univ-lille.fr/video/oembed",["pod.univ-lille.fr/video/*"]],["place.line.me/oembed",["place.line.me/businesses/*"]],["livestream.com/oembed",["livestream.com/accounts/*/events/*","livestream.com/accounts/*/events/*/videos/*","livestream.com/*/events/*","livestream.com/*/events/*/videos/*","livestream.com/*/*","livestream.com/*/*/videos/*"]],["embed.lottiefiles.com/oembed",["lottiefiles.com/*","*.lottiefiles.com/*"]],["app.ludus.one/oembed",["app.ludus.one/*"]],["admin.lumiere.is/api/services/oembed",["*.lumiere.is/v/*"]],["mathembed.com/oembed",["mathembed.com/latex?inputText=*","mathembed.com/latex?inputText=*"]],["my.matterport.com/api/v1/models/oembed/",[]],["me.me/oembed",["me.me/i/*"]],["*.medialab.(co|app)/api/oembed/",["*.medialab.app/share/watch/*","*.medialab.co/share/watch/*","*.medialab.app/share/social/*","*.medialab.co/share/social/*","*.medialab.app/share/embed/*","*.medialab.co/share/embed/*"]],["mdstrm.com/oembed",["mdstrm.com/embed/*","mdstrm.com/live-stream/*","mdstrm.com/image/*"]],["medienarchiv.zhdk.ch/oembed.{format}",["medienarchiv.zhdk.ch/entries/*"]],["mermaid.ink/services/oembed",["mermaid.ink/img/*","mermaid.ink/svg/*"]],["web.microsoftstream.com/oembed",["*.microsoftstream.com/video/*","*.microsoftstream.com/channel/*"]],["oembed.minervaknows.com",["www.minervaknows.com/featured-recipes/*","www.minervaknows.com/themes/*","www.minervaknows.com/themes/*/recipes/*","app.minervaknows.com/recipes/*","app.minervaknows.com/recipes/*/follow"]],["miro.com/api/v1/oembed",["miro.com/app/board/*"]],["www.mixcloud.com/oembed/",["www.mixcloud.com/*/*/","www.mixcloud.com/*/*/"]],["api.mobypicture.com/oEmbed",["www.mobypicture.com/user/*/view/*","moby.to/*"]],["musicboxmaniacs.com/embed/",["musicboxmaniacs.com/explore/melody/*"]],["mybeweeg.com/services/oembed",["mybeweeg.com/w/*"]],["namchey.com/api/oembed",["namchey.com/embeds/*"]],["www.nanoo.tv/services/oembed",["*.nanoo.tv/link/*","nanoo.tv/link/*","*.nanoo.pro/link/*","nanoo.pro/link/*","*.nanoo.tv/link/*","nanoo.tv/link/*","*.nanoo.pro/link/*","nanoo.pro/link/*","media.zhdk.ch/signatur/*","new.media.zhdk.ch/signatur/*","media.zhdk.ch/signatur/*","new.media.zhdk.ch/signatur/*"]],["api.nb.no/catalog/v1/oembed",["www.nb.no/items/*"]],["naturalatlas.com/oembed.{format}",["naturalatlas.com/*","naturalatlas.com/*/*","naturalatlas.com/*/*/*","naturalatlas.com/*/*/*/*"]],["ndla.no/oembed",["ndla.no/*"]],["liste.ndla.no/oembed",["liste.ndla.no/*"]],["www.nfb.ca/remote/services/oembed/",["*.nfb.ca/film/*"]],["www.nftndx.io/oembed",[]],["oembed.nopaste.ml",["nopaste.ml/*"]],["api.observablehq.com/oembed",["observablehq.com/@*/*","observablehq.com/d/*","observablehq.com/embed/*"]],["www.odds.com.au/api/oembed/",["www.odds.com.au/*","odds.com.au/*"]],["song.link/oembed",["song.link/*","album.link/*","artist.link/*","playlist.link/*","pods.link/*","mylink.page/*","odesli.co/*"]],["odysee.com/$/oembed",["odysee.com/*/*","odysee.com/*"]],["official.fm/services/oembed.{format}",["official.fm/tracks/*","official.fm/playlists/*"]],["omniscope.me/_global_/oembed/json",["omniscope.me/*"]],["omny.fm/oembed",["omny.fm/shows/*"]],["www.ora.tv/oembed/*?format={format}",[]],["orbitvu.co/service/oembed",["orbitvu.co/001/*/ov3601/view","orbitvu.co/001/*/ov3601/*/view","orbitvu.co/001/*/ov3602/*/view","orbitvu.co/001/*/2/orbittour/*/view","orbitvu.co/001/*/1/2/orbittour/*/view","orbitvu.co/001/*/ov3601/view","orbitvu.co/001/*/ov3601/*/view","orbitvu.co/001/*/ov3602/*/view","orbitvu.co/001/*/2/orbittour/*/view","orbitvu.co/001/*/1/2/orbittour/*/view"]],["outplayed.tv/oembed",["outplayed.tv/media/*"]],["overflow.io/services/oembed",["overflow.io/s/*","overflow.io/embed/*"]],["core.oz.com/oembed",["www.oz.com/*/video/*"]],["padlet.com/oembed/",["padlet.com/*"]],["api-v2.pandavideo.com.br/oembed",["*.tv.pandavideo.com.br/embed/?v=*","*.tv.pandavideo.com.br/*/playlist.m3u8","dashboard.pandavideo.com.br/#/videos/*"]],["www.pastery.net/oembed",["pastery.net/*","pastery.net/*","www.pastery.net/*","www.pastery.net/*"]],["api.picturelfy.com/service/oembed/",["www.picturelfy.com/p/*","www.picturelfy.com/p/*"]],["builder.pikasso.xyz/api/oembed",["*.builder.pikasso.xyz/embed/*"]],["beta.pingvp.com.kpnis.nl/p/oembed.php",[]],["tools.pinpoll.com/oembed",["tools.pinpoll.com/embed/*"]],["www.pinterest.com/oembed.json",["www.pinterest.com/*"]],["*.pitchhub.com.com/en/public/oembed",["*.pitchhub.com/en/public/player/*"]],["store.pixdor.com/oembed",["store.pixdor.com/place-marker-widget/*/show","store.pixdor.com/map/*/show"]],["app.plusdocs.com/oembed",["app.plusdocs.com/*/snapshots/*","app.plusdocs.com/*/pages/edit/*","app.plusdocs.com/*/pages/share/*"]],["api.podbean.com/v1/oembed",["*.podbean.com/e/*","*.podbean.com/e/*"]],["polldaddy.com/oembed/",["*.polldaddy.com/s/*","*.polldaddy.com/poll/*","*.polldaddy.com/ratings/*"]],["api.portfolium.com/oembed",["portfolium.com/entry/*"]],["gateway.cobalt.run/present/decks/oembed",["present.do/decks/*"]],["prezi.com/v/oembed",["prezi.com/v/*","*.prezi.com/v/*"]],["www.quiz.biz/api/oembed",["www.quiz.biz/quizz-*.html"]],["www.quizz.biz/api/oembed",["www.quizz.biz/quizz-*.html"]],["oembed.radiopublic.com/oembed",["play.radiopublic.com/*","radiopublic.com/*","www.radiopublic.com/*","play.radiopublic.com/*","radiopublic.com/*","www.radiopublic.com/*","*.radiopublic.com/*"]],["pub.raindrop.io/api/oembed",["raindrop.io/*","raindrop.io/*/*","raindrop.io/*/*/*","raindrop.io/*/*/*/*"]],["animatron.com/oembed",["www.rcvis.com/v/*","www.rcvis.com/visualize=*","www.rcvis.com/ve/*","www.rcvis.com/visualizeEmbedded=*"]],["www.reddit.com/oembed",["reddit.com/r/*/comments/*/*","www.reddit.com/r/*/comments/*/*"]],["publisher.releasewire.com/oembed/",["rwire.com/*"]],["replit.com/data/oembed",["repl.it/@*/*","replit.com/@*/*"]],["www.reverbnation.com/oembed",["www.reverbnation.com/*","www.reverbnation.com/*/songs/*"]],["roomshare.jp/en/oembed.{format}",["roomshare.jp/post/*","roomshare.jp/en/post/*"]],["roosterteeth.com/oembed",["roosterteeth.com/*"]],["rumble.com/api/Media/oembed.{format}",[]],["embed.runkit.com/oembed",["embed.runkit.com/*,","embed.runkit.com/*,"]],["octopus.saooti.com/oembed",["octopus.saooti.com/main/pub/podcast/*"]],["videos.sapo.pt/oembed",["videos.sapo.pt/*"]],["api.screen9.com/oembed",["console.screen9.com/*","*.screen9.tv/*"]],["api.screencast.com/external/oembed",["www.screencast.com/*"]],["www.screenr.com/api/oembed.{format}",["www.screenr.com/*/"]],["scribblemaps.com/api/services/oembed.{format}",["www.scribblemaps.com/maps/view/*","www.scribblemaps.com/maps/view/*","scribblemaps.com/maps/view/*","scribblemaps.com/maps/view/*"]],["www.scribd.com/services/oembed/",["www.scribd.com/doc/*"]],["embed.sendtonews.com/services/oembed",["embed.sendtonews.com/oembed/*"]],["www.shortnote.jp/oembed/",["www.shortnote.jp/view/notes/*"]],["shoudio.com/api/oembed",["shoudio.com/*","shoud.io/*"]],["api.getshow.io/oembed.{format}",["app.getshow.io/iframe/*","*.getshow.io/share/*"]],["showtheway.io/oembed",["showtheway.io/to/*"]],["simplecast.com/oembed",["simplecast.com/s/*"]],["onsizzle.com/oembed",["onsizzle.com/i/*"]],["sketchfab.com/oembed",["sketchfab.com/*models/*","sketchfab.com/*models/*","sketchfab.com/*/folders/*"]],["*.slateapp.com/api/v2/oembed",["*.slateapp.com/work/*"]],["www.slideshare.net/api/oembed/2",["www.slideshare.net/*/*","www.slideshare.net/*/*","fr.slideshare.net/*/*","fr.slideshare.net/*/*","de.slideshare.net/*/*","de.slideshare.net/*/*","es.slideshare.net/*/*","es.slideshare.net/*/*","pt.slideshare.net/*/*","pt.slideshare.net/*/*"]],["smashnotes.com/services/oembed",["smashnotes.com/p/*","smashnotes.com/p/*/e/*-smashnotes.com/p/*/e/*/s/*"]],["open.smeme.com/api/oembed",["open.smeme.com/*"]],["www.smrthi.com/api/oembed",["www.smrthi.com/book/*"]],["api.smugmug.com/services/oembed/",["*.smugmug.com/*","*.smugmug.com/*"]],["www.socialexplorer.com/services/oembed/",["www.socialexplorer.com/*/explore","www.socialexplorer.com/*/view","www.socialexplorer.com/*/edit","www.socialexplorer.com/*/embed"]],["soundcloud.com/oembed",["soundcloud.com/*","soundcloud.com/*","on.soundcloud.com/*","soundcloud.app.goog.gl/*"]],["speakerdeck.com/oembed.json",["speakerdeck.com/*/*","speakerdeck.com/*/*"]],["open.spotify.com/oembed",["open.spotify.com/*","spotify:*"]],["api.spotlightr.com/getOEmbed",["*.spotlightr.com/watch/*","*.spotlightr.com/publish/*","*.cdn.spotlightr.com/watch/*","*.cdn.spotlightr.com/publish/*"]],["api.spreaker.com/oembed",["*.spreaker.com/*","*.spreaker.com/*"]],["sproutvideo.com/oembed.{format}",["sproutvideo.com/videos/*","*.vids.io/videos/*"]],["purl.stanford.edu/embed.{format}",["purl.stanford.edu/*"]],["api.streamable.com/oembed.json",["streamable.com/*","streamable.com/*"]],["streamio.com/api/v1/oembed",["s3m.io/*","23m.io/*"]],["subscribi.io/api/oembed",["subscribi.io/api/oembed*"]],["www.sudomemo.net/oembed",["www.sudomemo.net/watch/*","www.sudomemo.net/watch/*","flipnot.es/*","flipnot.es/*"]],["www.sutori.com/api/oembed",["www.sutori.com/story/*"]],["sway.com/api/v1.0/oembed",["sway.com/*","www.sway.com/*"]],["sway.office.com/api/v1.0/oembed",["sway.office.com/*"]],["player.switcherstudio.com/oembed",["player.switcherstudio.com/*","player.switcherstudio.com/*"]],["69jr5v75rc.execute-api.eu-west-1.amazonaws.com/prod/v2/oembed",["share.synthesia.io/*"]],["www.ted.com/services/v1/oembed.{format}",["ted.com/talks/*","ted.com/talks/*","www.ted.com/talks/*"]],["www.nytimes.com/svc/oembed/json/",["www.nytimes.com/svc/oembed","nytimes.com/*","*.nytimes.com/*"]],["theysaidso.com/extensions/oembed/",["theysaidso.com/image/*"]],["www.tickcounter.com/oembed",["www.tickcounter.com/countdown/*","www.tickcounter.com/countup/*","www.tickcounter.com/ticker/*","www.tickcounter.com/worldclock/*","www.tickcounter.com/countdown/*","www.tickcounter.com/countup/*","www.tickcounter.com/ticker/*","www.tickcounter.com/worldclock/*"]],["www.tiktok.com/oembed",["www.tiktok.com/*","www.tiktok.com/*/video/*"]],["widget.toornament.com/oembed",["www.toornament.com/tournaments/*/information","www.toornament.com/tournaments/*/registration/","www.toornament.com/tournaments/*/matches/schedule","www.toornament.com/tournaments/*/stages/*/"]],["www.topy.se/oembed/",["www.topy.se/image/*"]],["app-test.totango.com/oembed",["app-test.totango.com/*"]],["trinitymedia.ai/player/trinity-oembed",["trinitymedia.ai/player/*","trinitymedia.ai/player/*"]],["www.tumblr.com/oembed/1.0",["*.tumblr.com/post/*"]],["www.tuxx.be/services/oembed",["www.tuxx.be/*"]],["play.tvcf.co.kr/rest/oembed",["play.tvcf.co.kr/*","*.tvcf.co.kr/*"]],["twinmotion.unrealengine.com/oembed",["twinmotion.unrealengine.com/presentation/*","twinmotion.unrealengine.com/panorama/*"]],["publish.twitter.com/oembed",["twitter.com/*","twitter.com/*/status/*","*.twitter.com/*/status/*"]],["play.typecast.ai/oembed",["play.typecast.ai/s/*","play.typecast.ai/e/*","play.typecast.ai/*"]],["typlog.com/oembed",[]],["uapod.univ-antilles.fr/oembed",["uapod.univ-antilles.fr/video/*"]],["map.cam.ac.uk/oembed/",["map.cam.ac.uk/*"]],["mediatheque.univ-paris1.fr/oembed",["mediatheque.univ-paris1.fr/video/*"]],["pod.u-pec.fr/oembed",["pod.u-pec.fr/video/*"]],["www.ustream.tv/oembed",["*.ustream.tv/*","*.ustream.com/*"]],["app.ustudio.com/api/v2/oembed",["*.ustudio.com/embed/*","*.ustudio.com/embed/*/*"]],["api.veer.tv/oembed",["veer.tv/videos/*"]],["api.veervr.tv/oembed",["veervr.tv/videos/*"]],["verse.com/services/oembed/",[]],["www.vevo.com/oembed",["www.vevo.com/*","www.vevo.com/*"]],["videfit.com/oembed",["videfit.com/videos/*"]],["vidmount.com/oembed",["vidmount.com/*"]],["api.vidyard.com/dashboard/v1.1/oembed",["*.vidyard.com/*","*.vidyard.com/*","*.hubs.vidyard.com/*","*.hubs.vidyard.com/*"]],["vimeo.com/api/oembed.{format}",["vimeo.com/*","vimeo.com/album/*/video/*","vimeo.com/channels/*/*","vimeo.com/groups/*/videos/*","vimeo.com/ondemand/*/*","player.vimeo.com/video/*"]],["www.viously.com/oembed",["www.viously.com/*/*"]],["vizydrop.com/oembed",["vizydrop.com/shared/*"]],["vlipsy.com/oembed",["vlipsy.com/*"]],["www.vlive.tv/oembed",["www.vlive.tv/video/*"]],["embed.vouchfor.com/v1/oembed",["*.vouchfor.com/*"]],["data.voxsnap.com/oembed",["article.voxsnap.com/*/*"]],["waltrack.net/oembed",["waltrack.net/product/*"]],["embed.wave.video/oembed",["watch.wave.video/*","embed.wave.video/*"]],["play.wecandeo.com/oembed/",["play.wecandeo.com/video/v/*"]],["*.wiredrive.com/present-oembed/",["*.wiredrive.com/*"]],["fast.wistia.com/oembed.{format}",["fast.wistia.com/embed/iframe/*","fast.wistia.com/embed/playlists/*","*.wistia.com/medias/*"]],["app.wizer.me/api/oembed.{format}",["*.wizer.me/learn/*","*.wizer.me/preview/*"]],["wokwi.com/api/oembed",["wokwi.com/share/*"]],["www.wolframcloud.com/oembed",["*.wolframcloud.com/*"]],["public-api.wordpress.com/oembed/",["wordpress.com/*","wordpress.com/*","*.wordpress.com/*","*.wordpress.com/*","*.*.wordpress.com/*","*.*.wordpress.com/*","wp.me/*","wp.me/*"]],["www.youtube.com/oembed",["*.youtube.com/watch*","*.youtube.com/v/*","youtu.be/*","*.youtube.com/playlist?list=*","youtube.com/playlist?list=*","*.youtube.com/shorts*"]],["app.zeplin.io/embed",["app.zeplin.io/project/*/screen/*","app.zeplin.io/project/*/screen/*/version/*","app.zeplin.io/project/*/styleguide/components?coid=*","app.zeplin.io/styleguide/*/components?coid=*"]],["app.zingsoft.com/oembed",["app.zingsoft.com/embed/*","app.zingsoft.com/view/*"]],["api.znipe.tv/v3/oembed/",["*.znipe.tv/*"]],["srv2.zoomable.ca/oembed",["srv2.zoomable.ca/viewer.php*"]]]')})),a("2DHz2")}();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(){function t(t,e,i,n){Object.defineProperty(t,e,{get:i,set:n,enumerable:!0,configurable:!0})}var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},i={},n={},r=e.parcelRequirea18f;null==r&&((r=function(t){if(t in i)return i[t].exports;if(t in n){var e=n[t];delete n[t];var r={id:t,exports:{}};return i[t]=r,e.call(r.exports,r,r.exports),r.exports}var s=new Error("Cannot find module '"+t+"'");throw s.code="MODULE_NOT_FOUND",s}).register=function(t,e){n[t]=e},e.parcelRequirea18f=r),r.register("bIpgX",(function(e,i){t(e.exports,"initTooltip",(function(){return w}));var n=r("aPYZr"),s=r("4JAgF"),o=r("9HoHC"),a=r("8WkQI"),c=r("gNsil"),l=r("9PuT7"),u=r("8rJSp"),h=r("2DHz2"),f=r("eh0YC"),d=r("3vvcD"),v=r("caQrT"),g="lia-tooltip",p=/(?:https?:)(?:\/\/)liascript\.github\.io\/course\/\?(.+\.md)/i,y=Object(),m=function(t){"use strict";(0,c.default)(i,t);var e=(0,u.default)(i);function i(){var t;return(0,s.default)(this,i),t=e.call(this),(0,a.default)((0,n.default)(t),"sourceUrl",""),(0,a.default)((0,n.default)(t),"cache",null),(0,a.default)((0,n.default)(t),"isFetching",!1),(0,a.default)((0,n.default)(t),"isClicked",!1),(0,a.default)((0,n.default)(t),"isActive",!1),(0,a.default)((0,n.default)(t),"lightMode",!0),t}return(0,o.default)(i,[{key:"connectedCallback",value:function(){this.sourceUrl=this.getAttribute("src")||"",this.sourceUrl&&(this.sourceUrl.endsWith("/")&&(this.sourceUrl=this.sourceUrl.slice(0,-1)),this.container=document.getElementById(g)||void 0,this.container&&this.firstChild&&(this.firstChild.addEventListener("mouseenter",this._onmouseenter),this.firstChild.addEventListener("mouseout",this._onmouseout),this.firstChild.addEventListener("click",this._onclick),this.firstChild.addEventListener("focus",this._onfocus),this.firstChild.addEventListener("focusout",this._onfocusout),this.firstChild.addEventListener("keyup",this._onescape)))}},{key:"disconnectedCallback",value:function(){this.firstChild&&(this.firstChild.removeEventListener("mouseenter",this._onmouseenter),this.firstChild.removeEventListener("mouseout",this._onmouseout),this.firstChild.removeEventListener("click",this._onclick),this.firstChild.removeEventListener("focus",this._onfocus),this.firstChild.removeEventListener("focusout",this._onfocusout),this.firstChild.removeEventListener("keyup",this._onescape))}},{key:"_onclick",value:function(){var t=this.parentElement;t.isActive=!1,t.isClicked=!0}},{key:"_onescape",value:function(t){if("Escape"===t.code){var e=this.parentElement;e.setAttribute("data-active","false"),e.deactivate()}}},{key:"_onmouseenter",value:function(){this.style.cursor="progress";var t=this.getBoundingClientRect();this.parentElement.activate(t.left+t.width/2,t.top+t.height/2)}},{key:"_onmouseout",value:function(){this.parentElement.deactivate()}},{key:"_onfocus",value:function(t){var e=this.getBoundingClientRect();this.parentElement.activate(e.left+e.width/2,e.top+e.height/2)}},{key:"_onfocusout",value:function(){var t=this.parentElement;t.container&&t.container.setAttribute("data-active","false"),t.deactivate()}},{key:"activate",value:function(t,e){var i=this;if(this.container){if(this.isActive=!0,this.isClicked)return void(this.isClicked=!1);if(this.container.style.left="".concat(t-425*t/window.innerWidth,"px"),1.5*e>window.innerHeight?(this.container.style.top="",this.container.style.bottom="".concat(window.innerHeight-e+10,"px")):(this.container.style.top="".concat(e+10,"px"),this.container.style.bottom=""),this.cache)this.show();else if(y[this.sourceUrl])this.cache=y[this.sourceUrl],this.show();else if(!this.isFetching){this.isFetching=!0;var n=this,r=this.sourceUrl.match(p);if(r)f.fetch(r[1],(function(t,e,i,r,s){n.cache=b(n.sourceUrl,e,i,r,s),n.show()}));else try{h.extract(this.sourceUrl,{}).then((function(t){n.cache=b(n.sourceUrl,t.title,void 0,t.thumbnail_url),n.show()})).catch((function(t){k(i.sourceUrl,(function(t){n.parse(t)}))}))}catch(t){}}}}},{key:"deactivate",value:function(){this.container&&"false"===this.container.getAttribute("data-active")&&(this.isActive=!1,this.container.style.display="none",this.container.style.zIndex="-1000")}},{key:"parse",value:function(t){if(null===this.cache){var e=v.parse(this.sourceUrl,t);if("string"==typeof e.image){var i=e.image.match(/.*?%22(.*)\/%22/);i&&2==i.length&&(e.image=i[1])}this.cache=b(e.url,e.title,e.description,e.image,e.image_alt),""===this.cache&&(this.container=void 0),this.show()}else this.show()}},{key:"show",value:function(){this.container&&this.cache&&this.isActive&&(this.lightMode?(this.container.style.background="white",this.container.style.boxShadow="0 30px 90px -20px rgba(0, 0, 0, 0.3)"):(this.container.style.background="#202020",this.container.style.boxShadow="0 30px 90px -20px rgba(120, 120, 120, 0.3)"),this.container.style.zIndex="20000",this.container.style.display="inline-block",this.container.innerHTML=this.cache),this.firstChild&&(this.firstChild.style.cursor="")}},{key:"light",get:function(){return this.lightMode},set:function(t){this.lightMode!==t&&(this.lightMode=t,this.show())}}]),i}((0,l.default)(HTMLElement));function b(t,e,i,n,r){if(!t)return"";t=t.replace(d.PROXY,"");var s="";if(n)try{d.allowedProtocol(n)||(n=new URL(n,t).toString()),r=r?'alt="'.concat(r,'"'):"",s+='<img src="'.concat(n,'" ').concat(r,' style="background-color:white; margin-bottom: 1.5rem;">')}catch(t){}return e&&(s+="<h4>".concat(e,"</h4>")),i&&(s+=i),""!=s&&(s+='<hr style="border: 0px; height:1px; background:#888;"/><a style="font-size:x-small; display:block" href="'.concat(t,'" target="_blank">').concat(t,"</a>")),y[t]=s,s}function w(){document.getElementById(g)||setTimeout((function(){var t=document.createElement("div");t.id=g,t.style.zIndex="-1000",t.style.width="425px",t.style.padding="15px",t.style.background="white",t.style.boxShadow="0 30px 90px -20px rgba(0, 0, 0, 0.3)",t.style.position="fixed",t.style.display="none",t.style.maxHeight="480px",t.style.overflow="auto",t.setAttribute("data-active","true"),t.addEventListener("mouseenter",(function(){t.style.display="inline-block",t.style.zIndex="20000",t.setAttribute("data-active","true")})),t.addEventListener("mouseleave",(function(){t.style.display="none",t.style.zIndex="-1000",t.setAttribute("data-active","false")})),document.body.appendChild(t)}),0)}function k(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(0==i&&x(t))k(d.PROXY+t,e,1);else{var n=new XMLHttpRequest;n.open("GET",t,!0),n.onload=function(t){if(4===n.readyState&&200===n.status)try{var i=n.responseText;try{i=JSON.parse(i).contents}catch(t){}e(i)}catch(t){console.warn("fetching",t)}},n.onerror=function(n){0===i&&k(d.PROXY+t,e,1)},n.send()}}function x(t){return!!t.search(/wikipedia\.org/gi)}customElements.define("preview-link",m)})),r.register("caQrT",(function(e,i){t(e.exports,"parse",(function(){return h}));var n=r("3vvcD"),s=/href=[\"'](.*?)[\"']/gi,o=/src=[\"'](.*?)[\"']/gi,a=/alt=[\"'](.*?)[\"']/gi,c=/<h1.*?>(.*?)<\/h1>/gi,l=/<h2.*?>(.*?)<\/h2>/gi,u=/<title>(.*?)<\/title>/gi;function h(t,e){var i=function(t){var e=g("og:image",t);if(e)return{url:e,alt:g("og:image:alt",t)};var i=v(/<link.*?rel=[\"']image_src[\"'].*?>/gi,t);if(i)return{url:v(s,i)};var n=g("twitter:image",t);if(n)return{url:n,alt:g("twitter:image:alt",t)};var r=v(/<img .*?>/gi,t);return r?{url:v(o,r),alt:v(a,r)}:{}}(e),n=new URL(function(t){return v(/<base.*?href\s*=\s*[\"'](.*?)[\"']>/gi,t)}(e)||t);return{url:t,title:f(e),description:d(n,e),image:i.url,image_alt:i.alt}}function f(t){var e=g("og:title",t);if(e&&e.length>0)return e;var i=g("twitter:title",t);if(i&&i.length>0)return i;var n=v(u,t);if(n&&n.length>0)return n;var r=v(c,t);if(r&&r.length>0)return r;var s=v(l,t);return s&&s.length>0?s:void 0}function d(t,e){var i=g("og:description",e);if(i&&i.length>0)return i;var r=g("twitter:description",e);if(r&&r.length>0)return r;var s=v(/<meta.*?name=[\"']description[\"'].*?>/gi,e);if(s){var o=v(/content=[\"'](.*?)[\"']/gi,s);if(o&&o.length>0)return o}var a=v(/<p>([\s\S]+?)<\/p>/gi,e);return a?(a=a.replace(/(href|src)\s*=\s*[\"'].*?[\"']/g,(function(e){return function(t,e){var i=e.search(/[\"']/);e.startsWith("href")&&(e+=' target="blank_"');var r=e.slice(0,i+1),s=e.slice(i+1);if(n.allowedProtocol(r))return e;if(s.startsWith("//"))return e;if(s.startsWith("/"))return r+t.origin+s;if(s.startsWith("#"))return r+t.href+s;return r+t.origin+"/"+s}(t,e)})),a):void 0}function v(t,e){var i=e.matchAll(t).next();return i.value?i.value[i.value.length-1]:void 0}function g(t,e){var i=v(new RegExp("<meta[^>]+?property=[\"']".concat(t,"[\"'][^>]*?>"),"gi"),e);if(i)return v(/content=[\"'](.*?)[\"']/gi,i)}})),r("bIpgX")}();
|