brave-real-playwright-core 1.55.0 → 1.55.1-patch.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/advanced-stealth.js +1 -1
- package/lib/generated/injectedScriptSource.js +1 -1
- package/lib/server/deviceDescriptorsSource.json +54 -54
- package/lib/vite/htmlReport/index.html +1 -1
- package/lib/vite/traceViewer/assets/{codeMirrorModule-B9MwJ51G.js → codeMirrorModule-CEFqZ5b3.js} +1 -1
- package/lib/vite/traceViewer/assets/{defaultSettingsView-Do_wwdKw.js → defaultSettingsView-BA25Usqk.js} +3 -3
- package/lib/vite/traceViewer/{index.BZPYnuWQ.js → index.CheexZ4_.js} +1 -1
- package/lib/vite/traceViewer/index.html +2 -2
- package/lib/vite/traceViewer/{uiMode.9zHYMU6d.js → uiMode.Dy4dnPNW.js} +1 -1
- package/lib/vite/traceViewer/uiMode.html +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# 🦁 brave-real-playwright-core v1.55.
|
|
1
|
+
# 🦁 brave-real-playwright-core v1.55.1-patch.1
|
|
2
2
|
|
|
3
|
-
**Based on Playwright Core v1.55.
|
|
3
|
+
**Based on Playwright Core v1.55.1**
|
|
4
4
|
|
|
5
5
|
**Brave Real-World Optimized Playwright Core with comprehensive stealth patches**
|
|
6
6
|
|
|
7
|
-
This is a pre-patched version of **Playwright Core v1.55.
|
|
7
|
+
This is a pre-patched version of **Playwright Core v1.55.1** optimized for maximum stealth when using Brave browser.
|
|
8
8
|
|
|
9
9
|
## ✨ Features
|
|
10
10
|
|
|
@@ -46,9 +46,9 @@ await page.goto('https://bot-detector.rebrowser.net/');
|
|
|
46
46
|
|
|
47
47
|
## 📦 Based On
|
|
48
48
|
|
|
49
|
-
- **playwright-core**: v1.55.
|
|
49
|
+
- **playwright-core**: v1.55.1
|
|
50
50
|
- **rebrowser-patches**: Latest stealth optimizations
|
|
51
|
-
- **Brave optimization**: v1.55.
|
|
51
|
+
- **Brave optimization**: v1.55.1-patch.1
|
|
52
52
|
|
|
53
53
|
## 🔗 Links
|
|
54
54
|
|