<SCRIPT ID="..."> (HTML Tag Attribute)

Script blocks can be given ID values so they can be identified within the document scripts array.

If you can identify a script block by its ID value, you should be able to locate the object and at least read the contents of the script block. Some browsers may let you change the script block but it has always been recommended practice to avoid self-modifying code.

See also:Document.scripts[]