-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 791966a 🚀
- Loading branch information
0 parents
commit f9e6ca9
Showing
44 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta content="width=device-width,initial-scale=1" name="viewport"/><link rel="icon" href="favicon.ico" type="image/x-icon"/><title>BotD Playground</title><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/><link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;700&display=swap" rel="stylesheet"/><script defer="defer" src="main.bundle.js"></script></head><body><nav id="navbar"><div class="container"><a class="logo-ref" href="https://fingerprint.com/" target="_blank"><img class="logo" src="logo_dark.svg" alt="Fingerprint"/></a><div id="navbar-chevron"></div><a class="github-card" href="https://github.com/fingerprintjs/BotD" target="_blank"><span>fingerprintjs/BotD</span></a><div id="playground-actions"><button id="detect-button" class="button orange-button">Detect</button></div></div></nav><div id="result"><div class="result-bot-icon-container"><div class="result-bot-icon"></div></div><div id="result-text">Detecting...</div></div><div id="error-container" class="medium-container"><pre id="error-message"> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis, suscipit assumenda dicta, iste, eius possimus sunt asperiores debitis quam voluptatum deleniti obcaecati facere nisi deserunt reprehenderit nobis sapiente explicabo non.</pre></div><div class="medium-container content-card"><div class="logs-top-bar"><div class="content-card-header">Logs</div><div class="logs-buttons-list"><button id="copy-logs-button" class="button orange-button-outlined">Copy logs</button></div></div><div class="logs-content"><div class="logs-section"><div class="logs-section-header">Collection time:</div><pre class="logs-section-content" id="collection-time"></pre></div><div class="logs-section"><div class="logs-section-header">Detection time:</div><pre class="logs-section-content" id="detection-time"></pre></div><div class="logs-section"><div class="logs-section-header">Detection result:</div><pre class="logs-section-content" id="detection-result"></pre></div><div class="logs-section"><div class="logs-section-header">Detectors:</div><pre class="logs-section-content" id="detectors"></pre></div><div class="logs-section"><div class="logs-section-header">Debug data:</div><pre class="logs-section-content" id="debug-data"></pre></div><div class="logs-section"><div class="logs-section-header">Collected data:</div><pre class="logs-section-content" id="collected-data"></pre></div></div></div></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Fingerprint BotD v<%= pkg.version %> - Copyright (c) FingerprintJS, Inc, <%= new Date().getFullYear() %> (https://fingerprint.com) | ||
Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. |
Oops, something went wrong.