|
12 | 12 | <body>
|
13 | 13 | <h1 id="header"><a href="/">owo</a></h1>
|
14 | 14 | <h2 id="subtitle">A simple link obfuscator</h2>
|
15 |
| -<div class="link-form"> |
16 |
| - <select name="generator" id="generator"> |
17 |
| - <option value="owo">owo</option> |
18 |
| - <option value="gay">gay</option> |
19 |
| - <option value="zws">zws</option> |
20 |
| - <option value="sketchy">sketchy</option> |
21 |
| - </select> |
22 |
| - <div id="input-wrapper"> |
23 |
| - <button type="button" id="input-copy-btn" aria-label="Copy"> |
24 |
| - <svg role="img" aria-hidden="true" viewBox="0 0 40 40"> |
25 |
| - <path fill="currentColor" |
26 |
| - d="M 7.5 36.625 C 6.832031 36.625 6.25 36.375 5.75 35.875 C 5.25 35.375 5 34.792969 5 34.125 L 5 9 L 7.5 9 L 7.5 34.125 L 27.25 34.125 L 27.25 36.625 Z M 12.5 31.625 C 11.832031 31.625 11.25 31.375 10.75 30.875 C 10.25 30.375 10 29.792969 10 29.125 L 10 5.792969 C 10 5.125 10.25 4.542969 10.75 4.042969 C 11.25 3.542969 11.832031 3.292969 12.5 3.292969 L 30.832031 3.292969 C 31.5 3.292969 32.082031 3.542969 32.582031 4.042969 C 33.082031 4.542969 33.332031 5.125 33.332031 5.792969 L 33.332031 29.125 C 33.332031 29.792969 33.082031 30.375 32.582031 30.875 C 32.082031 31.375 31.5 31.625 30.832031 31.625 Z M 12.5 29.125 L 30.832031 29.125 L 30.832031 5.792969 L 12.5 5.792969 Z M 12.5 29.125 L 12.5 5.792969 Z M 12.5 29.125 "/> |
27 |
| - </svg> |
28 |
| - </button> |
29 |
| - <input id="input" type="text" placeholder="Link to shorten..."> |
30 |
| - </div> |
31 |
| - <select name="metadata" id="metadata"> |
32 |
| - <option value="OWOIFY">Owoify metadata</option> |
33 |
| - <option value="PROXY">Proxy metadata</option> |
34 |
| - <option value="IGNORE">Ignore metadata</option> |
35 |
| - </select> |
36 |
| - <button id="submit">owo-ify</button> |
37 |
| -</div> |
38 |
| -<br> |
39 | 15 | <hr>
|
40 | 16 | <div class="documentation">
|
41 |
| - <h3>Notice:</h3> |
| 17 | + <h3>Notice</h3> |
| 18 | + <p> |
| 19 | + <span style="font-weight: bold">As of 2025-03-23, owo.vc is end of life.</span> |
| 20 | + </p> |
| 21 | + <p> |
| 22 | + Due to abuse and overwhelming amounts of spam. It became no longer feasible |
| 23 | + to continue running the service for the small amount of legitimate users |
| 24 | + that exist. Unfortunately, several parties have been persistently attacking |
| 25 | + and abusing the provided service, making it impractical and impossible |
| 26 | + to properly moderate and monitor the normal usage of owo.vc. |
| 27 | + </p> |
| 28 | + <p> |
| 29 | + Effective immediately, links will no longer be able to be shortened via |
| 30 | + owo.vc. This is not a choice that has been made lightly, but it is one |
| 31 | + that will prevent additional abuse. Existing links will not be impacted, |
| 32 | + and will continue to function as intended for the foreseeable future. |
| 33 | + </p> |
| 34 | + <p> |
| 35 | + If there are any questions or concerns, feel free to open an issue on the |
| 36 | + project's GitHub repository. |
| 37 | + </p> |
42 | 38 | <p>
|
43 |
| - owo.vc's original version 1 API endpoints will be deprecated on August 1, 2023. If you are a developer, please make |
44 |
| - sure you update your applications to use the latest API version. For more information, check the |
45 |
| - <a href="https://owo.vc/changelog.html#2023-04-01">changelog</a>. |
| 39 | + Thank you to all those who enjoyed using owo.vc. I appreciate seeing the |
| 40 | + different ways that it has been used over the last several years. |
46 | 41 | </p>
|
47 | 42 | </div>
|
48 | 43 | <hr>
|
|
0 commit comments