1
0
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:
Doug Kearns
2009-05-13 02:14:04 +10:00
parent 895e40a803
commit 18def4a7ae
4 changed files with 18 additions and 0 deletions

View File

@@ -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)