ProcessHTML

by Shadowdarke
Disable/modify HTML tags or specific attributes of an HTML tag, or even create your own custom tags!
ID:131960
 
Inspired by Gughunter. :)

Version 2: 01/10/2006
  • Included a line in the demo showing developers how to prevent players from bypassing the filter by nesting tags within tags. (Bunnie)
  • ProcessHTML now parses values in quotes (") and single quotes (') properly. (Bunnie)
  • ProcessHTML now correctly parses attributes that have no associated value.
  • ProcessHTML now ignores leading spaces and any arbitrarily sized blocks of spaces in the tag.


Version 1:
Fixed an error in attribute parsing that caused a proc crash. (Gughunter)