diff options
author | amin roosta <amin.roosta@outlook.com> | 2019-04-13 16:40:10 +0800 |
---|---|---|
committer | amin roosta <amin.roosta@outlook.com> | 2019-04-13 16:40:10 +0800 |
commit | 3d41e96a5db6340344ac723e01d691fb083e7c32 (patch) | |
tree | a793cb1f7db0fd8dcac1ca6f76d0f5e5fe01fe74 | |
parent | 859d0372b5bb7297a0b8ed37a559d88a425f3799 (diff) |
show yanked url
-rw-r--r-- | src/content/actions/operation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/actions/operation.js b/src/content/actions/operation.js index e83387d..ed9b2cf 100644 --- a/src/content/actions/operation.js +++ b/src/content/actions/operation.js @@ -85,7 +85,7 @@ const exec = (operation, settings, addonEnabled) => { break; case operations.URLS_YANK: urls.yank(window); - consoleFrames.postInfo('Current url yanked'); + consoleFrames.postInfo('Yanked ' + window.location.href); break; case operations.URLS_PASTE: urls.paste( |