mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:17:59 +01:00
Add :frameonly.
This commit is contained in:
@@ -509,6 +509,14 @@ function Buffer() //{{{
|
||||
////////////////////// COMMANDS ////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
commands.add(["frameo[nly]"],
|
||||
"Show only the current frame's page",
|
||||
function (args)
|
||||
{
|
||||
liberator.open(tabs.localStore.focusedFrame.document.documentURI);
|
||||
},
|
||||
{ argCount: "0" });
|
||||
|
||||
commands.add(["ha[rdcopy]"],
|
||||
"Print current document",
|
||||
function (args)
|
||||
|
||||
Reference in New Issue
Block a user