Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MiddleSchoolStudent committed Dec 15, 2024
1 parent cfe1c85 commit aac8ff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ To simplify operations, we provide [BotBrowserConsole](https://github.com/Middle
## Proven Effectiveness Against

- **Leading Antibot Services:**
- **[Cloudflare](tests/tests/antibots/cloudflare.spec.ts)** - [▶️ Turnstile Test Result](tests/test-results/cloudflare-test-Cloudflare-turnstile-BotBrowser-antibots/video.webm), [▶️ Challenge Test Result](tests/test-results/cloudflare-test-Cloudflare-challenge-BotBrowser-antibots/video.webm)
- **[Kasada](tests/tests/antibots/kasada.spec.ts)** - [▶️ Test Result](tests/test-results/kasada-test-Kasada-BotBrowser-antibots/video.webm)
- **[reCAPTCHA](tests/tests/antibots/recaptcha.spec.ts)** - [▶️ Test Result](tests/test-results/recaptcha-test-reCAPTCHA-v3-on-antcpt-BotBrowser-antibots/video.webm)
- **[Cloudflare](tests/tests/antibots/cloudflare.spec.ts)** - [▶️ Turnstile Test Result](https://middleschoolstudent.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/MiddleSchoolStudent/BotBrowser/main/tests/test-results/cloudflare-test-Cloudflare-turnstile-BotBrowser-antibots/video.webm), [▶️ Challenge Test Result](https://middleschoolstudent.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/MiddleSchoolStudent/BotBrowser/main/tests/test-results/cloudflare-test-Cloudflare-challenge-BotBrowser-antibots/video.webm)
- **[Kasada](tests/tests/antibots/kasada.spec.ts)** - [▶️ Test Result](https://middleschoolstudent.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/MiddleSchoolStudent/BotBrowser/main/tests/test-results/kasada-test-Kasada-BotBrowser-antibots/video.webm)
- **[reCAPTCHA](tests/tests/antibots/recaptcha.spec.ts)** - [▶️ Test Result](https://middleschoolstudent.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/MiddleSchoolStudent/BotBrowser/main/tests/test-results/recaptcha-test-reCAPTCHA-v3-on-antcpt-BotBrowser-antibots/video.webm)
- Cloudfront Bot Management (AWS)
- PerimeterX
- hCaptcha
Expand All @@ -55,8 +55,8 @@ To simplify operations, we provide [BotBrowserConsole](https://github.com/Middle
- BrowserScan
- Pixelscan
- botchecker
- **[iphey](tests/tests/antibots/iphey.spec.ts)** - [▶️ Test Result](tests/test-results/iphey-test-iphey-BotBrowser-antibots/video.webm)
- **[brotector](tests/tests/antibots/brotector.spec.ts)** - [▶️ Test Result](tests/test-results/brotector-test-Brotector-BotBrowser-antibots/video.webm)
- **[iphey](tests/tests/antibots/iphey.spec.ts)** - [▶️ Test Result](https://middleschoolstudent.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/MiddleSchoolStudent/BotBrowser/main/tests/test-results/iphey-test-iphey-BotBrowser-antibots/video.webm)
- **[brotector](tests/tests/antibots/brotector.spec.ts)** - [▶️ Test Result](https://middleschoolstudent.github.io/BotBrowser/video_player/index.html?video=https://raw.githubusercontent.com/MiddleSchoolStudent/BotBrowser/main/tests/test-results/brotector-test-Brotector-BotBrowser-antibots/video.webm)
- **Top Platforms and Websites:**
- TikTok
- Yandex
Expand Down
3 changes: 1 addition & 2 deletions docs/video_player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dynamic Video Player</title>
<title>Video Player</title>
<style>
body {
font-family: Arial, sans-serif;
Expand All @@ -17,7 +17,6 @@
</style>
</head>
<body>
<h1>Dynamic Video Player</h1>
<script>
const params = new URLSearchParams(window.location.search);
const videoPath = params.get('video');
Expand Down

0 comments on commit aac8ff6

Please sign in to comment.