Skip to content

Releases: ilyaigpetrov/copy-unicode-urls

Don't decode %25 (encoded percent sign)

17 Aug 03:47
Compare
Choose a tag to compare

Decoding %25 may lead to URLs that contain %foo where foo is a random string, e.g. %25abc -> %abc.
Such URLs are rejected by some sites (github.com returns 500 or 400, e.g.).
So we don't decode them from now.

For testing: https://github.com/ilyaigpetrov/copy-unicode-urls/wiki/Test-%25-and-%3F.

New Feature: Decode Multiple Times

06 May 10:07
Compare
Choose a tag to compare

Sometimes you need to decode a snippet that is encoded multiple times (e.g. Google search results for FireFox).
Now it's possible thanks to a new option "If to decode multiple times".
It decodes a snippet until its decoded version is equal to its encoded version.

Bug Fixes

Small patches with notes will be added here in the future.

How to install (Chromium and derivatives)

  • Unzip to a folder.
  • Open chrome://extensions.
  • Switch on developer mode.
  • Load unpacked extension from the folder.

You will NOT get automatic updates by this way of installation, only extensions installed from WebStore (or Mozilla store) are updated automatically.

Fix non-persistence (#13). Allow copying Unicode link from highlighted text

01 Jul 17:06
Compare
Choose a tag to compare

It's a testing release. After some testing I will publish it to the webstore.
If you installed extension from this releases page previously and it didn't work (after falling asleep) then I want you to know I fixed this bug #13.

Patches

copy-unicode-urls-0.0.17-rc0.zip -- add new menu entry "Copy URL from the address bar" usable everywhere.

Add Chinese localization (zh)

13 Jan 08:54
Compare
Choose a tag to compare
0.0.13

Bump 0.0.13

Localisation and support of Thunderbird's linkification

21 Aug 09:19
Compare
Choose a tag to compare

copy-unicode-urls-0.0.11.rc0.zip -- Russian localisation was added.
copy-unicode-urls-0.0.12.rc0.zip -- Support for Thunderbird linkification is added.

Shortcut changed to Alt+U

07 May 07:29
Compare
Choose a tag to compare

Alt+U shortcut added to copy decoded url from address bar/omnibox to clipboard.

How to install:

Unzip to a folder.
Open chrome://extensions.
Switch on developer mode.
Load unpacked extension from the folder.
You will not get automatic updates by this way of installation, only extensions installed from WebStore are updated automatically.

Use Ctrl+Shift+Y as a shortcut (will be changed)

04 May 11:58
Compare
Choose a tag to compare

Ctrl+Shift+Y combination added to copy decoded url from address bar/omnibox to clipboard.
This shortcut will be changed in next versions: follow #3 to get latest news.

How to install:

Unzip to a folder.
Open chrome://extensions.
Switch on developer mode.
Load unpacked extension from the folder.
You will not get automatic updates by this way of installation, only extensions installed from WebStore are updated automatically.

Decode, encode sentence terminators, donate button

12 Apr 09:34
Compare
Choose a tag to compare

Instead of choosing between 2 modes in this versions there are 2 checkbox options:

  1. if to decode,
  2. if to encode sentence terminators.

Donate button was also added.

How to install:

  1. Unzip to a folder.
  2. Open chrome://extensions.
  3. Switch on developer mode.
  4. Load unpacked extension from the folder.

0.0.4 Encode mode

25 Mar 13:44
Compare
Choose a tag to compare
0.0.4 Encode mode Pre-release
Pre-release

Right click on the icon to open context menu and select between decode or encode modes.
In encode mode extensions percent-encodes characters at the end of an url that are used to mark the ending or the beginning of new sentence or its parts.

  1. Unzip to a folder.
  2. Open chrome://extensions.
  3. Switch on developer mode.
  4. Load unpacked extension from the folder.