ProcessHTML

by Shadowdarke
Disable/modify HTML tags or specific attributes of an HTML tag, or even create your own custom tags!
Version 2 · Date Added: 6/26/02

If you wish to download this library for your Linux/Mac installation, enter the following 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

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)