Skip to content

Commit 52dbec4

Browse files
committed
- add Verbose-O-Matic to sidebar.html and tools.json, add screenshot
1 parent af187c7 commit 52dbec4

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,5 +1769,16 @@
17691769
"aiPowered": false,
17701770
"featured": false,
17711771
"date": "2025-10-25"
1772+
},
1773+
{
1774+
"id": "verbose_o_matic",
1775+
"title": "Verbose-O-Matic",
1776+
"description": "Transform simple language into absurdly overcomplicated technical jargon. A humorous text transformation tool that converts everyday sentences into unnecessarily eloquent phrasing.",
1777+
"url": "tools/verbose_o_matic.html",
1778+
"screenshot": "screenshots/screenshot_229.webp",
1779+
"type": "tool",
1780+
"aiPowered": true,
1781+
"featured": false,
1782+
"date": "2025-11-05"
17721783
}
17731784
]

screenshots/screenshot_229.webp

10.5 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ <h2>Tools by ChatGPT</h2>
314314
<li><a href="/tools/running_pace_calculator.html">Running Pace Calculator</a></li>
315315
<li><a href="/games/chain_reaction.html">Chain Reaction</a></li>
316316
<li><a href="/games/nonogram.html">Nonogram Puzzle</a></li>
317+
<li><a href="/tools/verbose_o_matic.html">Verbose-O-Matic</a></li>
317318
<!-- end -->
318319
</ul>
319320
</div>

tools/verbose_o_matic.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="Transform simple language into absurdly overcomplicated technical jargon. A humorous text transformation tool that converts everyday sentences into unnecessarily eloquent phrasing.">
7+
<meta name="keywords" content="text transformation, verbose generator, technical jargon, language tool, humor, overcomplicate text, GPT tool">
8+
<meta name="author" content="Claude Sonnet 4.5 prompted by Tobias Müller">
9+
<meta property="og:title" content="Verbose-O-Matic - Text Overcomplification Tool">
10+
<meta property="og:description" content="Transform simple language into absurdly overcomplicated technical jargon. A humorous text transformation tool that converts everyday sentences into unnecessarily eloquent phrasing.">
11+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_229.webp">
12+
<meta property="og:url" content="https://www.gptgames.dev/tools/verbose_o_matic.html">
13+
<meta property="og:type" content="website">
14+
<meta name="twitter:card" content="summary_large_image">
15+
<meta name="twitter:title" content="Verbose-O-Matic - Text Overcomplification Tool">
16+
<meta name="twitter:description" content="Transform simple language into absurdly overcomplicated technical jargon. A humorous text transformation tool that converts everyday sentences into unnecessarily eloquent phrasing.">
17+
<meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_229.webp">
18+
<link rel="canonical" href="https://www.gptgames.dev/tools/verbose_o_matic.html">
619
<title>Verbose-O-Matic - Text Overcomplification Tool</title>
720
<link rel="icon"
821
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎓</text></svg>">

0 commit comments

Comments
 (0)