golden hour
/var/www/html/wp-includes/js
⬆️ Go Up
Upload
File/Folder
Size
Actions
admin-bar.js
10.51 KB
Del
OK
admin-bar.min.js
3.47 KB
Del
OK
api-request.js
3.25 KB
Del
OK
api-request.min.js
1 KB
Del
OK
autosave.js
21.95 KB
Del
OK
autosave.min.js
5.69 KB
Del
OK
backbone.js
75.97 KB
Del
OK
backbone.min.js
23.26 KB
Del
OK
clipboard.js
27.81 KB
Del
OK
clipboard.min.js
10.36 KB
Del
OK
codemirror
-
Del
OK
colorpicker.js
28.4 KB
Del
OK
colorpicker.min.js
16.17 KB
Del
OK
comment-reply.js
12.17 KB
Del
OK
comment-reply.min.js
2.91 KB
Del
OK
crop
-
Del
OK
customize-base.js
25.15 KB
Del
OK
customize-base.min.js
7.67 KB
Del
OK
customize-loader.js
7.72 KB
Del
OK
customize-loader.min.js
3.47 KB
Del
OK
customize-models.js
6.66 KB
Del
OK
customize-models.min.js
3.61 KB
Del
OK
customize-preview-nav-menus.js
14.67 KB
Del
OK
customize-preview-nav-menus.min.js
4.92 KB
Del
OK
customize-preview-widgets.js
22.71 KB
Del
OK
customize-preview-widgets.min.js
7.64 KB
Del
OK
customize-preview.js
27.3 KB
Del
OK
customize-preview.min.js
10.51 KB
Del
OK
customize-selective-refresh.js
32.55 KB
Del
OK
customize-selective-refresh.min.js
10.44 KB
Del
OK
customize-views.js
4.95 KB
Del
OK
customize-views.min.js
2.39 KB
Del
OK
dist
-
Del
OK
heartbeat.js
22.6 KB
Del
OK
heartbeat.min.js
5.74 KB
Del
OK
hoverIntent.js
6.93 KB
Del
OK
hoverIntent.min.js
1.45 KB
Del
OK
hoverintent-js.min.js
1.68 KB
Del
OK
imagesloaded.min.js
5.5 KB
Del
OK
imgareaselect
-
Del
OK
jcrop
-
Del
OK
jquery
-
Del
OK
json2.js
17.99 KB
Del
OK
json2.min.js
3.08 KB
Del
OK
masonry.min.js
23.57 KB
Del
OK
mce-view.js
25.45 KB
Del
OK
mce-view.min.js
9.65 KB
Del
OK
media-audiovideo.js
27.03 KB
Del
OK
media-audiovideo.min.js
12.72 KB
Del
OK
media-editor.js
28.44 KB
Del
OK
media-editor.min.js
10.65 KB
Del
OK
media-grid.js
28.84 KB
Del
OK
media-grid.min.js
13.91 KB
Del
OK
media-models.js
45.41 KB
Del
OK
media-models.min.js
13.96 KB
Del
OK
media-views.js
268.05 KB
Del
OK
media-views.min.js
108.66 KB
Del
OK
mediaelement
-
Del
OK
plupload
-
Del
OK
quicktags.js
22.07 KB
Del
OK
quicktags.min.js
10.87 KB
Del
OK
shortcode.js
10.51 KB
Del
OK
shortcode.min.js
2.59 KB
Del
OK
swfobject.js
9.99 KB
Del
OK
swfupload
-
Del
OK
thickbox
-
Del
OK
tinymce
-
Del
OK
tw-sack.js
4.85 KB
Del
OK
tw-sack.min.js
3.22 KB
Del
OK
twemoji.js
31.21 KB
Del
OK
twemoji.min.js
14.9 KB
Del
OK
underscore.js
66.77 KB
Del
OK
underscore.min.js
18.63 KB
Del
OK
utils.js
4.56 KB
Del
OK
utils.min.js
1.82 KB
Del
OK
wp-ajax-response.js
3.12 KB
Del
OK
wp-ajax-response.min.js
2.03 KB
Del
OK
wp-api.js
45.88 KB
Del
OK
wp-api.min.js
14.34 KB
Del
OK
wp-auth-check.js
4.11 KB
Del
OK
wp-auth-check.min.js
1.62 KB
Del
OK
wp-backbone.js
14.88 KB
Del
OK
wp-backbone.min.js
2.97 KB
Del
OK
wp-custom-header.js
10.22 KB
Del
OK
wp-custom-header.min.js
4.34 KB
Del
OK
wp-embed-template.js
6.24 KB
Del
OK
wp-embed-template.min.js
3.08 KB
Del
OK
wp-embed.js
3.33 KB
Del
OK
wp-embed.min.js
1.44 KB
Del
OK
wp-emoji-loader.js
6.8 KB
Del
OK
wp-emoji-loader.min.js
1.81 KB
Del
OK
wp-emoji-release.min.js
17.75 KB
Del
OK
wp-emoji.js
8.78 KB
Del
OK
wp-emoji.min.js
2.81 KB
Del
OK
wp-list-revisions.js
970 B
Del
OK
wp-list-revisions.min.js
597 B
Del
OK
wp-lists.js
24.72 KB
Del
OK
wp-lists.min.js
7.27 KB
Del
OK
wp-pointer.js
9.99 KB
Del
OK
wp-pointer.min.js
3.54 KB
Del
OK
wp-sanitize.js
1.32 KB
Del
OK
wp-sanitize.min.js
458 B
Del
OK
wp-util.js
4.45 KB
Del
OK
wp-util.min.js
1.31 KB
Del
OK
wpdialog.js
560 B
Del
OK
wpdialog.min.js
272 B
Del
OK
wplink.js
20.66 KB
Del
OK
wplink.min.js
11.01 KB
Del
OK
zxcvbn-async.js
821 B
Del
OK
zxcvbn-async.min.js
351 B
Del
OK
zxcvbn.min.js
802.97 KB
Del
OK
Edit: wp-embed.js
/** * WordPress inline HTML embed * * @since 4.4.0 * @output wp-includes/js/wp-embed.js * * This file cannot have ampersands in it. This is to ensure * it can be embedded in older versions of WordPress. * See https://core.trac.wordpress.org/changeset/35708. */ (function ( window, document ) { 'use strict'; var supportedBrowser = false, loaded = false; if ( document.querySelector ) { if ( window.addEventListener ) { supportedBrowser = true; } } /** @namespace wp */ window.wp = window.wp || {}; if ( !! window.wp.receiveEmbedMessage ) { return; } window.wp.receiveEmbedMessage = function( e ) { var data = e.data; if ( ! data ) { return; } if ( ! ( data.secret || data.message || data.value ) ) { return; } if ( /[^a-zA-Z0-9]/.test( data.secret ) ) { return; } var iframes = document.querySelectorAll( 'iframe[data-secret="' + data.secret + '"]' ), blockquotes = document.querySelectorAll( 'blockquote[data-secret="' + data.secret + '"]' ), allowedProtocols = new RegExp( '^https?:$', 'i' ), i, source, height, sourceURL, targetURL; for ( i = 0; i < blockquotes.length; i++ ) { blockquotes[ i ].style.display = 'none'; } for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ]; if ( e.source !== source.contentWindow ) { continue; } source.removeAttribute( 'style' ); /* Resize the iframe on request. */ if ( 'height' === data.message ) { height = parseInt( data.value, 10 ); if ( height > 1000 ) { height = 1000; } else if ( ~~height < 200 ) { height = 200; } source.height = height; } /* Link to a specific URL on request. */ if ( 'link' === data.message ) { sourceURL = document.createElement( 'a' ); targetURL = document.createElement( 'a' ); sourceURL.href = source.getAttribute( 'src' ); targetURL.href = data.value; /* Only follow link if the protocol is in the allow list. */ if ( ! allowedProtocols.test( targetURL.protocol ) ) { continue; } /* Only continue if link hostname matches iframe's hostname. */ if ( targetURL.host === sourceURL.host ) { if ( document.activeElement === source ) { window.top.location.href = data.value; } } } } }; function onLoad() { if ( loaded ) { return; } loaded = true; var isIE10 = -1 !== navigator.appVersion.indexOf( 'MSIE 10' ), isIE11 = !!navigator.userAgent.match( /Trident.*rv:11\./ ), iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ), iframeClone, i, source, secret; for ( i = 0; i < iframes.length; i++ ) { source = iframes[ i ]; if ( ! source.getAttribute( 'data-secret' ) ) { /* Add secret to iframe */ secret = Math.random().toString( 36 ).substr( 2, 10 ); source.src += '#?secret=' + secret; source.setAttribute( 'data-secret', secret ); } /* Remove security attribute from iframes in IE10 and IE11. */ if ( ( isIE10 || isIE11 ) ) { iframeClone = source.cloneNode( true ); iframeClone.removeAttribute( 'security' ); source.parentNode.replaceChild( iframeClone, source ); } } } if ( supportedBrowser ) { window.addEventListener( 'message', window.wp.receiveEmbedMessage, false ); document.addEventListener( 'DOMContentLoaded', onLoad, false ); window.addEventListener( 'load', onLoad, false ); } })( window, document );
Save