https://github.com/aweirddev/text-v2
Txtshower v2.
https://github.com/aweirddev/text-v2
copy-paste html text
Last synced: 5 months ago
JSON representation
Txtshower v2.
- Host: GitHub
- URL: https://github.com/aweirddev/text-v2
- Owner: AWeirdDev
- Created: 2024-06-28T11:03:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T11:52:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T12:32:29.034Z (over 1 year ago)
- Topics: copy-paste, html, text
- Language: HTML
- Homepage: https://aweirddev.github.io/text-v2/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# text-v2
Text shower v2.
## Take a Shower
```http
GET https://aweirddev.github.io/text-v2?c=…
```
**URL Parameters**:
- `c` – The content. Supports HTML. (Encoded with Base64)
## Examples
Below is an example of "Hello, World!"
> [!NOTE]
> When using HTML tags, remember to quote (`encodeURIComponent`) your base64
```haskell
https://aweirddev.github.io/text-v2?c=SGVsbG8sIFdvcmxkIQ==
```