ProcessHTML

by Shadowdarke
Disable/modify HTML tags or specific attributes of an HTML tag, or even create your own custom tags! [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Shadowdarke.ProcessHTML##version=2

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Shadowdarke.ProcessHTML##version=2

781 downloads
Version 2
Date added: Jun 25 2002
Last updated: Jul 29 2009
4 fans
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)