diff --git a/README.md b/README.md index fae010d..89dbdd7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/docs/video_player/index.html b/docs/video_player/index.html index 7665849..f3ad1bd 100644 --- a/docs/video_player/index.html +++ b/docs/video_player/index.html @@ -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; @@ -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');