- 掃描 ID:
- b4c23aab-d2f3-4c4f-97ba-7894d36b63d9已完成
- 已提交的 URL:
- https://etax.mea.or.th/c/0388-ELJQNJDKWE已重新導向
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 4 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | string |
documentPictureInPicture | string |
onscrollend | string |
theme | string |
主控台記錄訊息 · 找到 0 條
記錄到 Web 主控台的訊息
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/doc-view/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="/doc-view/assets/fonts/simple-line-icons/css/simple-line-icons.css">
<link rel="stylesheet" href="/doc-view/assets/fonts/iconsmind-s/css/iconsminds.css">
<link rel="stylesheet" href="/doc-view/assets/fonts/ispFonts/ispFonts.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/doc-view/manifest.json" crossorigin="”use-credentials”/">
<!--
Notice the use of /doc-view in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "/doc-view/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>DOC-VIEW</title>
<script type="module" crossorigin="" src="/doc-view/assets/index-93364c43.js"></script>
<link rel="modulepreload" crossorigin="" href="/doc-view/assets/@babel-9b4fc7e8.js">
<link rel="modulepreload" crossorigin="" href="/doc-view/assets/react-f1418c87.js">
<link rel="modulepreload" crossorigin="" href="/doc-view/assets/prop-types-d66f4aae.js">
<link rel="modulepreload" crossorigin="" href="/doc-view/assets/perfect-scrollbar-ba6fad21.js">
<link rel="modulepreload" crossorigin="" href="/doc-view/assets/react-perfect-scrollbar-b226aebf.js">
<link rel="stylesheet" href="/doc-view/assets/react-perfect-scrollbar-4fdd8b83.css">
<link rel="stylesheet" href="/doc-view/assets/index-5b75b455.css">
<link rel="stylesheet" href="/doc-view/assets/react-circular-progressbar-297a4a66.css">
<link rel="stylesheet" href="/doc-view/assets/react-big-calendar-e3901120.css">
<link rel="stylesheet" href="/doc-view/assets/react-image-lightbox-ec86a608.css">
<link rel="stylesheet" href="/doc-view/assets/bulma-33736ff6.css">
<link rel="stylesheet" href="/doc-view/assets/light.orangecarrot.os-090e1d8b.css"></head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script>
var theme = "light.purplemonster";
try
{
if (localStorage.getItem("__theme_selected_color"))
{
theme = localStorage.getItem("__theme_selected_color");
}
}
catch (error)
{
theme = "light.purplemonster"
}
if (theme.indexOf("dark") !== -1)
{
document.documentElement.style.background = "#1b191b";
}
</script>
<div id="root">
<div class="loading"></div>
</div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body></html>