The HTML Tag Stripper removes inline markup from a SubRip file, turning styled captions into clean plain text. Paste the subtitles into the SRT Content box and you get back a valid SRT, saveable as an .srt file, with every angle-bracket tag such as <i>, <b>, <u> and <font> deleted while the words, the line breaks and the timecodes stay exactly as they were.
Styling tags cause more trouble than they solve once a file leaves the editor that made it. Many hardware players ignore them, some print them on screen as literal text, translation tools count them as words and inflate the quote, and several platforms reject SRT containing markup. Localisation vendors preparing files for translation memory, broadcasters ingesting supplier subtitles and LMS teams all need a fast route back to plain text.
The stripper matches any run from an opening angle bracket to its closing bracket and deletes it, so opening and closing tags go, along with attributes such as a font colour, while the words inside survive untouched. Each cue is then trimmed, and a cue left with nothing but markup is dropped rather than written out as a blank flash. Output is renumbered sequentially with every timecode preserved.
The conversion runs completely in your browser, so nothing is uploaded and large tracks clean in a fraction of a second.