Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
This adds a short description of how WhatsApp Spoilers works and a link to the related blog post.
  • Loading branch information
yi-jiayu authored May 16, 2019
1 parent e24ca91 commit cc0a4ee
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# whatsapp-spoilers
# WhatsApp Spoilers
Send WhatsApp messages with spoiler tags!

![spoiler](spoiler.png)

## About

If a message is longer than a certain limit, WhatsApp clients will truncate it
and show a "Read more" link instead. By padding a message with 4000 [zero-width
joiners](https://en.wikipedia.org/wiki/Zero-width_joiner), we can force this
behaviour and emulate a spoiler tag.

Read the full write-up at https://blog.jiayu.co/2018/05/whatsapp-spoilers/.

## Credits
Ji An

0 comments on commit cc0a4ee

Please sign in to comment.