mirror of
https://github.com/gchq/CyberChef
synced 2025-12-24 04:04:25 +00:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
@@ -21,6 +21,7 @@ class FromHTMLEntity extends Operation {
|
||||
this.name = "From HTML Entity";
|
||||
this.module = "Default";
|
||||
this.description = "Converts HTML entities back to characters<br><br>e.g. <code>&<span>amp;</span></code> becomes <code>&</code>";
|
||||
this.infoURL = "https://wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [];
|
||||
|
||||
Reference in New Issue
Block a user