-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
285d9f3
commit bc36013
Showing
3 changed files
with
28 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# Initial page | ||
--- | ||
description: Shorten URLs with invisible spaces | ||
--- | ||
|
||
# Zero Width Shortener | ||
|
||
Zero Width Shortener \(abbreviated as ZWS\) is a URL shortener that shortens URLs using spaces that have zero width, making them invisible to humans. | ||
|
||
### Characters | ||
|
||
We've done a bit of research on what characters work on different platforms | ||
|
||
| Character | In use | [Twitter](https://twitter.com/) | [iMessage](https://support.apple.com/explore/messages)\* | [Discord](https://discordapp.com/) | [Slack](https://slack.com) | [Telegram](https://telegram.org/) | Notes | | ||
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | | ||
| `U+200B` | ✔️ | ❌ | ❌ | ✔️ | ❌ | ✔️ | Used in URLs since initial release, blacklisted space character on [Twitter](https://twitter.com/) | | ||
| `U+200D` | ✔️ | ❌ | | ✔️ | | ✔️ | [Discord](https://discordapp.com/) prompts you with a "spoopy URL" popup when clicked | | ||
| `U+200C` | ❌ | ❌ | | ✔️ | | ❌ | Blacklisted space on [Twitter](https://twitter.com/), discontinued \(previously used, replaced with `U+200D`\) | | ||
| `U+180E` | ❌ | ❌ | ❌ | ✔️ | | ❌ | Visible on iOS, discontinued in b39897e \(previously used, replaced with `U+200C`\) | | ||
| `U+061C` | ❌ | ❌ | | ✔️ | | ✔️ | | | ||
|
||
* [iMessage](https://support.apple.com/explore/messages) note: Tested on latest beta of iOS | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Table of contents | ||
|
||
* [Initial page](README.md) | ||
* [Get URL](get-shortened-url.md) | ||
* [Zero Width Shortener](README.md) | ||
|
||
## REST API <a id="api"></a> | ||
|
||
* [Get URL](api/get-shortened-url.md) | ||
* [Shorten URL](api/shorten-url.md) | ||
* [Get URL stats](api/get-url-stats.md) | ||
|
This file was deleted.
Oops, something went wrong.