Skip to content

Commit 8d0e342

Browse files
committed
- add html tag stripper to sidebar.html and tools.json, add screenshot
1 parent 7beeaf8 commit 8d0e342

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,5 +1670,16 @@
16701670
"aiPowered": false,
16711671
"featured": false,
16721672
"date": "2025-08-31"
1673+
},
1674+
{
1675+
"id": "html_tag_stripper",
1676+
"title": "HTML Tag Stripper",
1677+
"description": "Free online HTML tag stripper tool. Remove HTML tags, decode entities, preserve formatting. Clean text extraction from HTML content with real-time preview and file support.",
1678+
"url": "tools/html_tag_stripper.html",
1679+
"screenshot": "screenshots/screenshot_218.webp",
1680+
"type": "tool",
1681+
"aiPowered": false,
1682+
"featured": false,
1683+
"date": "2025-08-31"
16731684
}
16741685
]

screenshots/screenshot_218.webp

18.1 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ <h2>Tools by ChatGPT</h2>
303303
<li><a href="/games/8-ball.html">8-Ball Pool Game</a></li>
304304
<li><a href="/games/stack_tower.html">Stack Tower</a></li>
305305
<li><a href="/tools/css_unit_converter.html">CSS Unit Converter</a></li>
306+
<li><a href="/tools/html_tag_stripper.html">HTML Tag Stripper</a></li>
306307
<!-- end -->
307308
</ul>
308309
</div>

0 commit comments

Comments
 (0)