- 扫描 ID:
- 7f6f64d2-e9fa-43bd-8ed7-086996383852已完成
- 提交的 URL:
- https://slack-files.com/T04DNUE5J2U-F0869H7V6RF-966217cf40
- 报告完成时间:
链接 · 找到 2 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
https://files.slack.com/files-pri/T04DNUE5J2U-F0869H7V6RF/download/ir_ttx.pptx?pub_secret=966217cf40 | IR TTX.pptx37.2MBPowerPoint Presentation Click to download |
https://slack.com |
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en-US" class=""><head><script type="text/javascript" crossorigin="anonymous" src="https://a.slack-edge.com/bv1-13-br/webpack.manifest.88cdf9d3832de6aa30ec.min.js" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null"></script><script>window.ts_endpoint_url = "https:\/\/slack.com\/beacon\/timing";(function(e) {
var n=Date.now?Date.now():+new Date,r=e.performance||{},t=[],a={},i=function(e,n){for(var r=0,a=t.length,i=[];a>r;r++)t[r][e]==n&&i.push(t[r]);return i},o=function(e,n){for(var r,a=t.length;a--;)r=t[a],r.entryType!=e||void 0!==n&&r.name!=n||t.splice(a,1)};r.now||(r.now=r.webkitNow||r.mozNow||r.msNow||function(){return(Date.now?Date.now():+new Date)-n}),r.mark||(r.mark=r.webkitMark||function(e){var n={name:e,entryType:"mark",startTime:r.now(),duration:0};t.push(n),a[e]=n}),r.measure||(r.measure=r.webkitMeasure||function(e,n,r){n=a[n].startTime,r=a[r].startTime,t.push({name:e,entryType:"measure",startTime:n,duration:r-n})}),r.getEntriesByType||(r.getEntriesByType=r.webkitGetEntriesByType||function(e){return i("entryType",e)}),r.getEntriesByName||(r.getEntriesByName=r.webkitGetEntriesByName||function(e){return i("name",e)}),r.clearMarks||(r.clearMarks=r.webkitClearMarks||function(e){o("mark",e)}),r.clearMeasures||(r.clearMeasures=r.webkitClearMeasures||function(e){o("measure",e)}),e.performance=r,"function"==typeof define&&(define.amd||define.ajs)&&define("performance",[],function(){return r}) // eslint-disable-line
})(window);</script><script>
(function () {
window.TSMark = function (mark_label) {
if (!window.performance || !window.performance.mark) return;
performance.mark(mark_label);
};
window.TSMark('start_load');
window.TSMeasureAndBeacon = function (measure_label, start_mark_label) {
if (!window.performance || !window.performance.mark || !window.performance.measure) {
return;
}
performance.mark(start_mark_label + '_end');
try {
performance.measure(measure_label, start_mark_label, start_mark_label + '_end');
window.TSBeacon(measure_label, performance.getEntriesByName(measure_label)[0].duration);
} catch (e) {
}
};
if ('sendBeacon' in navigator) {
window.TSBeacon = function (label, value) {
var endpoint_url = window.ts_endpoint_url || 'https://slack.com/beacon/timing';
navigator.sendBeacon(
endpoint_url + '?data=' + encodeURIComponent(label + ':' + value),
'',
);
};
} else {
window.TSBeacon = function (label, value) {
var endpoint_url = window.ts_endpoint_url || 'https://slack.com/beacon/timing';
new Image().src = endpoint_url + '?data=' + encodeURIComponent(label + ':' + value);
};
}
})();
</script><script>window.TSMark('step_load');</script><noscript><meta http-equiv="refresh" content="0; URL=/T04DNUE5J2U-F0869H7V6RF-966217cf40?nojsmode=1"></noscript><script type="text/javascript">var safe_hosts = ['app.optimizely.com', 'tinyspeck.dev.slack.com'];
if (self !== top && safe_hosts.indexOf(top.location.host) === -1) {
window.document.write(
'\u003Cstyle>body * {display:none !important;}\u003C/style>\u003Ca href="#" onclick=' +
'"top.location.href=window.location.href" style="display:block !important;padding:10px">Go to Slack.com\u003C/a>'
);
}
(function() {
var timer;
if (self !== top && safe_hosts.indexOf(top.location.host) === -1) {
timer = window.setInterval(function() {
if (window) {
try {
var pageEl = document.getElementById('page');
var clientEl = document.getElementById('client-ui');
var sectionEls = document.querySelectorAll('nav, header, section');
pageEl.parentNode.removeChild(pageEl);
clientEl.parentNode.removeChild(clientEl);
for (var i = 0; i < sectionEls.length; i++) {
sectionEls[i].parentNode.removeChild(sectionEls[i]);
}
window.TS = null;
window.TD = null;
window.clearInterval(timer);
} catch (e) {}
}
}, 200);
}
})();</script><meta name="referrer" content="no-referrer"><meta name="superfish" content="nofish"><script type="text/javascript">var TS_last_log_date = null;
var TSMakeLogDate = function() {
var date = new Date();
var y = date.getFullYear();
var mo = date.getMonth()+1;
var d = date.getDate();
var time = {
h: date.getHours(),
mi: date.getMinutes(),
s: date.getSeconds(),
ms: date.getMilliseconds()
};
Object.keys(time).map(function(moment, index) {
if (moment == 'ms') {
if (time[moment] < 10) {
time[moment] = time[moment]+'00';
} else if (time[moment] < 100) {
time[moment] = time[moment]+'0';
}
} else if (time[moment] < 10) {
time[moment] = '0' + time[moment];
}
});
var str = y + '/' + mo + '/' + d + ' ' + time.h + ':' + time.mi + ':' + time.s + '.' + time.ms;
if (TS_last_log_date) {
var diff = date-TS_last_log_date;
//str+= ' ('+diff+'ms)';
}
TS_last_log_date = date;
return str+' ';
}
var parseDeepLinkRequest = function(code) {
var m = code.match(/"id":"([CDG][A-Z0-9]{8,})"/);
var id = m ? m[1] : null;
m = code.match(/"team":"(T[A-Z0-9]{8,})"/);
var team = m ? m[1] : null;
m = code.match(/"message":"([0-9]+\.[0-9]+)"/);
var message = m ? m[1] : null;
return { id: id, team: team, message: message };
}
if ('rendererEvalAsync' in window) {
var origRendererEvalAsync = window.rendererEvalAsync;
window.rendererEvalAsync = function(blob) {
try {
var data = JSON.parse(decodeURIComponent(atob(blob)));
if (data.code.match(/handleDeepLink/)) {
var request = parseDeepLinkRequest(data.code);
if (!request.id || !request.team || !request.message) return;
request.cmd = 'channel';
TSSSB.handleDeepLinkWithArgs(JSON.stringify(request));
return;
} else {
origRendererEvalAsync(blob);
}
} catch (e) {
}
}
}</script><script type="text/javascript">var TSSSB = {
call: function() {
return false;
}
};</script><script type="text/javascript">window.addEventListener('load', function() {
var was_TS = window.TS;
delete window.TS;
if (was_TS) window.TS = was_TS;
});</script><title>IR TTX.pptx | Slack</title><link href="https://a.slack-edge.com/7250118/style/rollup-slack_kit_legacy_adapters.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/b758507/style/rollup-plastic.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/dfb32cb/style/files.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/2f5c7da/style/public_file.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/f5acf9d/style/print.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/bv1-13-br/modern.vendor.6b3d2ef49b51105cc369.min.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/bv1-13-br/application.c68d2d45da6eb2343de6.min.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/0311ec2/style/rollup-slack_kit_helpers.css" rel="stylesheet" id="slack_kit_helpers_stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/a667a46/style/sticky_nav.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><link href="https://a.slack-edge.com/2e88f6d/style/libs/lato-2-compressed.css" rel="stylesheet" type="text/css" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null" crossorigin="anonymous"><meta property="og:type" content="website"><meta property="og:image" content="https://a.slack-edge.com/80588/img/slack_hash_128.png"><meta property="og:image:width" content="128"><meta property="og:image:height" content="128"><meta property="og:title" content="IR TTX.pptx"><meta property="og:site_name" content="Slack"><meta property="og:description" content="Public file shared from https://slack.com/"><meta name="twitter:card" content="summary"><meta name="twitter:image" content="https://a.slack-edge.com/80588/img/slack_hash_twitter.png"><meta name="twitter:image:width" content="128"><meta name="twitter:image:height" content="128"><meta name="twitter:site" content="@slackhq"><meta name="twitter:title" content="IR TTX.pptx"><meta name="twitter:description" content="Public file shared from https://slack.com/"><link id="favicon" rel="shortcut icon" href="https://a.slack-edge.com/80588/marketing/img/meta/favicon-32.png" sizes="16x16 32x32 48x48" type="image/png"></head><body class="file"><script>var w = Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
if (w > 1440) document.querySelector('body').classList.add('widescreen');</script><div class="file_container generic_container"><a class="file_header generic_header" href="https://files.slack.com/files-pri/T04DNUE5J2U-F0869H7V6RF/download/ir_ttx.pptx?pub_secret=966217cf40"><i class="file_header_icon generic_header_icon filetype_icon pptx s48"><i class="ts_icon ts_icon_arrow_down pptx"></i></i><h4 class="file_header_title generic_header_title overflow_ellipsis">IR TTX.pptx</h4><p class="file_header_meta generic_header_meta"><span class="meta_size">37.2MB</span><span class="meta_hover_placement"><span class="meta_type overflow_ellipsis">PowerPoint Presentation</span><span class="meta_hover overflow_ellipsis"> Click to download</span></span></p></a></div><div id="footer"><div id="title"><strong>IR TTX.pptx</strong><span id="meta">37.2MB pptx</span></div><div id="brand"><span id="brand_label">Public file shared from <a href="https://slack.com" id="logo"></a></span></div></div><script type="text/javascript">
/**
* A placeholder function that the build script uses to
* replace file paths with their CDN versions.
*
* @param {String} file_path - File path
* @returns {String}
*/
function vvv(file_path) {
var vvv_warning = 'You cannot use vvv on dynamic values. Please make sure you only pass in static file paths.'; if (window.TS && window.TS.warn) { window.TS.warn(vvv_warning); } else { console.warn(vvv_warning); }
return file_path;
}
var cdn_url = "https:\/\/a.slack-edge.com";
var vvv_abs_url = "https:\/\/slack.com\/";
var inc_js_setup_data = {
emoji_sheets: {
apple: 'https://a.slack-edge.com/80588/img/emoji_2017_12_06/sheet_apple_64_indexed_256.png',
google: 'https://a.slack-edge.com/80588/img/emoji_2017_12_06/sheet_google_64_indexed_256.png',
},
};
</script><script type="text/javascript" crossorigin="anonymous" src="https://a.slack-edge.com/bv1-13-br/jquery.af0bdeafa1ebf3ff8db0.min.js" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null"></script><script type="text/javascript" crossorigin="anonymous" src="https://a.slack-edge.com/bv1-13-br/public_file.a6c66a6099e2303e9cb7.min.js" onload="window._cdn ? _cdn.ok(this, arguments) : null" onerror="window._cdn ? _cdn.failed(this, arguments) : null"></script><div data-automount-component="ModalContainer"></div></body></html>