// source --> https://sokolka.pl/wp-content/plugins/mimetypes-link-icons/js/mtli-str-replace.min.js 
/* Javascript functions for plugin: MimeTypes Link Icons */
(function(){if(i18n_mtli.enable_async==1){if(i18n_mtli.enable_async_debug&&typeof console=="undefined"){window.console={log:function(){}}}var contentObj=jQuery('#content');if(contentObj.length==0){contentObj=jQuery('.status-publish:first').parent()}var contentLinks=contentObj.find('a');if(i18n_mtli.enable_async_debug){console.log('# of links found: '+contentLinks.length)}if(i18n_mtli.oldwp==1){i18n_mtli.mime_array=i18n_mtli.mime_array.split(',')}if(i18n_mtli.enable_async_debug){console.log('# of mime types: '+i18n_mtli.mime_array.length)}jQuery.each(i18n_mtli.mime_array,function(i,elm){if(i18n_mtli.enable_async_debug){console.log('Evaluating mime_type '+i+' : '+elm)}var reg=new RegExp('^([^"#]+\\.'+elm+')(#[^" ]+$|$)','i');var filtered=contentLinks.filter(function(){var thishref=jQuery(this).attr('href');if(typeof(thishref)==='undefined'){return false}return(jQuery(this).attr('href').search(reg)>=0)}).addClass('mtli_attachment mtli_'+elm);if(i18n_mtli.enable_async_debug){console.log('Evaluating mime_type '+i+' : '+elm+"\t\t\t"+'filtered links: '+filtered.length)}})}if(i18n_mtli.hidethings==1){if(i18n_mtli.enable_async_debug){console.log('nr of elements found : '+jQuery(i18n_mtli.avoid_selector).length)}jQuery(i18n_mtli.avoid_selector).each(function(){if(i18n_mtli.enable_async_debug){console.log('testing elm '+index+' : '+elm)}if(jQuery(this).hasClass('mtli_attachment')){if(i18n_mtli.enable_async_debug){console.log("\t"+'element has class mtli_attachment')}jQuery(this).removeClass('mtli_attachment').css('background-image','none');if(jQuery(this).attr('rel')!=undefined&&jQuery(this).attr('rel').indexOf('mtli_filesize')>=0){if(i18n_mtli.enable_async_debug){console.log("\t\t"+'rel mtli_filesize found')}jQuery(this).removeAttr('rel')}}if(i18n_mtli.enable_async_debug){console.log("\t"+'# of jQuery(this).find(.mtli_attachment) : '+jQuery(this).find('.mtli_attachment').length)}if(i18n_mtli.enable_async_debug){console.log("\t"+'# of jQuery(this).find([rel^="mtli_filesize"]) : '+jQuery(this).find('[rel^="mtli_filesize"]').length)}jQuery(this).find('.mtli_attachment').removeClass('mtli_attachment').css('background-image','none');jQuery(this).find('[rel^="mtli_filesize"]').removeAttr('rel')})}})(jQuery);
// source --> https://sokolka.pl/wp-includes/js/wp-embed.min.js 
/*! This file is auto-generated */
!function(d,l){"use strict";l.querySelector&&d.addEventListener&&"undefined"!=typeof URL&&(d.wp=d.wp||{},d.wp.receiveEmbedMessage||(d.wp.receiveEmbedMessage=function(e){var t=e.data;if((t||t.secret||t.message||t.value)&&!/[^a-zA-Z0-9]/.test(t.secret)){for(var s,r,n,a=l.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),o=l.querySelectorAll('blockquote[data-secret="'+t.secret+'"]'),c=new RegExp("^https?:$","i"),i=0;i<o.length;i++)o[i].style.display="none";for(i=0;i<a.length;i++)s=a[i],e.source===s.contentWindow&&(s.removeAttribute("style"),"height"===t.message?(1e3<(r=parseInt(t.value,10))?r=1e3:~~r<200&&(r=200),s.height=r):"link"===t.message&&(r=new URL(s.getAttribute("src")),n=new URL(t.value),c.test(n.protocol))&&n.host===r.host&&l.activeElement===s&&(d.top.location.href=t.value))}},d.addEventListener("message",d.wp.receiveEmbedMessage,!1),l.addEventListener("DOMContentLoaded",function(){for(var e,t,s=l.querySelectorAll("iframe.wp-embedded-content"),r=0;r<s.length;r++)(t=(e=s[r]).getAttribute("data-secret"))||(t=Math.random().toString(36).substring(2,12),e.src+="#?secret="+t,e.setAttribute("data-secret",t)),e.contentWindow.postMessage({message:"ready",secret:t},"*")},!1)))}(window,document);