mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 22:38:00 +01:00
Open the the Browser Console with :dia console.
The Error Console is now deprecated.
This commit is contained in:
@@ -24,8 +24,8 @@ var Config = Module("config", ConfigBase, {
|
||||
() => "checkForUpdates" in window],
|
||||
cookies: ["List your cookies",
|
||||
function () { window.toOpenWindowByType("Browser:Cookies", "chrome://browser/content/preferences/cookies.xul", "chrome,dialog=no,resizable"); }],
|
||||
console: ["JavaScript console",
|
||||
function () { window.toJavaScriptConsole(); }],
|
||||
console: ["Browser console",
|
||||
function () { window.HUDService.toggleBrowserConsole(); }],
|
||||
customizetoolbar: ["Customize the Toolbar",
|
||||
function () { window.BrowserCustomizeToolbar(); }],
|
||||
dominspector: ["DOM Inspector",
|
||||
|
||||
Reference in New Issue
Block a user