- スキャンID:
- beaf75ec-381c-4dd3-96d6-a015d45151b0終了
- 送信済みURL:
- https://bin.mudfish.net/t/104-0854-5029
- レポート終了日:
リンク · 1件検出
ページから特定された発信リンク
リンク | テキスト |
---|---|
https://forums.mudfish.net | Forum |
JavaScript変数 · 13件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
axios | function |
$ | function |
jQuery | function |
copy_text_to_clipboard | function |
copyLinkToClipboard | function |
copyTextToClipboard | function |
u | object |
コンソールログメッセージ · 1件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
log | javascript |
|
HTML
未加工のHTMLページ本文
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>104-0854-5029 - Text Bin</title>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="/css/pnotify.custom.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<script type="text/javascript" src="/js/axios.min.js"></script>
<script type="text/javascript" src="/js/jquery.min.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom mb-4">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/images/bin.png" style="margin-right: 5px" width="32" height="32">
Text Bin
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://forums.mudfish.net" target="_blank">
Forum
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<main style="margin-bottom: 40px">
<div class="float-right">
<div class="btn-group" role="group" aria-label="Basic example">
<a href="/r/104-0854-5029" type="button" class="btn btn-secondary">
<i class="fa fa-fw fa-info" title="Raw"></i>
</a>
<button type="button" class="btn btn-secondary" onclick="copyTextToClipboard();">
<i class="fa fa-fw fa-copy" title="Copy link"></i>
</button>
<button type="button" class="btn btn-secondary" onclick="copyLinkToClipboard();">
<i class="fa fa-fw fa-link" title="Copy link"></i>
</button>
</div>
</div>
<pre id="binTextBody">https://upfiles.com/f2c9u<br>https://upfiles.com/s4zMSD<br>https://upfiles.com/PtIBwDS<br>https://upfiles.com/Z3KGLc<br>https://upfiles.com/7sNgpUul<br>https://upfiles.com/DItz<br>https://upfiles.com/q5n7F<br>https://upfiles.com/2Ru6T<br>https://upfiles.com/crEnX<br>https://upfiles.com/TzP48avj<br>https://upfiles.com/amyT<br>https://upfiles.com/Dnl3<br>https://upfiles.com/Qu4t<br>https://upfiles.com/YfkWOHe<br>https://upfiles.com/iGdSfBGc<br>https://upfiles.com/COlr7lH<br>https://upfiles.com/Huy6X<br>https://upfiles.com/YHUu<br>https://upfiles.com/pXyGmOl<br>https://upfiles.com/IZVe<br>https://upfiles.com/fKT2<br>https://upfiles.com/CUO2<br>https://upfiles.com/0Idj<br>https://upfiles.com/7X4yeG3<br>https://upfiles.com/Dgkjvdz<br>https://upfiles.com/YnbJv<br>https://upfiles.com/6ZHZH<br>https://upfiles.com/rJVC5zhK<br>https://upfiles.com/Gv0hJTqD<br>https://upfiles.com/fk6KDjPR<br>https://upfiles.com/eWkMK5H<br>https://upfiles.com/kxTBBmZz<br>https://upfiles.com/OPZVkH<br>https://upfiles.com/6pcNQti<br>https://upfiles.com/kSgR<br>https://upfiles.com/Gni8<br>https://upfiles.com/j5Rh8N<br>https://upfiles.com/5GwfGr<br>https://upfiles.com/zUlMF<br>https://upfiles.com/zcB2<br>https://upfiles.com/MOCnUTi<br>https://upfiles.com/2mYIb5<br>https://upfiles.com/RMwut<br>https://upfiles.com/CK6SAus<br>https://upfiles.com/qo2Z</pre>
</main>
<script>
function copy_text_to_clipboard(text, msg) {
var textArea = document.createElement("textarea");
textArea.style.position = 'fixed';
textArea.style.top = 0;
textArea.style.left = 0;
textArea.style.width = '2em';
textArea.style.height = '2em';
textArea.style.padding = 0;
textArea.style.border = 'none';
textArea.style.outline = 'none';
textArea.style.boxShadow = 'none';
textArea.style.background = 'transparent';
textArea.value = text;
document.body.appendChild(textArea);
textArea.select();
try {
var successful = document.execCommand('copy');
if (successful) {
new PNotify({
title: `Information`,
text: msg,
text_escape: true,
opacity: .9,
type: 'info',
addclass: 'stack-bottomright'
});
}
} catch (err) {
console.log('Oops, unable to copy');
}
document.body.removeChild(textArea);
}
function copyLinkToClipboard() {
copy_text_to_clipboard(window.location, `Link copied.`);
}
function copyTextToClipboard() {
copy_text_to_clipboard(document.getElementById("binTextBody").innerText,
`Text copied.`);
}
var u = new URL(window.location);
axios.get("/api/text/" + u.pathname.substring(3)).then(response => {
let data = response.data;
console.log(data);
if (data.status == 200) {
document.getElementById("binTextBody").innerText = data.text;
} else {
document.getElementById("binTextBody").innerText = `Error`;
new PNotify({
title: `Error`,
text: data.error,
text_escape: true,
opacity: .9,
type: 'error'
});
}
}).catch(error => {
console.log("[ERROR] failed to submit.");
});
</script>
</div>
<footer class="pl-4 pt-4 my-4 text-muted border-top">
Mudfish Networks Inc.
· © 2023
</footer>
<script src="/js/bootstrap.bundle.min.js"></script>
<script src="/js/pnotify.custom.min.js"></script>
</body></html>