Skip to content

Releases: diegocr/CleanLinks

2.7.0

24 Feb 19:34
Compare
Choose a tag to compare
Fixed Firefox 36+ compatibility

2.6.1

23 Aug 07:35
Compare
Choose a tag to compare
Whitelisting bing.com/widget

2.6.0

03 Jun 01:25
Compare
Choose a tag to compare
There is no FaviconService on Fennec...

2.5.1

13 May 17:12
Compare
Choose a tag to compare
2.5.1 release

2.5.0

12 May 18:22
Compare
Choose a tag to compare
2.5.0 release

Fixed #4, Reapply feature, and some fixes

04 Jan 05:36
Compare
Choose a tag to compare

2.4.5

24 Oct 02:54
Compare
Choose a tag to compare
Added button to reset options to their default values.

2.4.3.1

09 Oct 22:52
Compare
Choose a tag to compare
fixed missing domload bind

2.4.2

02 Oct 19:09
Compare
Choose a tag to compare

✔ Added Thunderbird compatibility (Event Delegation Mode, only)

✔ Highlight's Style is now configurable. (Issue #5)

✔ Fixed Toolbar Button's Popup.

✔ Redirect Watcher now uses channel's URI rather than originalURI...

✔ Added option to turn off Copy Link Location's controller.

✔ Check if the protocol for the cleaned link can be handled by the browser, falling back to the original link if it doesn't.

✔ Fixed issue with the toolbar button being incorrectly re-attached on restart.

CleanLinks Mozilla Firefox Extension Release Version 2.4

15 Sep 17:42
Compare
Choose a tag to compare

Works with Firefox for Android 10.0a1 - 26.*, Firefox 8.0 and later, SeaMonkey 2.3 and later

✔ Implemented HTTP Observer to catch 3xx redirections. For example, this should make possible to clear links hidden behind shortened URLs. This option is turned off by default, to use it enable "Redirect Watcher"

✔ Added option to skip links by their domain. By default the following domains are configured:

  • accounts.google.com
  • docs.google.com
  • translate.google.com
  • login.live.com
  • plus.google.com
  • facebook.com
  • twitter.com
  • static.ak.facebook.com
  • linkedin.com

So, links such as "http://twitter.com/foo=http://nested.com" will be ignored.

✔ Fixed CTRL+Click handling and memory leak introduced in the last version (Ie, a compartment was keep resident when disabling/uninstalling the add-on)

✔ While previously the add-on just worked over HTTP and FTP links, this version should now work over any standard protocol as long it matches the pattern "[a-z]+:/"

✔ The empty hash-tag should no longer be added while on Event Delegation mode.

✔ The location/url-bar should no longer blink unless "Highlight Cleaned Links" option is turned on.

✔ "Remove From Links" pattern is now case-insensitive.

✔ window.open() calls are now intercepted and the link cleaned.

✔ Added cmd_copyLink's controller wrapper to clear links before they are copied to the clipboard using context-menu's "Copy Link Location" - Under Firefox for Android this should work over any of the items on the context-menu which involves handling links (ie, Copy Link, Open in NewTab, Bookmark, etc)

✔ Fixed issue with the toolbar button disappearing on browser updates.

✔ The patterns used on previous versions has been changed due the "Skip Domains" addition, thus the settings will be reset with this update. So, let me remark this:

** YOUR PREVIOUS PATTERNS WILL BE RESET WITH THIS UPDATE **