summaryrefslogtreecommitdiff
path: root/common/content/buffer.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/buffer.js')
-rw-r--r--common/content/buffer.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/content/buffer.js b/common/content/buffer.js
index 0bda7658..00c06c3d 100644
--- a/common/content/buffer.js
+++ b/common/content/buffer.js
@@ -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)