From 0256f7f3e0a2ad5556ed485a9f69ec0a7cb9b36b Mon Sep 17 00:00:00 2001 From: Martin Scharm Date: Wed, 26 Jun 2013 21:38:21 +0200 Subject: [PATCH] version 1.5-rc1 * added option to not show prompt after shortening * added option to change icons after shortening * added option to copy to clipboard after shortening --- chrome/content/options.xul | 15 +++++++++++ chrome/content/yourlsshortener.js | 43 ++++++++++++++++++++++++++++-- defaults/preferences/prefs.js | 5 +++- skin/favicon-failed.gif | Bin 0 -> 154 bytes skin/favicon-success.gif | Bin 0 -> 103 bytes 5 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 skin/favicon-failed.gif create mode 100644 skin/favicon-success.gif diff --git a/chrome/content/options.xul b/chrome/content/options.xul index be5bef5..2aca955 100644 --- a/chrome/content/options.xul +++ b/chrome/content/options.xul @@ -8,6 +8,9 @@ + + + @@ -31,6 +34,18 @@