23 lines
688 B
Diff
23 lines
688 B
Diff
From: uazo <uazo@users.noreply.github.com>
|
|
Date: Mon, 13 Nov 2023 14:26:00 +0000
|
|
Subject: Always allow inspect fallback
|
|
|
|
Always enable 'inspect fallback' in 'chrome://inspect/#devices'
|
|
---
|
|
chrome/browser/resources/inspect/inspect.js | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/chrome/browser/resources/inspect/inspect.js b/chrome/browser/resources/inspect/inspect.js
|
|
--- a/chrome/browser/resources/inspect/inspect.js
|
|
+++ b/chrome/browser/resources/inspect/inspect.js
|
|
@@ -50,6 +50,7 @@ if ('browser-inspector' in queryParamsObject) {
|
|
})();
|
|
|
|
function isVersionNewerThanHost(version) {
|
|
+ if ((true)) return true;
|
|
if (!HOST_CHROME_VERSION) {
|
|
return false;
|
|
}
|
|
--
|
|
2.25.1
|